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

Finalize db install and migration signature

parent c9c08bf6
Branches
Tags
No related merge requests found
e50ba63f5256e82517670e066b654978
b38066879371ed792958b4ba9bc8de4a
/**
* @version v1.9.4
* @signature 00000000000000000000000000000000
* @signature b38066879371ed792958b4ba9bc8de4a
* @title Custom Ticket Numbers and Statuses
*
* This patch adds support for ticket number sequences to the database
......@@ -74,5 +74,5 @@ ALTER TABLE `%TABLE_PREFIX%ticket`
-- Finished with patch
UPDATE `%TABLE_PREFIX%config`
SET `value` = '00000000000000000000000000000000'
SET `value` = 'b38066879371ed792958b4ba9bc8de4a'
WHERE `key` = 'schema_signature' AND `namespace` = 'core';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment