BugFixes for upgradescript ccm-cms-types-organization (6.6.6 to 6.6.7)
git-svn-id: https://svn.libreccm.org/ccm/trunk@2820 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
5a1e902399
commit
7668f285f1
|
|
@ -19,7 +19,7 @@
|
||||||
-- schema
|
-- schema
|
||||||
|
|
||||||
-- Rename tables
|
-- Rename tables
|
||||||
ALTER TABLE ct_simpleorganizations TO ct_organizations;
|
ALTER TABLE ct_simpleorganizations RENAME TO ct_organizations;
|
||||||
|
|
||||||
-- Update inits
|
-- Update inits
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<upgrade>
|
<upgrade>
|
||||||
<version from="6.6.6" to="6.6.7">
|
<version from="6.6.6" to="6.6.7">
|
||||||
<script sql="ccm-cms-types-organization/upgrade/::database::-6.6.6-6.6.7.sql">
|
<script sql="ccm-cms-types-organization/upgrade/::database::-6.6.6-6.6.7.sql"/>
|
||||||
</version>
|
</version>
|
||||||
</upgrade>
|
</upgrade>
|
||||||
Loading…
Reference in New Issue