mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
fix: migration update after alter
This commit is contained in:
parent
68ccfb0517
commit
e19ee05e9f
@ -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