Rename Character.contact to other_contacts.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 13 Jan 2009 17:14:11 +0000 (18:14 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 13 Jan 2009 17:14:11 +0000 (18:14 +0100)
This prepares for allowing other characters to be specified as contacts.

SQL: ALTER TABLE `influences_influence` CHANGE `contact` `other_contacts` VARCHAR( 255 ) NOT NULL AFTER `character_contact_id` ;


No differences found