mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
2 lines
103 B
SQL
2 lines
103 B
SQL
ALTER TABLE character_alternate_abilities ADD COLUMN charges SMALLINT(11) UNSIGNED NOT NULL DEFAULT 0;
|