1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 13:34:39 +02:00

Removal of e107_preset table (deprecated by batch 'copy' function) and other small fixes.

This commit is contained in:
CaMer0n
2012-07-23 09:35:32 +00:00
parent b85f748c98
commit 93a6aa1325
7 changed files with 25 additions and 29 deletions

View File

@@ -403,21 +403,6 @@ CREATE TABLE plugin (
) ENGINE=MyISAM;
# --------------------------------------------------------
#
# Table structure for table `preset`
#
CREATE TABLE preset (
preset_id int(10) unsigned NOT NULL auto_increment,
preset_name varchar(80) NOT NULL default '',
preset_field varchar(80) NOT NULL default '',
preset_value varchar(255) NOT NULL default '',
PRIMARY KEY (preset_id)
) ENGINE=MyISAM;
# --------------------------------------------------------
#
# Table structure for table `rate`
#