Moti Asayag has submitted this change and it was merged. Change subject: core: Task Manager Add Tables ......................................................................
core: Task Manager Add Tables The patch adds 3 tables for the Task Manager: Job table - stores the job entity, describes an action in the system. Job_subject_entity_map - stores the relation between a job to its subject entities. Step - stores the step entity, a part of the job. More specific data about the entities/tables could be found in http://ovirt.org/wiki/Features/TaskManagerDetailed Change-Id: Ib662f58d8a739b1fa44f4c4ec25f053923178fc0 --- A backend/manager/dbscripts/upgrade/03_01_0260_add_job_table.sql A backend/manager/dbscripts/upgrade/03_01_0270_add_job_subject_entity_table.sql A backend/manager/dbscripts/upgrade/03_01_0280_add_step_table.sql 3 files changed, 99 insertions(+), 0 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1083 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib662f58d8a739b1fa44f4c4ec25f053923178fc0 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
