Skip to content
Snippets Groups Projects
Commit b7d68dbe authored by Peter Rotich's avatar Peter Rotich
Browse files

oops: Fix hardcoded table prefix

parent cce864c6
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ PREPARE stmt FROM @s;
EXECUTE stmt;
UPDATE `%TABLE_PREFIX%ticket_status` s
INNER JOIN `ost_config` c
INNER JOIN `%TABLE_PREFIX%config` c
ON(c.namespace = CONCAT('TS.', s.id) AND c.key='properties')
SET s.properties = c.value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment