diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 22:36:16 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 22:36:16 +0000 |
commit | 4419c4c44b18eda0d3a04af882e50be069fee49d (patch) | |
tree | a5a2b11fb0c81762740c4750e4cc4071ee817e6d /central/trunk/instadisc.sql | |
parent | 2c33a04e24aefdb75d35841f976875c693893973 (diff) | |
download | instadisc-4419c4c44b18eda0d3a04af882e50be069fee49d.tar.gz instadisc-4419c4c44b18eda0d3a04af882e50be069fee49d.tar.bz2 instadisc-4419c4c44b18eda0d3a04af882e50be069fee49d.zip |
Central: Removed idea of multiple central servers
Refs #52
Diffstat (limited to 'central/trunk/instadisc.sql')
-rw-r--r-- | central/trunk/instadisc.sql | 17 |
1 files changed, 1 insertions, 16 deletions
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 @@ | |||
3 | -- http://www.phpmyadmin.net | 3 | -- http://www.phpmyadmin.net |
4 | -- | 4 | -- |
5 | -- Host: localhost | 5 | -- Host: localhost |
6 | -- Generation Time: Sep 06, 2008 at 05:37 PM | 6 | -- Generation Time: Sep 06, 2008 at 06:34 PM |
7 | -- Server version: 5.0.51 | 7 | -- Server version: 5.0.51 |
8 | -- PHP Version: 5.2.4-2ubuntu5.3 | 8 | -- PHP Version: 5.2.4-2ubuntu5.3 |
9 | -- | 9 | -- |
@@ -13,21 +13,6 @@ | |||
13 | -- -------------------------------------------------------- | 13 | -- -------------------------------------------------------- |
14 | 14 | ||
15 | -- | 15 | -- |
16 | -- Table structure for table `centralServers` | ||
17 | -- | ||
18 | |||
19 | DROP TABLE IF EXISTS `centralServers`; | ||
20 | CREATE TABLE `centralServers` ( | ||
21 | `id` int(11) NOT NULL auto_increment, | ||
22 | `url` varchar(255) NOT NULL, | ||
23 | `code` varchar(255) NOT NULL, | ||
24 | `xmlrpc` varchar(255) NOT NULL, | ||
25 | PRIMARY KEY (`id`) | ||
26 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; | ||
27 | |||
28 | -- -------------------------------------------------------- | ||
29 | |||
30 | -- | ||
31 | -- Table structure for table `config` | 16 | -- Table structure for table `config` |
32 | -- | 17 | -- |
33 | 18 | ||