X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=sql%2Feq.sql;h=664cdb809c168414164ec7ce44398bb83c2b764a;hb=ba23ebcfc6ed58f3db2359e37875c6488dc7d837;hp=36499530303845e7f18b1807600a8f7d68a0cab9;hpb=4c76f4fb09d5118727e9951f0edfd5fa2d9b9ccb;p=eq%2F.git 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`