Skip to content

Commit 417872c

Browse files
committed
Fix database migration?
1 parent ce525a6 commit 417872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drizzle/0005_good_omega_flight.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ALTER TABLE "project" ADD COLUMN "printedBy" serial NOT NULL;--> statement-breakpoint
1+
ALTER TABLE "project" ADD COLUMN "printedBy" serial;--> statement-breakpoint
22
ALTER TABLE "project" ADD CONSTRAINT "project_printedBy_user_id_fk" FOREIGN KEY ("printedBy") REFERENCES "public"."user"("id") ON DELETE no action ON UPDATE no action;

0 commit comments

Comments
 (0)