27 lines
967 B
PL/PgSQL
Executable File
27 lines
967 B
PL/PgSQL
Executable File
--
|
|
-- Copyright (C) 2004 Red Hat Inc. All Rights Reserved.
|
|
--
|
|
-- The contents of this file are subject to the CCM 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.redhat.com/licenses/ccmpl.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,v 1.1 2004/12/15 14:28:03 awux7820 Exp $
|
|
-- $DateTime: 2004/04/07 16:07:11 $
|
|
|
|
\echo Red Hat Enterprise CMS 6.3.3 -> 6.3.4 Upgrade Script (PostgreSQL)
|
|
|
|
begin;
|
|
|
|
\i ../default/upgrade/6.3.3-6.3.4/add_approve_item_privilege.sql
|
|
\i ../postgres/upgrade/6.3.3-6.3.4/add_url_generator_table.sql
|
|
\i ../postgres/upgrade/6.3.3-6.3.4/add_task_type_privileges.sql
|
|
|
|
|
|
commit;
|