X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=sql%2Ftc.sql;h=0829378bb9c6eee9aba64eefa8fb2d681a96c12d;hb=refs%2Fheads%2Fowenleonard%2Fdjango_db_prep;hp=9aaff5ea88d60bab34c31e3f5ceb3462edeaf34c;hpb=61df0220f9c24a23b834d1fdf64c2a3630e52560;p=eq%2F.git diff --git a/sql/tc.sql b/sql/tc.sql index 9aaff5e..0829378 100644 --- a/sql/tc.sql +++ b/sql/tc.sql @@ -175,8 +175,6 @@ CREATE TABLE /*!42501 IF NOT EXISTS*/ `tc_visit` ( `visit` int(16) unsigned NOT NULL auto_increment, `family` int(16) unsigned default NULL, `companionship` int(16) unsigned default NULL, - `companion1` int(16) unsigned default NULL, - `companion2` int(16) unsigned default NULL, `date` date default NULL, `notes` text, `visited` enum('y','n','') default NULL, @@ -227,7 +225,7 @@ CREATE TABLE /*!42501 IF NOT EXISTS*/ `tc_accomplishment` ( `individual` INT( 16 ) UNSIGNED NULL DEFAULT NULL , `date` DATE NULL DEFAULT NULL , `task` INT( 16 ) UNSIGNED NULL DEFAULT NULL , - `note` VARCHAR( 128 ) NOT NULL + `notes` VARCHAR( 128 ) NOT NULL ) ENGINE = MYISAM ; --