mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-08 04:02:25 +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;
|