litecord/manage/cmd/migration/scripts
Luna 3e390caffe add migration to maintain data consistency on members
the tables that should refer to members aren't doing so because
they were declared before the members table itself.

this leads to data inconsistency as members leave or get kicked
or get banned from a guild, and the relevant rows on those tables
ARE NOT removed as well.
2021-09-20 23:07:31 -03:00
..
0_base.sql add migration to maintain data consistency on members 2021-09-20 23:07:31 -03:00
1_webhook_avatars.sql add 1_webhook_avatars migration 2019-04-26 03:55:53 -03:00
2_fix_chan_overwrites_constraint.sql fix channel overwrite creation and constraints 2019-07-23 15:40:23 -03:00
3_add_message_flags.sql channels: update local message var when changing flags 2019-09-01 19:18:54 -03:00
4_fix_constraints.sql migration.command: dont split on migration 0 2020-02-04 20:50:40 +00:00
5_add_rules_channel_id.sql As per !61#note_314891420 2020-03-31 22:14:13 +03:00
6_add_public_updates_channel_id.sql As per !61#note_314891420 2020-03-31 22:14:13 +03:00
7_add_prefered_locale.sql Add preferred_locale field 2020-03-31 01:04:58 +03:00
8_add_discovery_splash.sql Add discovery_splash 2020-03-31 01:11:57 +03:00
9_add_custom_status_settings.sql Fix custom_status migration being overriden due to typo 2020-06-10 15:08:04 -03:00
10_permissions.sql fix roles.permissions' datatype to bigint 2020-07-29 15:28:31 -03:00
11_user_bio_and_accent_color.sql migrations: add 11_user_bio_and_accent_color 2021-08-29 15:52:49 -03:00
12_inline_replies.sql Implement inline replies 2021-09-05 03:23:00 +00:00
13_fix_member_foreign_key.sql add migration to maintain data consistency on members 2021-09-20 23:07:31 -03:00