fix(DB/Auth): allow autobroadcast_locale to have multiple locales for… (#21467)
This commit is contained in:
parent
3291c747c5
commit
d0085feb95
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
ALTER TABLE `autobroadcast_locale`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`realmid`, `id`, `locale`);
|
||||
Loading…
Add table
Add a link
Reference in a new issue