Skip to content

Commit

Permalink
fix: issues with messenger removal migration
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Dec 26, 2024
1 parent f6e1d1b commit 9f2805e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion query/migrations/1731423516_email_table_changes.down.sql

This file was deleted.

9 changes: 0 additions & 9 deletions query/migrations/1731423516_email_table_changes.up.sql

This file was deleted.

1 change: 1 addition & 0 deletions query/migrations/1731519512_email_rework.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ DELETE FROM `fivenet_permissions` WHERE `category` = 'MessengerService';
-- Remove old messenger tables
DROP TABLE IF EXISTS `fivenet_msgs_messages`;
DROP TABLE IF EXISTS `fivenet_msgs_settings_blocks`;
DROP TABLE IF EXISTS `fivenet_msgs_threads_job_access`;
DROP TABLE IF EXISTS `fivenet_msgs_threads_user_access`;
DROP TABLE IF EXISTS `fivenet_msgs_threads_user_state`;
DROP TABLE IF EXISTS `fivenet_msgs_threads`;
Expand Down

0 comments on commit 9f2805e

Please sign in to comment.