Skip to content
Snippets Groups Projects
Commit ee10ca1c authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #1335 from protich/issue/1333


oops: Fix hardcoded table prefix

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents cce864c6 b7d68dbe
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