mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 16:05:42 +00:00
3 lines
123 B
SQL
3 lines
123 B
SQL
-- Add up migration script here
|
|
ALTER TABLE workspace_settings
|
|
ADD COLUMN automatic_billing BOOLEAN NOT NULL DEFAULT FALSE; |