removed companion1 and companion2 from tc_visit
[eq/.git] / sql / tc.sql
index 9aaff5ea88d60bab34c31e3f5ceb3462edeaf34c..c54f74e7dcd5fa4abd5d5366f04e9b91d3514afe 100644 (file)
@@ -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,