mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Remove some extra tables in migration
This commit is contained in:
parent
1e16fda569
commit
64fa098373
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ def drop_tables(apps, schema_migrator):
|
|||
_drop_table(db_cursor, "players_playerdb_db_tags")
|
||||
_drop_table(db_cursor, "players_playerdb_groups")
|
||||
_drop_table(db_cursor, "players_playerdb_user_permissions")
|
||||
_drop_table(db_cursor, "comms_msg_db_sender_players")
|
||||
_drop_table(db_cursor, "comms_msg_db_receivers_players")
|
||||
_drop_table(db_cursor, "comms_msg_db_hide_from_players")
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue