From da9058d2748e3cc27530aea9d7107c61755ab367 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Sat, 30 Jan 2010 10:52:25 +0000 Subject: [PATCH] Removed duplicate definition of panel_diskspace and panel_diskspace_admins --- install/froxlor.sql | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 1ee8eed1..8eb2b424 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -699,49 +699,6 @@ CREATE TABLE `panel_diskspace_admins` ( # -------------------------------------------------------- -# -# Table structure for table `panel_diskspace` -# - -CREATE TABLE `panel_diskspace` ( - `id` int(11) unsigned NOT NULL auto_increment, - `customerid` int(11) unsigned NOT NULL default '0', - `year` int(4) unsigned zerofill NOT NULL default '0000', - `month` int(2) unsigned zerofill NOT NULL default '00', - `day` int(2) unsigned zerofill NOT NULL default '00', - `stamp` int(11) unsigned NOT NULL default '0', - `webspace` bigint(30) unsigned NOT NULL default '0', - `mail` bigint(30) unsigned NOT NULL default '0', - `mysql` bigint(30) unsigned NOT NULL default '0', - PRIMARY KEY (`id`), - KEY `customerid` (`customerid`) -) TYPE=MyISAM ; - -# -# Dumping data for table `panel_diskspace` -# - - -# -------------------------------------------------------- - -# -# Table structure for table `panel_diskspace_admins` -# - -CREATE TABLE `panel_diskspace_admins` ( - `id` int(11) unsigned NOT NULL auto_increment, - `adminid` int(11) unsigned NOT NULL default '0', - `year` int(4) unsigned zerofill NOT NULL default '0000', - `month` int(2) unsigned zerofill NOT NULL default '00', - `day` int(2) unsigned zerofill NOT NULL default '00', - `stamp` int(11) unsigned NOT NULL default '0', - `webspace` bigint(30) unsigned NOT NULL default '0', - `mail` bigint(30) unsigned NOT NULL default '0', - `mysql` bigint(30) unsigned NOT NULL default '0', - PRIMARY KEY (`id`), - KEY `adminid` (`adminid`) -) TYPE=MyISAM ; - # # Table structure for table `panel_languages` #