[prev in list] [next in list] [prev in thread] [next in thread] 

List:       spacewalk-commits
Subject:    schema/spacewalk
From:       adelton () fedoraproject ! org (Jan Pazdziora)
Date:       2012-02-29 19:45:25
Message-ID: 20120229194526.0851DB8 () lists ! fedorahosted ! org
[Download RAW message or body]

 schema/spacewalk/common/tables/rhnXccdfIdentSystem.sql |   31 +++++++++++++++++
 schema/spacewalk/common/tables/rhnXccdfIdentsystem.sql |   31 -----------------
 schema/spacewalk/common/tables/tables.deps             |    2 -
 3 files changed, 32 insertions(+), 32 deletions(-)

New commits:
commit 4aa8899efc7b239797fa1caa597c0193c5cfe699
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Wed Feb 29 20:42:47 2012 +0100

    Blend is case sensitive, let's try to play by its rules.
    
    Addressing
    UNFOUND (rule) REFERENCES (2):
    	"('procs/rhnXccdfIdentSystem', 'tables/rhnXccdfIdentSystem', \
'views/rhnXccdfIdentSystem', 'packages/rhnXccdfIdentSystem', \
'class/rhnXccdfIdentSystem')" @procs/procs.deps:72  "('procs/rhnXccdfIdentSystem', \
'tables/rhnXccdfIdentSystem', 'views/rhnXccdfIdentSystem', \
'packages/rhnXccdfIdentSystem', 'class/rhnXccdfIdentSystem')" @procs/procs.deps:122

diff --git a/schema/spacewalk/common/tables/rhnXccdfIdentSystem.sql \
b/schema/spacewalk/common/tables/rhnXccdfIdentSystem.sql new file mode 100644
index 0000000..3200fe1
--- /dev/null
+++ b/schema/spacewalk/common/tables/rhnXccdfIdentSystem.sql
@@ -0,0 +1,31 @@
+--
+-- Copyright (c) 2012 Red Hat, Inc.
+--
+-- This software is licensed to you under the GNU General Public License,
+-- version 2 (GPLv2). There is NO WARRANTY for this software, express or
+-- implied, including the implied warranties of MERCHANTABILITY or FITNESS
+-- FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
+-- along with this software; if not, see
+-- http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
+--
+-- Red Hat trademarks are not licensed under GPLv2. No permission is
+-- granted to use or replicate Red Hat trademarks that are incorporated
+-- in this software or its documentation.
+--
+
+CREATE TABLE rhnXccdfIdentSystem
+(
+    id      NUMBER NOT NULL
+                CONSTRAINT rhn_xccdf_identsytem_id_pk PRIMARY KEY
+                USING INDEX TABLESPACE [[64k_tbs]],
+    system  VARCHAR2(80) NOT NULL
+)
+ENABLE ROW MOVEMENT
+;
+
+CREATE UNIQUE INDEX rhn_xccdf_identsystem_id_uq
+    ON rhnXccdfIdentsystem (system)
+    TABLESPACE [[64k_tbs]]
+    NOLOGGING;
+
+CREATE SEQUENCE rhn_xccdf_identsytem_id_seq;
diff --git a/schema/spacewalk/common/tables/rhnXccdfIdentsystem.sql \
b/schema/spacewalk/common/tables/rhnXccdfIdentsystem.sql deleted file mode 100644
index af66295..0000000
--- a/schema/spacewalk/common/tables/rhnXccdfIdentsystem.sql
+++ /dev/null
@@ -1,31 +0,0 @@
---
--- Copyright (c) 2012 Red Hat, Inc.
---
--- This software is licensed to you under the GNU General Public License,
--- version 2 (GPLv2). There is NO WARRANTY for this software, express or
--- implied, including the implied warranties of MERCHANTABILITY or FITNESS
--- FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
--- along with this software; if not, see
--- http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
---
--- Red Hat trademarks are not licensed under GPLv2. No permission is
--- granted to use or replicate Red Hat trademarks that are incorporated
--- in this software or its documentation.
---
-
-CREATE TABLE rhnXccdfIdentsystem
-(
-    id      NUMBER NOT NULL
-                CONSTRAINT rhn_xccdf_identsytem_id_pk PRIMARY KEY
-                USING INDEX TABLESPACE [[64k_tbs]],
-    system  VARCHAR2(80) NOT NULL
-)
-ENABLE ROW MOVEMENT
-;
-
-CREATE UNIQUE INDEX rhn_xccdf_identsystem_id_uq
-    ON rhnXccdfIdentsystem (system)
-    TABLESPACE [[64k_tbs]]
-    NOLOGGING;
-
-CREATE SEQUENCE rhn_xccdf_identsytem_id_seq;
diff --git a/schema/spacewalk/common/tables/tables.deps \
b/schema/spacewalk/common/tables/tables.deps index 1233b42..384ae03 100644
--- a/schema/spacewalk/common/tables/tables.deps
+++ b/schema/spacewalk/common/tables/tables.deps
@@ -259,6 +259,6 @@ web_user_contact_permission    :: web_contact
 web_user_site_info             :: web_contact web_user_site_type
 web_user_personal_info         :: web_contact web_user_prefix
 rhnActionScap                  :: rhnAction
-rhnXccdfIdent                  :: rhnXccdfIdentsystem
+rhnXccdfIdent                  :: rhnXccdfIdentSystem
 rhnXccdfRuleresult             :: rhnXccdfTestresult rhnXccdfIdent \
rhnXccdfRuleresultType  rhnXccdfTestresult             :: rhnServer rhnActionScap \
rhnXccdfBenchmark rhnXccdfProfile


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic