feat(Core/Account): Add account flags support (#22533)
This commit is contained in:
parent
603249c046
commit
1e68280691
8 changed files with 109 additions and 13 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
ALTER TABLE `account`
|
||||
ADD COLUMN `Flags` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `expansion`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue