Add Character.type property.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 13 Jan 2009 16:57:08 +0000 (17:57 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 13 Jan 2009 17:06:56 +0000 (18:06 +0100)
Also set the type of exising Characters to Player.

SQL: ALTER TABLE `influences_character` ADD `type` VARCHAR( 2 ) NOT NULL AFTER `player_id`;
SQL: UPDATE `influences_character` SET `type` = 'P';


No differences found