From 4419c4c44b18eda0d3a04af882e50be069fee49d Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 6 Sep 2008 22:36:16 +0000 Subject: Central: Removed idea of multiple central servers Refs #52 --- central/trunk/instadisc.sql | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'central/trunk/instadisc.sql') diff --git a/central/trunk/instadisc.sql b/central/trunk/instadisc.sql index 70e3c3b..3f39a2a 100644 --- a/central/trunk/instadisc.sql +++ b/central/trunk/instadisc.sql @@ -3,7 +3,7 @@ -- http://www.phpmyadmin.net -- -- Host: localhost --- Generation Time: Sep 06, 2008 at 05:37 PM +-- Generation Time: Sep 06, 2008 at 06:34 PM -- Server version: 5.0.51 -- PHP Version: 5.2.4-2ubuntu5.3 -- @@ -12,21 +12,6 @@ -- -------------------------------------------------------- --- --- Table structure for table `centralServers` --- - -DROP TABLE IF EXISTS `centralServers`; -CREATE TABLE `centralServers` ( - `id` int(11) NOT NULL auto_increment, - `url` varchar(255) NOT NULL, - `code` varchar(255) NOT NULL, - `xmlrpc` varchar(255) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; - --- -------------------------------------------------------- - -- -- Table structure for table `config` -- -- cgit 1.4.1