Skip to content

Commit c1487af

Browse files
icecrasher321Vikhyath Mondreti
andauthored
fix(db): decimal position entry issues (#520)
* fix decimal entry issues * remove unused files --------- Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net>
1 parent b67b0f1 commit c1487af

File tree

5 files changed

+3576
-5
lines changed

5 files changed

+3576
-5
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)