Skip to content

Commit d543d73

Browse files
committed
recreate subscription migration
1 parent 3976d96 commit d543d73

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Generated by Django 2.2.4 on 2020-08-06 15:36
2+
3+
import dashboard.models
4+
from django.db import migrations, models
5+
6+
7+
class Migration(migrations.Migration):
8+
9+
dependencies = [
10+
('dashboard', '0137_auto_20200806_1402'),
11+
]
12+
13+
operations = [
14+
migrations.AlterField(
15+
model_name='tribessubscription',
16+
name='expires_on',
17+
field=models.DateTimeField(blank=True, default=dashboard.models.default_tribes_expiration, null=True),
18+
),
19+
]

0 commit comments

Comments
 (0)