Skip to content

Commit 94dbebb

Browse files
committed
Add pending migration for learning resources
1 parent b82cc19 commit 94dbebb

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 3.2.13 on 2022-06-23 08:00
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('learn', '0003_label_color'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='label',
15+
name='color',
16+
field=models.CharField(default='EEBDDE', max_length=8),
17+
),
18+
]

0 commit comments

Comments
 (0)