From 0f14f99f55bcc9c6e78afe519432a499bb1d0efb Mon Sep 17 00:00:00 2001 From: kambizzandi Date: Wed, 7 Sep 2022 17:56:56 +0430 Subject: [PATCH] make mig file runnable --- ...0_AAA_raise_400_error_in_spApprovalAccept_if_duplicates.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/Account/migrations/db/m20220907_174430_AAA_raise_400_error_in_spApprovalAccept_if_duplicates.sql b/Modules/Account/migrations/db/m20220907_174430_AAA_raise_400_error_in_spApprovalAccept_if_duplicates.sql index 3b9cccde..dc297cb0 100644 --- a/Modules/Account/migrations/db/m20220907_174430_AAA_raise_400_error_in_spApprovalAccept_if_duplicates.sql +++ b/Modules/Account/migrations/db/m20220907_174430_AAA_raise_400_error_in_spApprovalAccept_if_duplicates.sql @@ -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`;