Skip to content

Commit

Permalink
Migration to remove unit models
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jun 11, 2024
1 parent 53cad0f commit 932739b
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Generated by Django 4.2.3 on 2024-06-11 07:41

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('organisation', '0023_sidebarextension_image'),
]

operations = [
migrations.RemoveField(
model_name='unitmembership',
name='person',
),
migrations.RemoveField(
model_name='unitmembership',
name='unit',
),
migrations.DeleteModel(
name='Unit',
),
migrations.DeleteModel(
name='UnitMembership',
),
]

0 comments on commit 932739b

Please sign in to comment.