mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
TODO - need to ensure moved models are *moved* rather than deleted and recreated!
17 lines
295 B
Python
17 lines
295 B
Python
# 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',
|
|
),
|
|
]
|