Skip to content

Commit

Permalink
make mig file runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
kambizzandi committed Sep 7, 2022
1 parent 51a43d6 commit 0f14f99
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/* Migration File: m20220907_174430_AAA_raise_400_error_in_spApprovalAccept_if_duplicates.sql */
/* CAUTION: don't forget to use {{dbprefix}} for schemas */

/* The next line is to prevent this file from being committed. When done, delete this and next line: */
ERROR("THIS MIGRATION FILE IS NOT READY FOR EXECUTE.")

USE `{{dbprefix}}{{Schema}}`;

DROP PROCEDURE IF EXISTS `spApproval_Accept`;
Expand Down

0 comments on commit 0f14f99

Please sign in to comment.