libreccm-legacy/ccm-cms-assets-fileattachment/sql/ccm-cms-assets-fileattachment/upgrade/postgres-6.0.1-6.1.0.sql

25 lines
974 B
SQL
Executable File

--
-- Copyright (C) 2004 Red Hat Inc. All Rights Reserved.
--
-- The contents of this file are subject to the Open Software License v2.1
-- (the "License"); you may not use this file except in compliance with the
-- License. You may obtain a copy of the License at
-- http://rhea.redhat.com/licenses/osl2.1.html.
--
-- 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.
--
-- $Id: postgres-6.0.1-6.1.0.sql 287 2005-02-22 00:29:02Z sskracic $
-- $DateTime: 2004/03/30 18:21:14 $
alter table ct_item_file_attachments rename to ca_file_attachments;
update acs_objects
set
object_type = 'com.arsdigita.cms.contentassets.FileAttachment',
default_domain_class = 'com.arsdigita.cms.contentassets.FileAttachment'
where object_type='com.arsdigita.cms.contenttypes.ItemFileAttachment';
commit;