Skip to content

Commit

Permalink
Functions: fixing S4 ORM
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Smirnov committed Sep 12, 2023
1 parent dcfa3d6 commit 0d70d85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- +goose Up

ALTER TABLE "s4".functions ALTER COLUMN version TYPE BIGINT;
ALTER TABLE "s4".shared ALTER COLUMN version TYPE BIGINT;

-- +goose Down

ALTER TABLE "s4".functions ALTER COLUMN version TYPE INT USING version::integer;
ALTER TABLE "s4".shared ALTER COLUMN version TYPE INT USING version::integer;

0 comments on commit 0d70d85

Please sign in to comment.