mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
af4123f17f
* feat: app custom paths * nit * make ee only + fix sqlx * fix: custom http routes auth * nits * fix auth + nits * apps_ee * move custom path to ee * fix app jwt * update ee ref
3 lines
75 B
SQL
3 lines
75 B
SQL
-- Add down migration script here
|
|
ALTER TABLE app DROP COLUMN custom_path;
|