From 433efccd36add54061868af33d1ebf1d61dae554 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 28 Sep 2008 21:53:20 +0000 Subject: Central: Continued to remove UI Also removed unnecessary things. Refs #63 --- central/trunk/instadisc.sql | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'central/trunk/instadisc.sql') 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 @@ -- http://www.phpmyadmin.net -- -- Host: localhost --- Generation Time: Sep 26, 2008 at 06:23 PM +-- Generation Time: Sep 28, 2008 at 05:51 PM -- Server version: 5.0.51 -- PHP Version: 5.2.4-2ubuntu5.3 -- @@ -60,22 +60,6 @@ CREATE TABLE `oldVerID` ( -- -------------------------------------------------------- --- --- Table structure for table `pending` --- - -DROP TABLE IF EXISTS `pending`; -CREATE TABLE `pending` ( - `id` int(11) NOT NULL auto_increment, - `username` varchar(255) NOT NULL, - `password` varchar(255) NOT NULL, - `email` varchar(255) NOT NULL, - `code` varchar(255) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1; - --- -------------------------------------------------------- - -- -- Table structure for table `subscriptions` -- @@ -107,4 +91,3 @@ CREATE TABLE `users` ( `downloadItemMode` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; - -- cgit 1.4.1