Skip to content

Commit 9f4429d

Browse files
committed
add missing migration
1 parent f85a096 commit 9f4429d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 2.2.24 on 2022-04-27 14:16
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('dashboard', '0200_auto_20220420_0228'),
10+
('dashboard', '0200_auto_20220420_0336'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)