From: Alan Jack Pippin Date: Sun, 6 Jan 2008 00:04:30 +0000 (-0700) Subject: Removed data being added to district table. X-Git-Tag: release_0_1_0~9 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=ba23ebcfc6ed58f3db2359e37875c6488dc7d837;p=eq%2F.git Removed data being added to district table. This is now done automatically. When the presidency table is updated. --- diff --git a/sql/eq.sql b/sql/eq.sql index 3649953..664cdb8 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`