Make custom redirects domain based
This commit is contained in:
@@ -8,6 +8,7 @@ CREATE TABLE tx_eptrack_domain_model_redirect (
|
||||
pid int(11) DEFAULT '0' NOT NULL,
|
||||
|
||||
label varchar(255) DEFAULT '' NOT NULL,
|
||||
source_host varchar(255) DEFAULT '' NOT NULL,
|
||||
redirect_from varchar(255) DEFAULT '' NOT NULL,
|
||||
target_page_uid varchar(255) DEFAULT '' NOT NULL,
|
||||
tracking_code varchar(255) DEFAULT '' NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user