Skip to content

Commit 2e7c0b8

Browse files
committed
fix migrations
1 parent 4f25869 commit 2e7c0b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/dashboard/migrations/0135_auto_20200728_1656.py renamed to app/dashboard/migrations/0136_auto_20200804_0736.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 2.2.4 on 2020-07-28 16:56
1+
# Generated by Django 2.2.4 on 2020-08-04 07:36
22

33
import datetime
44
from django.db import migrations, models
@@ -10,7 +10,7 @@
1010
class Migration(migrations.Migration):
1111

1212
dependencies = [
13-
('dashboard', '0134_auto_20200728_1114'),
13+
('dashboard', '0135_auto_20200730_1518'),
1414
]
1515

1616
operations = [
@@ -22,7 +22,7 @@ class Migration(migrations.Migration):
2222
migrations.AlterField(
2323
model_name='tribessubscription',
2424
name='expires_on',
25-
field=models.DateTimeField(blank=True, default=datetime.datetime(2021, 7, 28, 16, 56, 46, 271248, tzinfo=utc), null=True),
25+
field=models.DateTimeField(blank=True, default=datetime.datetime(2021, 8, 4, 7, 36, 54, 437592, tzinfo=utc), null=True),
2626
),
2727
migrations.CreateModel(
2828
name='HackathonWorkshop',

0 commit comments

Comments
 (0)