fix(DB/Auth): allow autobroadcast_locale to have multiple locales for… (#21467)

This commit is contained in:
Kitzunu 2025-02-16 21:20:29 +01:00 committed by GitHub
parent 3291c747c5
commit d0085feb95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
--
ALTER TABLE `autobroadcast_locale`
DROP PRIMARY KEY,
ADD PRIMARY KEY (`realmid`, `id`, `locale`);