Skip to content

Commit

Permalink
Fix flyway script
Browse files Browse the repository at this point in the history
  • Loading branch information
chatterjeesunit committed Dec 16, 2020
1 parent 77c37f6 commit 05bbf65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALTER TABLE `test`.`customer_audit`
ALTER TABLE `customer_audit`
ADD COLUMN `created_by_mod` TINYINT(1) NULL,
ADD COLUMN `created_on_mod` TINYINT(1) NULL ,
ADD COLUMN `email_address_mod` boolean NULL,
Expand Down

0 comments on commit 05bbf65

Please sign in to comment.