Mike Kolesnik has uploaded a new change for review.

Change subject: core: Added snapshots table & entity
......................................................................

core: Added snapshots table & entity

This table is needed to hold & keep track of VM's snapshots.
A corresponding Java entity is added.

Additionaly, places that remove VM had to be updated to include removal
of all the VM's snapshots because of the new FK from Snapshot to VM.

Change-Id: Ida42ebfd26608380a50b6dd7a0f497ad0c9dd835
---
M backend/manager/dbscripts/storages_sp.sql
A backend/manager/dbscripts/upgrade/03_01_0380_add_snapshots_table.sql
M backend/manager/dbscripts/vms_sp.sql
A 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Snapshot.java
M 
backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmStaticDAOTest.java
5 files changed, 285 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/1965/1
--
To view, visit http://gerrit.ovirt.org/1965
To unsubscribe, visit http://gerrit.ovirt.org/settings

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

Reply via email to