1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

New link_owner field added for improved tracking of plugin-related links.

This commit is contained in:
Cameron
2015-02-05 12:00:54 -08:00
parent 243e0457a9
commit 71451c9640
2 changed files with 2 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ CREATE TABLE links (
link_class varchar(255) NOT NULL default '0',
link_function varchar(100) NOT NULL default '',
link_sefurl varchar(255) NOT NULL,
link_owner varchar(50) NOT NULL default '',
PRIMARY KEY (link_id)
) ENGINE=MyISAM;