Skip to content

Commit ff87a2c

Browse files
committed
migration added
1 parent 79ae17d commit ff87a2c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Generated by Django 4.2.3 on 2024-02-26 15:22
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+
("users", "0045_alter_customuser_v2_speciality"),
11+
]
12+
13+
operations = [
14+
migrations.AddField(
15+
model_name="expert",
16+
name="programs",
17+
field=models.ManyToManyField(
18+
blank=True, related_name="experts", to="partner_programs.partnerprogram"
19+
),
20+
),
21+
]

0 commit comments

Comments
 (0)