mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
Merge pull request #967 from joaosouz4dev/v2.0.0
fix: migration update after alter
This commit is contained in:
commit
c29d20ea40
@ -1,7 +1,7 @@
|
||||
-- AlterTable
|
||||
UPDATE "Message" SET "status" = 'PENDING';
|
||||
|
||||
ALTER TABLE "Message"
|
||||
ALTER COLUMN "status"
|
||||
SET
|
||||
DATA TYPE VARCHAR(30);
|
||||
DATA TYPE VARCHAR(30);
|
||||
|
||||
UPDATE "Message" SET "status" = 'PENDING';
|
Loading…
Reference in New Issue
Block a user