mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
27 lines
548 B
Python
27 lines
548 B
Python
# Generated by Django 3.0.3 on 2020-05-21 01:41
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
initial = True
|
|
|
|
dependencies = [
|
|
('reversion', '0001_squashed_0004_auto_20160611_1202'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.CreateModel(
|
|
name='RIGSVersion',
|
|
fields=[
|
|
],
|
|
options={
|
|
'proxy': True,
|
|
'indexes': [],
|
|
'constraints': [],
|
|
},
|
|
bases=('reversion.version',),
|
|
),
|
|
]
|