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

7 lines
135 B
SQL

-- Add down migration script here
ALTER TABLE script
ALTER COLUMN schema TYPE jsonb;
ALTER TABLE flow
ALTER COLUMN schema TYPE jsonb;