Skip to content

Commit

Permalink
ORV2-1346 - update revert script to include new table (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
praju-aot authored Oct 5, 2023
1 parent 1c55ac2 commit 2f0a7e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/mssql/scripts/versions/revert/v_7_ddl_revert.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ BEGIN TRY
DROP TABLE [permit].[ORBC_PERMIT_TRANSACTION]
DROP TABLE [permit].[ORBC_RECEIPT]
DROP TABLE [permit].[ORBC_TRANSACTION]
DROP TABLE [permit].[ORBC_TRANSACTION_TYPE]
DROP TABLE [permit].[ORBC_PAYMENT_METHOD_TYPE]
DROP SEQUENCE [permit].[ORBC_RECEIPT_NUMBER_SEQ]
DROP SEQUENCE [permit].[ORBC_TRANSACTION_NUMBER_SEQ]
Expand Down

0 comments on commit 2f0a7e7

Please sign in to comment.