Files
windmill/backend/migrations/20221203080006_apps_2.up.sql
2022-12-03 09:21:26 +01:00

4 lines
160 B
SQL

-- Add up migration script here
ALTER TABLE app ADD CONSTRAINT unique_path_workspace_id UNIQUE (workspace_id, path);
ALTER TABLE app ENABLE ROW LEVEL SECURITY;