Skip to content

Commit 67e18f7

Browse files
authored
fix(migrations): remove duplicate column add (#4632)
1 parent ff23546 commit 67e18f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/db/migrations/0208_modern_power_man.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ CREATE TABLE "workspace_file_folders" (
1111
);
1212
--> statement-breakpoint
1313
DROP INDEX "workspace_files_workspace_name_active_unique";--> statement-breakpoint
14-
ALTER TABLE "copilot_chats" ADD COLUMN "pinned" boolean DEFAULT false NOT NULL;--> statement-breakpoint
1514
ALTER TABLE "workspace_files" ADD COLUMN "folder_id" text;--> statement-breakpoint
1615
ALTER TABLE "workspace_file_folders" ADD CONSTRAINT "workspace_file_folders_user_id_user_id_fk" FOREIGN KEY ("user_id") REFERENCES "public"."user"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
1716
ALTER TABLE "workspace_file_folders" ADD CONSTRAINT "workspace_file_folders_workspace_id_workspace_id_fk" FOREIGN KEY ("workspace_id") REFERENCES "public"."workspace"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint

0 commit comments

Comments
 (0)