Skip to content

Commit

Permalink
hotfix(condo): comment MessageType alteration on Message table (#4659)
Browse files Browse the repository at this point in the history
  • Loading branch information
abshnko authored Apr 24, 2024
1 parent b7ce240 commit bce50ba
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ exports.up = async (knex) => {
--
-- Alter field type on message
--
ALTER TABLE "Message" ALTER COLUMN "type" TYPE text USING "type"::text;
--
-- NOTE: This is not needed because on prod it is already of type Text
--
-- ALTER TABLE "Message" ALTER COLUMN "type" TYPE text USING "type"::text;
--
-- Alter field type on messageappblacklist
--
Expand Down

0 comments on commit bce50ba

Please sign in to comment.