diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 21:53:20 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 21:53:20 +0000 |
commit | 433efccd36add54061868af33d1ebf1d61dae554 (patch) | |
tree | 4201d99cd159251520cd319d85a62e4e3faca363 /central/trunk/instadisc.sql | |
parent | fb1b67b6922a20fdc3538dd6ae4659dfc1d8d7d2 (diff) | |
download | instadisc-433efccd36add54061868af33d1ebf1d61dae554.tar.gz instadisc-433efccd36add54061868af33d1ebf1d61dae554.tar.bz2 instadisc-433efccd36add54061868af33d1ebf1d61dae554.zip |
Central: Continued to remove UI
Also removed unnecessary things. Refs #63
Diffstat (limited to 'central/trunk/instadisc.sql')
-rw-r--r-- | central/trunk/instadisc.sql | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/central/trunk/instadisc.sql b/central/trunk/instadisc.sql index 6d28e2a..be4eef9 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 26, 2008 at 06:23 PM | 6 | -- Generation Time: Sep 28, 2008 at 05:51 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 | -- |
@@ -61,22 +61,6 @@ CREATE TABLE `oldVerID` ( | |||
61 | -- -------------------------------------------------------- | 61 | -- -------------------------------------------------------- |
62 | 62 | ||
63 | -- | 63 | -- |
64 | -- Table structure for table `pending` | ||
65 | -- | ||
66 | |||
67 | DROP TABLE IF EXISTS `pending`; | ||
68 | CREATE TABLE `pending` ( | ||
69 | `id` int(11) NOT NULL auto_increment, | ||
70 | `username` varchar(255) NOT NULL, | ||
71 | `password` varchar(255) NOT NULL, | ||
72 | `email` varchar(255) NOT NULL, | ||
73 | `code` varchar(255) NOT NULL, | ||
74 | PRIMARY KEY (`id`) | ||
75 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; | ||
76 | |||
77 | -- -------------------------------------------------------- | ||
78 | |||
79 | -- | ||
80 | -- Table structure for table `subscriptions` | 64 | -- Table structure for table `subscriptions` |
81 | -- | 65 | -- |
82 | 66 | ||
@@ -107,4 +91,3 @@ CREATE TABLE `users` ( | |||
107 | `downloadItemMode` varchar(255) NOT NULL, | 91 | `downloadItemMode` varchar(255) NOT NULL, |
108 | PRIMARY KEY (`id`) | 92 | PRIMARY KEY (`id`) |
109 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; | 93 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; |
110 | |||