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)
commit08b286aa8384a8d748581840407ee17eb7ca1a39
tree575eb80e2156eb2144342efc7888300546cac0a4
parent3b57264c77f8fc157a0129d406f4116c868c05b0
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` ;
influences/models.py