Skip to content

Commit

Permalink
postgres compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hwang <126002920+sthwang-metal@users.noreply.github.com>
  • Loading branch information
sthwang-metal committed Oct 17, 2023
1 parent 2695ea4 commit e443fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/20231017005257_add_origin_weight.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- +goose Up
-- modify "origins" table
ALTER TABLE "origins" ADD COLUMN "weight" bigint NOT NULL DEFAULT 100:::INT8;
ALTER TABLE "origins" ADD COLUMN "weight" bigint NOT NULL DEFAULT 100;

-- +goose Down
-- reverse: modify "origins" table
Expand Down

0 comments on commit e443fb9

Please sign in to comment.