mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-09 14:12:24 +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;
|