Skip to content

Commit cd4d20e

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
fix decimal entry issues
1 parent b67b0f1 commit cd4d20e

File tree

7 files changed

+4785
-6
lines changed

7 files changed

+4785
-6
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE "workflow_blocks" ALTER COLUMN "position_x" SET DATA TYPE numeric;--> statement-breakpoint
2+
ALTER TABLE "workflow_blocks" ALTER COLUMN "position_y" SET DATA TYPE numeric;--> statement-breakpoint
3+
ALTER TABLE "workflow_blocks" ALTER COLUMN "height" SET DATA TYPE numeric;--> statement-breakpoint
4+
ALTER TABLE "workflow_blocks" ALTER COLUMN "height" SET DEFAULT '0';

0 commit comments

Comments
 (0)