Roy Golan has uploaded a new change for review. Change subject: WIP - libosinfo - add cpuArch field ......................................................................
WIP - libosinfo - add cpuArch field Change-Id: I4988aa65a4cb07cd41337540ec4d01e53e8bd543 Signed-off-by: Roy Golan <[email protected]> --- A backend/manager/dbscripts/upgrade/03_01_1480_add_cpu_arch_column.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/9065/1 diff --git a/backend/manager/dbscripts/upgrade/03_01_1480_add_cpu_arch_column.sql b/backend/manager/dbscripts/upgrade/03_01_1480_add_cpu_arch_column.sql new file mode 100644 index 0000000..2da9b5c --- /dev/null +++ b/backend/manager/dbscripts/upgrade/03_01_1480_add_cpu_arch_column.sql @@ -0,0 +1,3 @@ +/** +select add_db_column('vm_static', 'cpu_arch', Integer default 0) +**/ -- To view, visit http://gerrit.ovirt.org/9065 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4988aa65a4cb07cd41337540ec4d01e53e8bd543 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
