Skip to content

Commit

Permalink
Merge pull request #77 from MrSebastian/fix-bugged-postgres-flyway-sc…
Browse files Browse the repository at this point in the history
…ript

fix wrong column type
  • Loading branch information
MrSebastian authored Mar 8, 2024
2 parents 7ebf0ce + 2b8cf4a commit 74a65c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ALTER TABLE tasks ADD COLUMN assigneeId varchar2(36);
ALTER TABLE tasks
ADD COLUMN assigneeId VARCHAR(36);

0 comments on commit 74a65c6

Please sign in to comment.