Quantcast
Channel: Tag manager, create new variable, SQL problem
Viewing all articles
Browse latest Browse all 2

Tag manager, create new variable, SQL problem

$
0
0

Ok I’ll reply to myself :slight_smile:
In this post I found the solution.

So if you have the same issue, please try :

ALTER TABLE `matomo_tagmanager_tag` ADD COLUMN `description` VARCHAR(1000) NOT NULL DEFAULT '' AFTER `name`;
ALTER TABLE `matomo_tagmanager_trigger` ADD COLUMN `description` VARCHAR(1000) NOT NULL DEFAULT '' AFTER `name`;
ALTER TABLE `matomo_tagmanager_variable` ADD COLUMN `description` VARCHAR(1000) NOT NULL DEFAULT '' AFTER `name`;

Regards,

j.

Read full topic


Viewing all articles
Browse latest Browse all 2

Trending Articles