mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4679d74370
* feat: usage-based billing * fix: missing field * fix: sqlx build
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; |