Files
windmill/backend/migrations/20241223155748_raw_apps_v2.up.sql
2025-04-20 01:19:02 +02:00

2 lines
120 B
SQL

-- Add up migration script here
ALTER TABLE app_version ADD COLUMN IF NOT EXISTS raw_app BOOLEAN NOT NULL DEFAULT FALSE;