Yair Zaslavsky has uploaded a new change for review. Change subject: Revert "core: Add foreign keys from async_tasks to command_entities" ......................................................................
Revert "core: Add foreign keys from async_tasks to command_entities" This reverts commit cff91e9211234966692c43a1dfc211858d72a2b7. Change-Id: I0bedf18c44368297da6201530ea9321496bd5be6 Signed-off-by: Yair Zaslavsky <[email protected]> --- A packaging/dbscripts/upgrade/03_06_0570_revert_async_tasks_fk.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/82/35382/1 diff --git a/packaging/dbscripts/upgrade/03_06_0570_revert_async_tasks_fk.sql b/packaging/dbscripts/upgrade/03_06_0570_revert_async_tasks_fk.sql new file mode 100644 index 0000000..a57eccb --- /dev/null +++ b/packaging/dbscripts/upgrade/03_06_0570_revert_async_tasks_fk.sql @@ -0,0 +1,3 @@ +SELECT fn_db_drop_constraint('async_tasks', 'fk_async_tasks_command_entities_command_id'); +SELECT fn_db_drop_constraint('async_tasks', 'fk_async_tasks_command_entities_root_command_id'); + -- To view, visit http://gerrit.ovirt.org/35382 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0bedf18c44368297da6201530ea9321496bd5be6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
