Allon Mureinik has posted comments on this change.

Change subject: engine: Remove StorageType.ALL value
......................................................................


Patch Set 3: Code-Review+2

(1 comment)

If you rebase, please fix the style issue in the upgrade scripts.

Also, please verify.

....................................................
File 
packaging/dbscripts/upgrade/03_04_0130_replace_storage_type_all_with_unknown.sql
Line 1: update storage_domain_static set storage_type = 0 where storage_type = 
-1;
Line 2: 
Line 3: update storage_pool set storage_pool_type = 0 where storage_pool_type = 
-1;
I'd capitalize all the SQL reserved words:
UPDATE storage_pool SET storage_pool_type = 0 WHERE storage_pool_type = -1;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I761d322f88304353bb11fceeed39305dd6698045
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Sergey Gotliv <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to