Alias collision fixed, .qse will be quotesearch, .qs will remain queuesearch (music)
Improved guild config cleanup migration by removing invalid Permissiosnv2 entries
This commit is contained in:
parent
8176cdbf96
commit
c6a4eaf04e
2 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,7 @@ left join guildconfigs on reactionrolemessage.guildconfigid = guildconfigs.id;")
|
|||
DELETE FROM "DelMsgOnCmdChannel" WHERE "GuildConfigId" is NULL;
|
||||
DELETE FROM "WarningPunishment" WHERE "GuildConfigId" NOT IN (SELECT "Id" from "GuildConfigs");
|
||||
DELETE FROM "StreamRoleBlacklistedUser" WHERE "StreamRoleSettingsId" is NULL;
|
||||
DELETE FROM "PermissionsV2" WHERE "GuildConfigId" NOT IN (SELECT "Id" from "GuildConfigs");
|
||||
""");
|
||||
}
|
||||
|
||||
|
|
|
@ -365,7 +365,6 @@ quoteshow:
|
|||
- qushow
|
||||
quotesearch:
|
||||
- quotesearch
|
||||
- qs
|
||||
- qse
|
||||
- qsearch
|
||||
quoteid:
|
||||
|
|
Loading…
Reference in a new issue