Skip to content

Commit

Permalink
Add migration to remove person/nowdoing model.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jun 11, 2024
1 parent be1a8be commit 0455ae5
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Generated by Django 4.2.3 on 2024-06-11 12:24

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('organisation', '0026_remove_networkgrouplist_cmsplugin_ptr_and_more'),
]

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

0 comments on commit 0455ae5

Please sign in to comment.