From ba23ebcfc6ed58f3db2359e37875c6488dc7d837 Mon Sep 17 00:00:00 2001 From: Alan Jack Pippin Date: Sat, 5 Jan 2008 17:04:30 -0700 Subject: [PATCH] Removed data being added to district table. This is now done automatically. When the presidency table is updated. --- sql/eq.sql | 5 ----- 1 file changed, 5 deletions(-) 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` -- 2.34.1