Added migration file to dataset_repo (#2333)

main
Boris Sekachev 5 years ago committed by GitHub
parent 00f6486f80
commit df2dcc0209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save