Allon Mureinik has posted comments on this change.

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


Patch Set 1: Code-Review-1

(1 comment)

http://gerrit.ovirt.org/#/c/36358/1/packaging/dbscripts/upgrade/03_06_0630_add_wipe_after_delete_to_storage_domain_static.sql
File 
packaging/dbscripts/upgrade/03_06_0630_add_wipe_after_delete_to_storage_domain_static.sql:

Line 1: select fn_db_add_column('storage_domain_static', 'wipe_after_delete', 
'BOOLEAN NOT NULL DEFAULT false');
Line 2: 
We don't retro-fix upgrade scripts.
what's done is done :-(
Line 3: UPDATE  storage_domain_static
Line 4: SET     wipe_after_delete = true
Line 5: FROM    vdc_options
Line 6: WHERE   vdc_options.option_name = 'SANWipeAfterDelete' AND


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I916e8bf4e45836843886f2b299c8502bfe4f4c70
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to