Eli Mesika has uploaded a new change for review. Change subject: core: Remove unused DB file swf_execute..(#855592) ......................................................................
core: Remove unused DB file swf_execute..(#855592) core: Remove unused DB file swf_execute.sql from dbscripts https://bugzilla.redhat.com/855592 This patch removes an unused file. This file was used for MS SQL to Postgres conversion and is not needed any more. Change-Id: I10a9ee123279a7ffd0633672ad733b33657f1f2b Signed-off-by: Eli Mesika <emes...@redhat.com> --- D backend/manager/dbscripts/swf_execute.sql 1 file changed, 0 insertions(+), 10 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/95/7895/1 diff --git a/backend/manager/dbscripts/swf_execute.sql b/backend/manager/dbscripts/swf_execute.sql deleted file mode 100644 index ef216d3..0000000 --- a/backend/manager/dbscripts/swf_execute.sql +++ /dev/null @@ -1,10 +0,0 @@ --- Function definition script SWF_Execute for PostgreSQL --- Generated by (c) Ispirer SQLWays 4.0 Build 436 Licensed to Red Hat --- Timestamp: Fri Jan 14 13:23:57 2011 - -CREATE OR REPLACE FUNCTION SWF_Execute(TEXT) -RETURNS VOID -AS $$ BEGIN EXECUTE $1; END; $$ -LANGUAGE plpgsql; -; - -- To view, visit http://gerrit.ovirt.org/7895 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I10a9ee123279a7ffd0633672ad733b33657f1f2b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches