mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
fix: migrations
This commit is contained in:
parent
aac8d446b4
commit
e66f877b4c
@ -1,2 +1,7 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Message" ALTER COLUMN "status" SET DATA TYPE VARCHAR(30);
|
||||
UPDATE "Message" SET "status" = 'PENDING';
|
||||
|
||||
ALTER TABLE "Message"
|
||||
ALTER COLUMN "status"
|
||||
SET
|
||||
DATA TYPE VARCHAR(30);
|
Loading…
Reference in New Issue
Block a user