Skip to content

Commit

Permalink
add missing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Oct 12, 2020
1 parent e1238c1 commit 237f3cb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app/marketing/migrations/0022_auto_20201012_0825.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Generated by Django 2.2.4 on 2020-10-12 08:25

import datetime
from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('marketing', '0021_auto_20201007_1153'),
]

operations = [
migrations.AlterField(
model_name='upcomingdate',
name='last_modified',
field=models.DateTimeField(db_index=True, default=datetime.datetime(2020, 10, 12, 8, 25, 7, 75237)),
),
]

0 comments on commit 237f3cb

Please sign in to comment.