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
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`;