Idan Shaby has uploaded a new change for review.

Change subject: packaging: Fixed Wrong Usages of the Reserved Word BOOLEAN
......................................................................

packaging: Fixed Wrong Usages of the Reserved Word BOOLEAN

Fixed some wrong occurrences of 'boolean' to 'BOOLEAN'.

Change-Id: I916e8bf4e45836843886f2b299c8502bfe4f4c70
Bug-Url: https://bugzilla.redhat.com/1073448
Signed-off-by: Idan Shaby <ish...@redhat.com>
---
M packaging/dbscripts/storages_sp.sql
M 
packaging/dbscripts/upgrade/03_06_0630_add_wipe_after_delete_to_storage_domain_static.sql
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/58/36358/1

diff --git a/packaging/dbscripts/storages_sp.sql 
b/packaging/dbscripts/storages_sp.sql
index 9f2aa0a..86ac378 100644
--- a/packaging/dbscripts/storages_sp.sql
+++ b/packaging/dbscripts/storages_sp.sql
@@ -419,7 +419,7 @@
        v_storage_domain_type INTEGER,
     v_storage_domain_format_type VARCHAR(50),
     v_last_time_used_as_master BIGINT,
-    v_wipe_after_delete boolean)
+    v_wipe_after_delete BOOLEAN)
 RETURNS VOID
    AS $procedure$
    BEGIN
@@ -451,7 +451,7 @@
        v_storage_domain_type INTEGER,
        v_storage_domain_format_type INTEGER,
     v_last_time_used_as_master BIGINT,
-    v_wipe_after_delete boolean)
+    v_wipe_after_delete BOOLEAN)
 RETURNS VOID
 
        --The [storage_domain_static] table doesn't have a timestamp column. 
Optimistic concurrency logic cannot be generated
diff --git 
a/packaging/dbscripts/upgrade/03_06_0630_add_wipe_after_delete_to_storage_domain_static.sql
 
b/packaging/dbscripts/upgrade/03_06_0630_add_wipe_after_delete_to_storage_domain_static.sql
index 95c6a2e..9d8e08d 100644
--- 
a/packaging/dbscripts/upgrade/03_06_0630_add_wipe_after_delete_to_storage_domain_static.sql
+++ 
b/packaging/dbscripts/upgrade/03_06_0630_add_wipe_after_delete_to_storage_domain_static.sql
@@ -1,4 +1,4 @@
-select fn_db_add_column('storage_domain_static', 'wipe_after_delete', 'boolean 
NOT NULL DEFAULT false');
+select fn_db_add_column('storage_domain_static', 'wipe_after_delete', 'BOOLEAN 
NOT NULL DEFAULT false');
 
 UPDATE  storage_domain_static
 SET     wipe_after_delete = true


-- 
To view, visit http://gerrit.ovirt.org/36358
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I916e8bf4e45836843886f2b299c8502bfe4f4c70
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ish...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to