From: Matthijs Kooijman Date: Tue, 13 Jan 2009 17:14:11 +0000 (+0100) Subject: Rename Character.contact to other_contacts. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=08b286aa8384a8d748581840407ee17eb7ca1a39;hp=08b286aa8384a8d748581840407ee17eb7ca1a39;p=matthijs%2Fprojects%2Fxerxes.git Rename Character.contact to other_contacts. 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` ; ---