Index: lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch20170814.sql =================================================================== diff -u --- lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch20170814.sql (revision 0) +++ lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch20170814.sql (revision e7550c83e30f498b9ad512c5ea413129081c9edd) @@ -0,0 +1,15 @@ +-- Turn off autocommit, so nothing is committed if there is an error +SET AUTOCOMMIT = 0; +SET FOREIGN_KEY_CHECKS=0; +----------------------Put all sql statements below here------------------------- + +-- LDEV-4401 Remove deprecated parameters for integrations +ALTER TABLE lams_ext_server_org_map DROP COLUMN timeout_url; +ALTER TABLE lams_ext_server_org_map DROP COLUMN server_url; + +----------------------Put all sql statements above here------------------------- + +-- If there were no errors, commit and restore autocommit to on +COMMIT; +SET AUTOCOMMIT = 1; +SET FOREIGN_KEY_CHECKS=1; \ No newline at end of file Fisheye: Tag e7550c83e30f498b9ad512c5ea413129081c9edd refers to a dead (removed) revision in file `lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch2040085.sql'. Fisheye: No comparison available. Pass `N' to diff?