mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
3 lines
367 B
SQL
3 lines
367 B
SQL
ALTER TYPE "public"."credential_type" ADD VALUE 'service_account';--> statement-breakpoint
|
|
ALTER TABLE "credential" ADD COLUMN "encrypted_service_account_key" text;--> statement-breakpoint
|
|
CREATE UNIQUE INDEX "credential_workspace_service_account_unique" ON "credential" USING btree ("workspace_id","type","provider_id","display_name") WHERE type = 'service_account'; |