Fix migrations

TODO - need to ensure moved models are *moved* rather than deleted and recreated!
This commit is contained in:
2020-04-15 19:42:42 +01:00
parent abb8dc25ec
commit 3f48c51aeb
3 changed files with 18 additions and 19 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 3.0.3 on 2020-04-15 18:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('RIGS', '0039_delete_eventcrew'),
]
operations = [
migrations.DeleteModel(
name='RIGSVersion',
),
]