Added the ability to set a config variable to email the interviewee appts
[eq/.git] / sql / tc.sql
index 3d287e52ee948d1f5eadd9b1d033772ae669abde..7b23e0817b6b1e0d813ebf9b1664eefd402088b8 100644 (file)
@@ -263,6 +263,7 @@ CREATE TABLE /*!42501 IF NOT EXISTS*/ `tc_companion_sandbox` (
 --
 CREATE TABLE /*!42501 IF NOT EXISTS*/ `tc_companionship_sandbox` (
   `companionship` INT( 16 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
+  `tc_companionship` INT( 16 ) UNSIGNED NOT NULL ,
   `district` INT( 16 ) UNSIGNED NULL DEFAULT NULL
 ) ENGINE = MYISAM ;