Files
windmill/backend/migrations/20231114161526_add_overquota.up.sql
HugoCasa b649fae0b0 feat: sync team plans (#2619)
* feat: sync team plans

* fix: migration

* fix: remove sub id + set billing cycle

* fix: msg

* feat: add overquota state

* fix: minor

* fix: overall improvements

* fix: sql prepare

* fix: disable seats warning for enterprise

* fix: use lazy static everywhere
2023-11-15 19:36:17 +01:00

2 lines
109 B
SQL

-- Add up migration script here
alter table workspace add column is_overquota boolean not null default false;