mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Various small updates for contact form, linkwords URL length, download log readback
This commit is contained in:
@@ -2,6 +2,6 @@ CREATE TABLE linkwords (
|
||||
linkword_id INT(10) UNSIGNED NOT NULL auto_increment,
|
||||
linkword_active tinyint(1) unsigned NOT NULL default '0',
|
||||
linkword_word varchar(100) NOT NULL default '',
|
||||
linkword_link varchar(150) NOT NULL default '',
|
||||
linkword_link varchar(200) NOT NULL default '',
|
||||
PRIMARY KEY (linkword_id)
|
||||
) TYPE=MyISAM AUTO_INCREMENT=1;
|
Reference in New Issue
Block a user