Skip to content

Commit 614f7b1

Browse files
committed
Recreate migration
1 parent 77357b1 commit 614f7b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contentcuration/kolibri_content/migrations/0014_auto_20210706_2005.py renamed to contentcuration/kolibri_content/migrations/0015_auto_20210707_1606.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 3.2.3 on 2021-07-06 20:05
1+
# Generated by Django 3.2.4 on 2021-07-07 16:06
22
from django.db import migrations
33
from django.db import models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('content', '0013_auto_20210519_1759'),
9+
('content', '0014_auto_20210603_1536'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)