fix trigger mutation 113
This commit is contained in:
@@ -1748,10 +1748,8 @@
|
||||
// Update trigger version.
|
||||
// Keep this at the end of this file.
|
||||
sql_dropFunction('dbsvTriggerVersion');
|
||||
$db_version = sqlValue("SELECT `value` FROM `sysconfig` WHERE `name`='db_version'", 0);
|
||||
sql("
|
||||
CREATE FUNCTION `dbsvTriggerVersion` () RETURNS INT
|
||||
RETURN '&1'",
|
||||
$db_version);
|
||||
RETURN 113");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user