Skip to content
Snippets Groups Projects
Commit 30ba2e0f authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-54: Recreating migration

parent 21bb39cf
No related branches found
No related tags found
1 merge request!66GREG-54: Update column names
Pipeline #94197 passed
# Generated by Django 3.2.5 on 2021-09-22 09:36 # Generated by Django 3.2.7 on 2021-09-23 08:42
from django.db import migrations, models from django.db import migrations, models
...@@ -6,7 +6,7 @@ from django.db import migrations, models ...@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('greg', '0004_ou_deleted_active'), ('greg', '0005_person_user'),
] ]
operations = [ operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment