Quantcast
Viewing latest article 2
Browse Latest Browse All 2

Tag manager, create new variable, SQL problem

Ok I’ll reply to myself Image may be NSFW.
Clik here to view.
: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 latest article 2
Browse Latest Browse All 2

Trending Articles