Skip to content

Commit d1e780f

Browse files
committed
add missing migration
1 parent 315f2db commit d1e780f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by Django 2.2.24 on 2022-05-10 03:46
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('grants', '0143_auto_20220429_1440'),
10+
]
11+
12+
operations = [
13+
migrations.DeleteModel(
14+
name='MatchPledge',
15+
),
16+
]

0 commit comments

Comments
 (0)