Skip to content

Commit

Permalink
Delete RealmTagMapping database table
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Jan 7, 2025
1 parent a4c23b2 commit eab7043
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions server/realms/migrations/0014_delete_realmtagmapping.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 4.2.17 on 2025-01-07 09:17

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('realms', '0013_alter_realmgroupmapping_realm_group'),
]

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

0 comments on commit eab7043

Please sign in to comment.