Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert committed Aug 4, 2020
1 parent 4f25869 commit 2e7c0b8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 2.2.4 on 2020-07-28 16:56
# Generated by Django 2.2.4 on 2020-08-04 07:36

import datetime
from django.db import migrations, models
Expand All @@ -10,7 +10,7 @@
class Migration(migrations.Migration):

dependencies = [
('dashboard', '0134_auto_20200728_1114'),
('dashboard', '0135_auto_20200730_1518'),
]

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

0 comments on commit 2e7c0b8

Please sign in to comment.