about summary refs log tree commit diff stats
path: root/series/trunk/instadisc.sql
diff options
context:
space:
mode:
Diffstat (limited to 'series/trunk/instadisc.sql')
-rw-r--r--series/trunk/instadisc.sql16
1 files changed, 15 insertions, 1 deletions
diff --git a/series/trunk/instadisc.sql b/series/trunk/instadisc.sql index 4c9a816..9ab9699 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:16 AM 6-- Generation Time: Sep 13, 2008 at 09:46 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,6 +26,20 @@ CREATE TABLE `config` (
26-- -------------------------------------------------------- 26-- --------------------------------------------------------
27 27
28-- 28--
29-- Table structure for table `oldVerID`
30--
31
32DROP TABLE IF EXISTS `oldVerID`;
33CREATE 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--
29-- Table structure for table `subscriptions` 43-- Table structure for table `subscriptions`
30-- 44--
31 45