fix: Alias collision fixed, .qse will be quotesearch, .qs will remain queuesearch (music)

fix: Improved guild config cleanup migration by removing invalid Permissiosnv2 entries (thx Leon)
This commit is contained in:
Kwoth
2024-10-04 02:00:46 +00:00
parent 40490a4656
commit 822ce0b8de
2 changed files with 1 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ left join guildconfigs on reactionrolemessage.guildconfigid = guildconfigs.id;")
DELETE FROM "DelMsgOnCmdChannel" WHERE "GuildConfigId" is NULL; DELETE FROM "DelMsgOnCmdChannel" WHERE "GuildConfigId" is NULL;
DELETE FROM "WarningPunishment" WHERE "GuildConfigId" NOT IN (SELECT "Id" from "GuildConfigs"); DELETE FROM "WarningPunishment" WHERE "GuildConfigId" NOT IN (SELECT "Id" from "GuildConfigs");
DELETE FROM "StreamRoleBlacklistedUser" WHERE "StreamRoleSettingsId" is NULL; DELETE FROM "StreamRoleBlacklistedUser" WHERE "StreamRoleSettingsId" is NULL;
DELETE FROM "PermissionsV2" WHERE "GuildConfigId" NOT IN (SELECT "Id" from "GuildConfigs");
"""); """);
} }

View File

@@ -365,7 +365,6 @@ quoteshow:
- qushow - qushow
quotesearch: quotesearch:
- quotesearch - quotesearch
- qs
- qse - qse
- qsearch - qsearch
quoteid: quoteid: