server/sql/updates/0.8/4432_item_template.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

6 lines
433 B
SQL

ALTER TABLE `item_template`
ADD COLUMN `spellppmRate_1` float NOT NULL default '0' AFTER `spellcharges_1`,
ADD COLUMN `spellppmRate_2` float NOT NULL default '0' AFTER `spellcharges_2`,
ADD COLUMN `spellppmRate_3` float NOT NULL default '0' AFTER `spellcharges_3`,
ADD COLUMN `spellppmRate_4` float NOT NULL default '0' AFTER `spellcharges_4`,
ADD COLUMN `spellppmRate_5` float NOT NULL default '0' AFTER `spellcharges_5`;