diff --git a/ccm-cms-assets-relatedlink/application.xml b/ccm-cms-assets-relatedlink/application.xml index 8c7f89e77..d7750e791 100755 --- a/ccm-cms-assets-relatedlink/application.xml +++ b/ccm-cms-assets-relatedlink/application.xml @@ -2,7 +2,7 @@ diff --git a/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/default/6.6.0-6.6.1/upd_table_cms_related_links.sql b/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/default/6.6.0-6.6.1/upd_table_cms_related_links.sql new file mode 100644 index 000000000..d0a316217 --- /dev/null +++ b/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/default/6.6.0-6.6.1/upd_table_cms_related_links.sql @@ -0,0 +1,20 @@ +-- +-- 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_table_ct_addresses.sql pboy $ + +UPDATE cms_related_links + SET link_list_name = 'NONE' + WHERE link_list_name IS NULL; diff --git a/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/oracle-se-6.6.0-6.6.1.sql b/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/oracle-se-6.6.0-6.6.1.sql new file mode 100644 index 000000000..87ec9b452 --- /dev/null +++ b/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/oracle-se-6.6.0-6.6.1.sql @@ -0,0 +1,23 @@ +-- +-- Copyright (C) 2008 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: oracle-se-6.6.0-6.6.1.sql 293 2011-01-07 15:10:39Z pboy $ + +PROMPT Red Hat Enterprise assets-relatedLinks 6.6.0 -> 6.6.1 Upgrade Script (Oracle) + +@@ default/6.6.0-6.6.1/upd_table_cms_related_links.sql + diff --git a/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/postgres-6.6.0-6.6.1.sql b/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/postgres-6.6.0-6.6.1.sql new file mode 100644 index 000000000..5b77723be --- /dev/null +++ b/ccm-cms-assets-relatedlink/sql/ccm-cms-assets-relatedlink/upgrade/postgres-6.6.0-6.6.1.sql @@ -0,0 +1,26 @@ +-- +-- 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 assets-relatedLinks 6.6.0 -> 6.6.1 Upgrade Script (PostgreSQL) + +begin; + +\i default/6.6.0-6.6.1/upd_table_cms_related_links.sql + +commit; diff --git a/ccm-cms-assets-relatedlink/src/ccm-cms-assets-relatedlink.upgrade b/ccm-cms-assets-relatedlink/src/ccm-cms-assets-relatedlink.upgrade new file mode 100644 index 000000000..a6cbf9927 --- /dev/null +++ b/ccm-cms-assets-relatedlink/src/ccm-cms-assets-relatedlink.upgrade @@ -0,0 +1,5 @@ + + +