mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
Add project-first execution workspace policies
This commit is contained in:
parent
3120c72372
commit
b83a87f42f
22 changed files with 7046 additions and 114 deletions
2
packages/db/src/migrations/0027_tranquil_tenebrous.sql
Normal file
2
packages/db/src/migrations/0027_tranquil_tenebrous.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE "issues" ADD COLUMN "execution_workspace_settings" jsonb;--> statement-breakpoint
|
||||
ALTER TABLE "projects" ADD COLUMN "execution_workspace_policy" jsonb;
|
||||
Loading…
Add table
Add a link
Reference in a new issue