X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=sql%2Feq.sql;h=7d0add889529ac0c16c668e73d87136a7152a3d1;hb=d0fe650e8a63864d8fd593aec3429abdec5eac95;hp=36499530303845e7f18b1807600a8f7d68a0cab9;hpb=82963f2191eff35b295440782e4309ea3632cf55;p=eq%2F.git diff --git a/sql/eq.sql b/sql/eq.sql index 3649953..7d0add8 100644 --- a/sql/eq.sql +++ b/sql/eq.sql @@ -126,11 +126,6 @@ CREATE TABLE `eq_district` ( `valid` tinyint(1) default NULL, PRIMARY KEY (`district`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -LOCK TABLES `eq_district` WRITE; -/*!40000 ALTER TABLE `eq_district` DISABLE KEYS */; -INSERT INTO `eq_district` (`district`, `name`, `supervisor`, `valid`) VALUES (0,'High Priests',0,0); -/*!40000 ALTER TABLE `eq_district` ENABLE KEYS */; -UNLOCK TABLES; -- -- Table structure for table `eq_elder` @@ -164,19 +159,6 @@ CREATE TABLE `eq_family` ( PRIMARY KEY (`family`) ) ENGINE=MyISAM AUTO_INCREMENT=277 DEFAULT CHARSET=latin1; --- --- Table structure for table `eq_interview` --- -CREATE TABLE `eq_interview` ( - `interview` int(16) unsigned NOT NULL auto_increment, - `interviewer` int(16) unsigned default NULL, - `elder` int(16) unsigned default NULL, - `aaronic` int(16) unsigned NOT NULL default '0', - `date` date default NULL, - `notes` text, - PRIMARY KEY (`interview`) -) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=latin1; - -- -- Table structure for table `eq_parent` -- @@ -208,6 +190,7 @@ CREATE TABLE `eq_ppi` ( `ppi` int(16) unsigned NOT NULL auto_increment, `interviewer` int(16) unsigned default NULL, `elder` int(16) unsigned default NULL, + `aaronic` int(16) unsigned NOT NULL default '0', `date` date default NULL, `notes` text, `eqpresppi` tinyint(1) default '0', @@ -227,6 +210,7 @@ CREATE TABLE `eq_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 `elder` (`elder`)