paperclip/packages/db/src/migrations/0048_flashy_marrow.sql

2 lines
96 B
MySQL
Raw Normal View History

ALTER TABLE "routines" ADD COLUMN IF NOT EXISTS "variables" jsonb DEFAULT '[]'::jsonb NOT NULL;