remove eqpres from tc_presidency table - just used the president field instead -...
[eq/.git] / sql / tc.sql
index f7cea2368c2bfa32d44103f549b97637869b530b..5d2ba996d4f5a906bebc539c952486baaca88275 100644 (file)
@@ -176,7 +176,6 @@ CREATE TABLE `tc_presidency` (
   `president` tinyint(1) default '0',
   `counselor` tinyint(1) default '0',
   `secretary` tinyint(1) default '0',
-  `eqpres` tinyint(1) default '0',
   `valid` tinyint(1) default '1',
   KEY `presidency` (`presidency`),
   KEY `indiv` (`indiv`)