mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
fix: migrations
This commit is contained in:
parent
aac8d446b4
commit
e66f877b4c
@ -1,2 +1,7 @@
|
|||||||
-- AlterTable
|
-- 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