feat(Core/Account): Add account flags support (#22533)

This commit is contained in:
Kitzunu 2025-07-24 15:09:30 +02:00 committed by GitHub
parent 603249c046
commit 1e68280691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 109 additions and 13 deletions

View file

@ -0,0 +1,3 @@
--
ALTER TABLE `account`
ADD COLUMN `Flags` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `expansion`;