Adjust to new link wizard

This commit is contained in:
Björn Fromme
2018-09-20 13:36:48 +02:00
parent 95d11d5eb0
commit 8409b30ba1
43 changed files with 132 additions and 97 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ CREATE TABLE tx_eptrack_domain_model_redirect (
label varchar(255) DEFAULT '' NOT NULL,
redirect_from varchar(255) DEFAULT '' NOT NULL,
target_page_uid int(11) unsigned DEFAULT '0' NOT NULL,
target_page_uid varchar(255) DEFAULT '' NOT NULL,
tracking_code varchar(255) DEFAULT '' NOT NULL,
response_code char(3) DEFAULT '301' NOT NULL,
utm_source varchar(255) DEFAULT '' NOT NULL,