Skip to content

Commit b90656f

Browse files
committed
migration added
1 parent 083fbf7 commit b90656f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 4.2.3 on 2024-04-04 21:25
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("partner_programs", "0004_auto_20231230_0002"),
10+
]
11+
12+
operations = [
13+
migrations.AddField(
14+
model_name="partnerprogram",
15+
name="draft",
16+
field=models.BooleanField(default=True),
17+
),
18+
]

0 commit comments

Comments
 (0)