Page 1 of 1
Upgrade 1.11.7 to .8, which db schema? [SOLVED]
Posted: Mon Sep 16, 2013 2:33 pm
by asdf
Should the db schema get updated with 1.11.8? There is no files to be added to the install directory in cmsmadesimple-english-diff-1.11.7-1.11.8.tar.gz but cmsmadesimple-1.11.8-english.tar.gz contains new files, e.g. install/upgrades/upgrade.36.to.37.php.
Re: Upgrade 1.11.7 to .8, which db schema?
Posted: Mon Sep 16, 2013 2:40 pm
by Rolf
A diff upgrade only contains changed files, no need for upgrading database...
Re: Upgrade 1.11.7 to .8, which db schema?
Posted: Mon Sep 16, 2013 2:47 pm
by asdf
Ok, thanks.
I would have thought differently reading
We have added a new core event, 'TemplatePreFetch', which is called before a template is fetched from the database...
from the announcement and
Code: Select all
echo '<p>Adding TemplatePreFetch event...';
Events::CreateEvent('Core','TemplatePreFetch');
echo '[done]</p>';
from the upgrade.36.to.37.php.
Re: Upgrade 1.11.7 to .8, which db schema?
Posted: Mon Sep 16, 2013 2:59 pm
by calguy1000
1.11.8 is supposed to have a schema of 37... but we messed up.
we're looking now at what we're going to do to fix it.