mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
* oauth client credentials: allow to override token url at resource level * ee ref
3 lines
97 B
SQL
3 lines
97 B
SQL
-- Rollback cc_token_url column addition
|
|
ALTER TABLE account DROP COLUMN IF EXISTS cc_token_url;
|