Skip to content

Commit 1f064a4

Browse files
authored
th-373: Fix order locations (#379)
* th-373: * method map service * th-373: * coordinates * th-373: * migration * th-373: * helpers * th-373: * linting * th-373: * comments * th-373: * linting * th-373: - map service
1 parent ccd790d commit 1f064a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+991
-152
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ALTER TABLE "orders"
2+
ALTER COLUMN "price"
3+
SET DATA TYPE real;
4+
5+
--> statement-breakpoint
6+
ALTER TABLE "orders"
7+
ALTER COLUMN "start_point"
8+
TYPE jsonb USING "start_point"::jsonb;
9+
10+
--> statement-breakpoint
11+
ALTER TABLE "orders"
12+
ALTER COLUMN "end_point"
13+
TYPE jsonb USING "end_point"::jsonb;

0 commit comments

Comments
 (0)