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:
@@ -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`
|
||||
#
|
||||
|
Reference in New Issue
Block a user