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

Rebase DB schema signature

parent 561063cc
No related branches found
No related tags found
No related merge requests found
/*
* @version=1.6RC2+
* @version=1.7RC2+
*
* change variable names
*/
......@@ -406,4 +406,4 @@ UPDATE `%TABLE_PREFIX%email_template`
-- update schema signature
UPDATE `%TABLE_PREFIX%config`
SET `schema_signature`='7f35de4260e7a1d8bc2d4214786972ea';
SET `schema_signature`='157195364f4f2f68936cd432b86b0351';
......@@ -63,7 +63,7 @@
#Current version && schema signature (Changes from version to version)
define('THIS_VERSION','1.7-RC2+'); //Shown on admin panel
define('SCHEMA_SIGNATURE','dd0022fb14892c0bb6a9700392df2de7'); //MD5 signature of the db schema. (used to trigger upgrades)
define('SCHEMA_SIGNATURE','157195364f4f2f68936cd432b86b0351'); //MD5 signature of the db schema. (used to trigger upgrades)
#load config info
$configfile='';
if(file_exists(ROOT_DIR.'ostconfig.php')) //Old installs prior to v 1.6 RC5
......
dd0022fb14892c0bb6a9700392df2de7
157195364f4f2f68936cd432b86b0351
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