Make custom redirects domain based

This commit is contained in:
Björn Fromme
2019-10-01 12:45:18 +02:00
parent f5aa2afd0c
commit 37cbf12545
4 changed files with 42 additions and 1 deletions
@@ -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,