Files
windmill/backend/migrations/20220421061414_jsonb.up.sql
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

7 lines
131 B
SQL

-- Add up migration script here
ALTER TABLE script
ALTER COLUMN schema TYPE json;
ALTER TABLE flow
ALTER COLUMN schema TYPE json;