Added migration file to dataset_repo (#2333)
parent
00f6486f80
commit
df2dcc0209
@ -0,0 +1,17 @@
|
|||||||
|
# Generated by Django 3.1.1 on 2020-10-19 11:00
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('dataset_repo', '0004_rename'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelTable(
|
||||||
|
name='gitdata',
|
||||||
|
table=None,
|
||||||
|
),
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue