From fdfbfe733c95a652741dd997ae1732d88cd3705b Mon Sep 17 00:00:00 2001 From: pb Date: Thu, 19 Jan 2012 23:37:32 +0000 Subject: [PATCH] Erste Fassung update script git-svn-id: https://svn.libreccm.org/ccm/trunk@1460 8810af33-2d31-482b-a856-94f89814c4df --- ccm-rssfeed/application.xml | 4 +- .../pdl/com/arsdigita/rssfeed/Feed.pdl | 37 ++--- .../rssfeed/{RSS.pdl => RSSFeed.pdl} | 9 +- .../default/6.6.0-6.6.1/drop_app_table.sql | 23 +++ .../6.6.0-6.6.1/remove_legacy_entries.sql | 131 ++++++++++++++++++ .../default/6.6.0-6.6.1/ren_sites_table.sql | 38 +++++ .../default/6.6.0-6.6.1/upd_system_tables.sql | 66 +++++++++ .../upgrade/oracle-se-6.6.0-6.6.1.sql | 30 ++++ .../{ => upgrade}/oracle-se/rss-drop.sql | 0 .../upgrade/postgres-6.6.0-6.6.1.sql | 37 +++++ .../{oracle-se => upgrade}/upgrade-1.sql | 0 ccm-rssfeed/src/ccm-rssfeed.config | 2 +- ccm-rssfeed/src/ccm-rssfeed.upgrade | 5 + .../src/com/arsdigita/rssfeed/Feed.java | 61 +++++++- .../com/arsdigita/rssfeed/FeedCollection.java | 32 +++-- .../com/arsdigita/rssfeed/Initializer.java | 12 +- .../src/com/arsdigita/rssfeed/Loader.java | 65 ++++++--- .../rssfeed/{RSS.java => RSSFeed.java} | 39 +++--- .../{RSSConfig.java => RSSFeedConfig.java} | 42 +++++- ...ies => RSSFeedConfig_parameter.properties} | 0 .../arsdigita/rssfeed/RSSFileResolver.java | 13 +- .../com/arsdigita/rssfeed/RSSRenderer.java | 25 ++++ .../src/com/arsdigita/rssfeed/RSSService.java | 15 +- .../arsdigita/rssfeed/SimpleRSSChannel.java | 28 ++++ .../enterprise.init.nolongerInUse} | 0 .../arsdigita/rssfeed/ui/ChannelIndex.java | 9 +- .../arsdigita/rssfeed/ui/RSSComponent.java | 22 +-- .../ui/WorkspaceDirectoryComponent.java | 37 +++-- .../arsdigita/rssfeed/ui/admin/FeedForm.java | 63 +++++---- .../rssfeed/ui/admin/FeedSelectionModel.java | 45 ++++-- .../rssfeed/ui/admin/FeedsPanel.java | 61 ++++---- .../web/templates/ccm-rssfeed/admin/index.jsp | 4 +- .../ccm-rssfeed/portlets/workspaces.jsp | 2 +- .../web/templates/ccm-rssfeed/rss/acsj.jsp | 2 +- .../web/templates/ccm-rssfeed/rss/channel.jsp | 2 +- .../templates/ccm-rssfeed/rss/external.jsp | 2 +- .../web/templates/ccm-rssfeed/rss/index.jsp | 2 +- 37 files changed, 770 insertions(+), 195 deletions(-) rename ccm-rssfeed/pdl/com/arsdigita/rssfeed/{RSS.pdl => RSSFeed.pdl} (76%) create mode 100644 ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/drop_app_table.sql create mode 100644 ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/remove_legacy_entries.sql create mode 100644 ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/ren_sites_table.sql create mode 100644 ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql create mode 100644 ccm-rssfeed/sql/ccm-rssfeed/upgrade/oracle-se-6.6.0-6.6.1.sql rename ccm-rssfeed/sql/ccm-rssfeed/{ => upgrade}/oracle-se/rss-drop.sql (100%) create mode 100644 ccm-rssfeed/sql/ccm-rssfeed/upgrade/postgres-6.6.0-6.6.1.sql rename ccm-rssfeed/sql/ccm-rssfeed/{oracle-se => upgrade}/upgrade-1.sql (100%) create mode 100755 ccm-rssfeed/src/ccm-rssfeed.upgrade rename ccm-rssfeed/src/com/arsdigita/rssfeed/{RSS.java => RSSFeed.java} (72%) rename ccm-rssfeed/src/com/arsdigita/rssfeed/{RSSConfig.java => RSSFeedConfig.java} (71%) rename ccm-rssfeed/src/com/arsdigita/rssfeed/{RSSConfig_parameter.properties => RSSFeedConfig_parameter.properties} (100%) rename ccm-rssfeed/src/com/arsdigita/rssfeed/{enterprise.init => installer.nolongerInUse/enterprise.init.nolongerInUse} (100%) diff --git a/ccm-rssfeed/application.xml b/ccm-rssfeed/application.xml index 63dfe7433..e47d56157 100755 --- a/ccm-rssfeed/application.xml +++ b/ccm-rssfeed/application.xml @@ -1,8 +1,8 @@ diff --git a/ccm-rssfeed/pdl/com/arsdigita/rssfeed/Feed.pdl b/ccm-rssfeed/pdl/com/arsdigita/rssfeed/Feed.pdl index 7281aa4b1..07187c0b1 100755 --- a/ccm-rssfeed/pdl/com/arsdigita/rssfeed/Feed.pdl +++ b/ccm-rssfeed/pdl/com/arsdigita/rssfeed/Feed.pdl @@ -1,28 +1,31 @@ // -// Copyright (C) 2001 ArsDigita Corporation. All Rights Reserved. -// -// The contents of this file are subject to the ArsDigita Public -// License (the "License"); you may not use this file except in -// compliance with the License. You may obtain a copy of -// the License at http://www.arsdigita.com/ADPL.txt -// -// Software distributed under the License is distributed on an "AS -// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -// implied. See the License for the specific language governing -// rights and limitations under the License. +// Copyright (C) 2001-2004 Red Hat Inc. All Rights Reserved. // +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation; either version 2.1 of +// the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -model com.arsdigita.london.rss; +model com.arsdigita.rssfeed; import com.arsdigita.kernel.*; import com.arsdigita.cms.*; object type Feed extends ACSObject { - String[1..1] title = rss_feeds.title VARCHAR(50); - unique String[1..1] url = rss_feeds.url VARCHAR(250); - String[1..1] description = rss_feeds.description VARCHAR(500); - Boolean[1..1] isProvider = rss_feeds.is_provider BIT; + String[1..1] title = rssfeed_feeds.title VARCHAR(50); + unique String[1..1] url = rssfeed_feeds.url VARCHAR(250); + String[1..1] description = rssfeed_feeds.description VARCHAR(500); + Boolean[1..1] isProvider = rssfeed_feeds.is_provider BIT; - reference key( rss_feeds.feed_id ); + reference key( rssfeed_feeds.feed_id ); } diff --git a/ccm-rssfeed/pdl/com/arsdigita/rssfeed/RSS.pdl b/ccm-rssfeed/pdl/com/arsdigita/rssfeed/RSSFeed.pdl similarity index 76% rename from ccm-rssfeed/pdl/com/arsdigita/rssfeed/RSS.pdl rename to ccm-rssfeed/pdl/com/arsdigita/rssfeed/RSSFeed.pdl index 540f02edd..638bf3ac6 100755 --- a/ccm-rssfeed/pdl/com/arsdigita/rssfeed/RSS.pdl +++ b/ccm-rssfeed/pdl/com/arsdigita/rssfeed/RSSFeed.pdl @@ -15,10 +15,13 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -model com.arsdigita.london.rss; +model com.arsdigita.rssfeed; import com.arsdigita.web.Application; -object type RSS extends Application { - reference key (rss_app.application_id); +object type RSSFeed extends Application { + // nothing to persist yet + // there is only one instance of RSSFeed and + // no instance specific settings about to be persisted. + // reference key (rssfeed_app.application_id); } diff --git a/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/drop_app_table.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/drop_app_table.sql new file mode 100644 index 000000000..964cba2dd --- /dev/null +++ b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/drop_app_table.sql @@ -0,0 +1,23 @@ +-- +-- Copyright (C) 2011 Peter Boy All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: drop_app_table.sql pboy $ + +-- drops table rss_app which just contained application type id and is +-- never used for any action. + +drop table rss_app ; diff --git a/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/remove_legacy_entries.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/remove_legacy_entries.sql new file mode 100644 index 000000000..400f5ced1 --- /dev/null +++ b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/remove_legacy_entries.sql @@ -0,0 +1,131 @@ +-- +-- Copyright (C) 2011 Peter Boy. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: remove_legacy_entries.sql $ + +-- RSFeed is now initialized as a legacy free type of application so +-- entries in tables apm_package_types are no longer needed. + + +-- in case there may be several application instances! + +-- delete from object_context all entries referring to node_id in site_nodes +delete from object_context + where object_id in + (select node_id from site_nodes object_id where object_id in + ( select package_id from applications where application_type_id = + (select application_type_id from application_types + where object_type + like '%rssfeed.RSSFeed%') + ) + ); + +-- delete from acs_objects all entries referring to node_id in site_nodes +alter table site_nodes drop constraint site_nodes_node_id_f_n1m2y ; +delete from acs_objects + where object_id in + (select node_id from site_nodes where object_id in + ( select package_id from applications where application_type_id = + (select application_type_id from application_types + where object_type + like '%rssfeed.RSSFeed%') + ) + ); + +-- delete all entries in site_nodes referring to a subsite instance +delete from site_nodes + where object_id in + (select package_id from applications where application_type_id = + (select application_type_id from application_types + where object_type + like '%rssfeed.RSSFeed%') + ); +alter table site_nodes add constraint site_nodes_node_id_f_n1m2y + FOREIGN KEY (node_id) + REFERENCES acs_objects (object_id) MATCH SIMPLE + ON UPDATE NO ACTION ON DELETE NO ACTION ; + + + +-- delete from object_context all entries referring to package_id in apm_packages +delete from object_context + where object_id in + (select package_id from apm_packages where package_type_id = + (select package_type_id from application_types + where object_type + like 'com.arsdigita.rssfeed.RSSFeed') + ); + +-- delete from acs_objects all entries referring to package_id in apm_packages +alter table apm_packages drop constraint apm_package_package_id_f_46may ; +alter table applications drop constraint application_package_id_f_cdaho ; +delete from acs_objects + where object_id in + (select package_id from apm_packages where package_type_id = + (select package_type_id from application_types + where object_type + like 'com.arsdigita.rssfeed.RSSFeed') + ); + +-- delete all entries for subsite instances in apm_packages +-- identified by package_type_id in application_types +delete from apm_packages + where package_type_id = + (select package_type_id from application_types + where object_type + like 'com.arsdigita.rssfeed.RSSFeed') ; + +-- there seem to be no intries for a apm_packages_types entry (row) in +-- acs_objects or object_context! + +-- delete all entries for subsite in apm_package_types identified by +-- package_type_id in application_types +alter table application_types drop constraint applica_typ_pac_typ_id_f_v80ma ; +delete from apm_package_types + where package_type_id = + (select package_type_id from application_types + where object_type + like 'com.arsdigita.rssfeed.RSSFeed') ; + + +-- set package_id to null for all entries referring to a subsite instance +-- (indicating a new legacy free application) +update applications + set package_id = null + where application_type_id = + (select application_type_id from application_types + where object_type + like 'com.arsdigita.rssfeed.RSSFeed') ; + +-- set package_id to null for all entries referring to a subsite instance +-- (indicating a new legacy free application) +update application_types + set package_type_id = null + where object_type like 'com.arsdigita.rssfeed.RSSFeed' ; + +alter table application_types add constraint applica_typ_pac_typ_id_f_v80ma + FOREIGN KEY (package_type_id) + REFERENCES apm_package_types (package_type_id) + MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION ; +alter table applications add constraint application_package_id_f_cdaho + FOREIGN KEY (package_id) + REFERENCES apm_packages (package_id) MATCH SIMPLE + ON UPDATE NO ACTION ON DELETE NO ACTION ; +alter table apm_packages add constraint apm_package_package_id_f_46may + FOREIGN KEY (package_id) + REFERENCES acs_objects (object_id) MATCH SIMPLE + ON UPDATE NO ACTION ON DELETE NO ACTION ; diff --git a/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/ren_sites_table.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/ren_sites_table.sql new file mode 100644 index 000000000..aa2a577fc --- /dev/null +++ b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/ren_sites_table.sql @@ -0,0 +1,38 @@ +-- +-- Copyright (C) 2011 Peter Boy All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: ren_sites_table.sql pboy $ + +-- rename table subsite_site to subsite_sites following ccm naming conventions +-- to make maintenance tasks easier + + +alter table rss_feeds drop constraint rss_feeds_feed_id_p_rm_i5 ; +alter table rss_feeds drop constraint rss_feeds_feed_id_f_2lk3l ; +alter table rss_feeds drop constraint rss_feeds_url_u_3ul6f ; + +alter table rss_feeds RENAME TO rssfeed_feeds ; + +alter table rssfeed_feeds + add constraint rssfeed_feeds_feed_id_p_493us PRIMARY KEY (feed_id) ; +alter table rssfeed_feeds + add constraint rssfeed_feeds_feed_id_f_i4i5z FOREIGN KEY (feed_id) + REFERENCES acs_objects (object_id) MATCH SIMPLE + ON UPDATE NO ACTION ON DELETE NO ACTION; +alter table rssfeed_feeds + add constraint rssfeed_feeds_url_u_6xy5m UNIQUE(url) ; + diff --git a/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql new file mode 100644 index 000000000..db335c782 --- /dev/null +++ b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql @@ -0,0 +1,66 @@ +-- +-- Copyright (C) 2011 Peter Boy All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: upd_system_tables.sql pboy $ + +-- adjust various system tables to the new name of application subsite + +alter table init_requirements drop constraint init_requirements_init_f_cmmdn ; + +alter table init_requirements drop constraint init_require_requ_init_f_i6rgg ; + +update inits + set class_name=replace(class_name,'london.rss', 'rssfeed') + where class_name like '%london.rss%' ; + +update init_requirements + set init=replace(init,'london.rss', 'rssfeed') + where init like '%london.rss%' ; + +update init_requirements + set required_init=replace(required_init,'london.rss', 'rssfeed') + where required_init like '%london.rss%' ; + +ALTER TABLE ONLY init_requirements + ADD CONSTRAINT init_requirements_init_f_cmmdn FOREIGN KEY (init) + REFERENCES inits (class_name) MATCH SIMPLE + ON UPDATE NO ACTION ON DELETE NO ACTION; + +ALTER TABLE init_requirements + ADD CONSTRAINT init_require_requ_init_f_i6rgg FOREIGN KEY (required_init) + REFERENCES inits (class_name) MATCH SIMPLE + ON UPDATE NO ACTION ON DELETE NO ACTION; + + +update application_types + set object_type=replace(object_type,'london.rss', 'rssfeed') + where object_type like '%london.rss%' ; + +-- table applications doesn't require an update + +-- table apm_package_types doesn't require an update + +-- table apm_packages doesn't require an update either +-- table site_nodes doesn't require an update either + + +-- update application type in acs_objects +update acs_objects + set (object_type,default_domain_class) = + (replace(object_type,'london.rss', 'rssfeed') , + replace(default_domain_class,'london.rss', 'rssfeed') ) + where object_type like '%london.rss%' ; diff --git a/ccm-rssfeed/sql/ccm-rssfeed/upgrade/oracle-se-6.6.0-6.6.1.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/oracle-se-6.6.0-6.6.1.sql new file mode 100644 index 000000000..9cd2cc501 --- /dev/null +++ b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/oracle-se-6.6.0-6.6.1.sql @@ -0,0 +1,30 @@ +-- +-- Copyright (C) 2011 Peter Boy All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $DateTime: 2011/03/27 23:15:09 $ +-- $Id: oracle-se-6.6.0-6.6.1 pboy $ + +-- drop table subsite_app - not needed anyway +@@ default/6.6.0-6.6.1/drop_app_table.sql +-- rename table containing defined subsites following ccm naming conventions +@@ default/6.6.0-6.6.1/ren_sites_table.sql +-- rename application from london.subsite to subsite +@@ default/6.6.0-6.6.1/upd_system_tables.sql +-- remove legacy compatible bits +@@ default/6.6.0-6.6.1/remove_legacy_entries.sql +-- adjust class name in content_sections table +@@ default/6.6.0-6.6.1/upd_cms_tables.sql diff --git a/ccm-rssfeed/sql/ccm-rssfeed/oracle-se/rss-drop.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/oracle-se/rss-drop.sql similarity index 100% rename from ccm-rssfeed/sql/ccm-rssfeed/oracle-se/rss-drop.sql rename to ccm-rssfeed/sql/ccm-rssfeed/upgrade/oracle-se/rss-drop.sql diff --git a/ccm-rssfeed/sql/ccm-rssfeed/upgrade/postgres-6.6.0-6.6.1.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/postgres-6.6.0-6.6.1.sql new file mode 100644 index 000000000..09301dfe6 --- /dev/null +++ b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/postgres-6.6.0-6.6.1.sql @@ -0,0 +1,37 @@ +-- +-- Copyright (C) 2011 Peter Boy All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $DateTime: 2010/11/10 23:15:09 $ + +\echo Red Hat Enterprise ccm-subsite 6.6.0 -> 6.6.1 Upgrade Script (PostgreSQL) + +begin; + +-- drop table rss_app - not needed anyway +\i default/6.6.0-6.6.1/drop_app_table.sql + +-- rename table containing defined feeds following ccm naming conventions +\i default/6.6.0-6.6.1/ren_sites_table.sql + +-- rename application from london.subsite to subsite +\i default/6.6.0-6.6.1/upd_system_tables.sql + +-- remove legacy compatible bits +\i default/6.6.0-6.6.1/remove_legacy_entries.sql + + +commit; diff --git a/ccm-rssfeed/sql/ccm-rssfeed/oracle-se/upgrade-1.sql b/ccm-rssfeed/sql/ccm-rssfeed/upgrade/upgrade-1.sql similarity index 100% rename from ccm-rssfeed/sql/ccm-rssfeed/oracle-se/upgrade-1.sql rename to ccm-rssfeed/sql/ccm-rssfeed/upgrade/upgrade-1.sql diff --git a/ccm-rssfeed/src/ccm-rssfeed.config b/ccm-rssfeed/src/ccm-rssfeed.config index c4451da00..f8e360693 100755 --- a/ccm-rssfeed/src/ccm-rssfeed.config +++ b/ccm-rssfeed/src/ccm-rssfeed.config @@ -1,5 +1,5 @@ - diff --git a/ccm-rssfeed/src/ccm-rssfeed.upgrade b/ccm-rssfeed/src/ccm-rssfeed.upgrade new file mode 100755 index 000000000..5741f0593 --- /dev/null +++ b/ccm-rssfeed/src/ccm-rssfeed.upgrade @@ -0,0 +1,5 @@ + + +