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

Add transitional patch (devs)

parent 3fa797b3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
#Current version && schema signature (Changes from version to version)
define('THIS_VERSION','1.7-DPR2'); //Shown on admin panel
define('SCHEMA_SIGNATURE','bbb021fbeb377ca66b6997b77e0167cc'); //MD5 signature of the db schema. (used to trigger upgrades)
define('SCHEMA_SIGNATURE','49478749dc680eef08b7954bd568cfd1'); //MD5 signature of the db schema. (used to trigger upgrades)
#load config info
$configfile='';
......
/**
* Transitional patch - FIX on the INSTALLER schema
*
* @version 1.7-dpr3 installerfix
*/
-- Finished with patch
UPDATE `%TABLE_PREFIX%config`
SET `schema_signature`='49478749dc680eef08b7954bd568cfd1';
bbb021fbeb377ca66b6997b77e0167cc
49478749dc680eef08b7954bd568cfd1
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