diff options
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 | ||