Skip to content

Commit

Permalink
run migration deleting PhantomFunding model
Browse files Browse the repository at this point in the history
  • Loading branch information
Jer-Sch committed Sep 23, 2021
1 parent 2552137 commit cd6c282
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/grants/migrations/0123_delete_phantomfunding.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 2.2.24 on 2021-09-23 22:30

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('grants', '0122_create_trigger'),
]

operations = [
migrations.DeleteModel(
name='PhantomFunding',
),
]

0 comments on commit cd6c282

Please sign in to comment.