Fixed Upgrade Script zu ccm-atoz.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1643 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
e7a5b1dcad
commit
de26b1e1c9
|
|
@ -11,7 +11,6 @@
|
||||||
<ccm:requires name="ccm-cms" version="6.6.0" relation="ge"/>
|
<ccm:requires name="ccm-cms" version="6.6.0" relation="ge"/>
|
||||||
<ccm:requires name="ccm-navigation" version="6.6.0" relation="ge"/>
|
<ccm:requires name="ccm-navigation" version="6.6.0" relation="ge"/>
|
||||||
<ccm:requires name="ccm-subsite" version="6.6.0" relation="ge"/>
|
<ccm:requires name="ccm-subsite" version="6.6.0" relation="ge"/>
|
||||||
<!-- <ccm:requires name="ccm-ldn-aplaws" version="6.6.0" relation="ge"/> -->
|
|
||||||
<ccm:requires name="ccm-ldn-terms" version="6.6.0" relation="ge"/>
|
<ccm:requires name="ccm-ldn-terms" version="6.6.0" relation="ge"/>
|
||||||
<ccm:requires name="ccm-ldn-util" version="6.6.0" relation="ge"/>
|
<ccm:requires name="ccm-ldn-util" version="6.6.0" relation="ge"/>
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,8 @@ model com.arsdigita.atoz;
|
||||||
|
|
||||||
import com.arsdigita.web.Application;
|
import com.arsdigita.web.Application;
|
||||||
|
|
||||||
|
// In contrast to other applications atoz_app is needed here and used in
|
||||||
|
// associations, e.g. AtoZProvider.
|
||||||
object type AtoZ extends Application {
|
object type AtoZ extends Application {
|
||||||
// Nothing to persist yet
|
reference key (atoz_app.application_id);
|
||||||
// there is only one instance of AtoZ and
|
|
||||||
// no instance specific settings about to be persisted.
|
|
||||||
// reference key (atoz_app.application_id);
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
--
|
--
|
||||||
-- $Id: drop_app_table.sql pboy $
|
-- $Id: drop_app_table.sql pboy $
|
||||||
|
|
||||||
-- drops table atoz_app which just contained application type id and is
|
-- Don't do it! Application table is required with this package.
|
||||||
-- never used for any action.
|
|
||||||
|
|
||||||
drop table atoz_app ;
|
-- drop table atoz_app ;
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,5 @@
|
||||||
|
|
||||||
-- NOTE: Order is significant
|
-- NOTE: Order is significant
|
||||||
@@ default/6.6.1-6.6.2/upd_system_tables.sql
|
@@ default/6.6.1-6.6.2/upd_system_tables.sql
|
||||||
@@ default/6.6.1-6.6.2/drop_app_table.sql
|
|
||||||
@@ default/6.6.1-6.6.2/ren_domainprovider_table.sql
|
@@ default/6.6.1-6.6.2/ren_domainprovider_table.sql
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ begin;
|
||||||
|
|
||||||
-- NOTE: Order is significant
|
-- NOTE: Order is significant
|
||||||
\i default/6.6.1-6.6.2/upd_system_tables.sql
|
\i default/6.6.1-6.6.2/upd_system_tables.sql
|
||||||
\i default/6.6.1-6.6.2/drop_app_table.sql
|
|
||||||
\i default/6.6.1-6.6.2/ren_domainprovider_table.sql
|
\i default/6.6.1-6.6.2/ren_domainprovider_table.sql
|
||||||
|
|
||||||
commit;
|
commit;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue