diff options
Diffstat (limited to 'series/trunk/instadisc.sql')
-rw-r--r-- | series/trunk/instadisc.sql | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/series/trunk/instadisc.sql b/series/trunk/instadisc.sql index 9ab9699..bb2018c 100644 --- a/series/trunk/instadisc.sql +++ b/series/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 13, 2008 at 09:46 AM | 6 | -- Generation Time: Sep 14, 2008 at 10:12 AM |
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 | -- |
@@ -26,20 +26,6 @@ CREATE TABLE `config` ( | |||
26 | -- -------------------------------------------------------- | 26 | -- -------------------------------------------------------- |
27 | 27 | ||
28 | -- | 28 | -- |
29 | -- Table structure for table `oldVerID` | ||
30 | -- | ||
31 | |||
32 | DROP TABLE IF EXISTS `oldVerID`; | ||
33 | CREATE TABLE `oldVerID` ( | ||
34 | `id` int(11) NOT NULL auto_increment, | ||
35 | `username` varchar(255) NOT NULL, | ||
36 | `verID` int(11) NOT NULL, | ||
37 | PRIMARY KEY (`id`) | ||
38 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; | ||
39 | |||
40 | -- -------------------------------------------------------- | ||
41 | |||
42 | -- | ||
43 | -- Table structure for table `subscriptions` | 29 | -- Table structure for table `subscriptions` |
44 | -- | 30 | -- |
45 | 31 | ||