comfyui-deploy/web/drizzle/0032_shallow_vermin.sql
2024-01-21 11:40:48 +08:00

2 lines
208 B
SQL

ALTER TABLE "comfyui_deploy"."deployments" ADD COLUMN "share_slug" text;--> statement-breakpoint
ALTER TABLE "comfyui_deploy"."deployments" ADD CONSTRAINT "deployments_share_slug_unique" UNIQUE("share_slug");