server/sql/updates/0.5/1669_character_spell.sql

2 lines
86 B
SQL

ALTER TABLE `character_spell`
ADD `active` int(11) unsigned NOT NULL default '1';