Skip to content

Commit

Permalink
Migrate sequence_id to BIGSERIAL
Browse files Browse the repository at this point in the history
  • Loading branch information
kchenery committed Apr 25, 2024
1 parent b7e886b commit 0365623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE outbox.outbox ALTER COLUMN sequence_id SET TYPE BIGINT;
ALTER TABLE "outbox"."outbox" ALTER COLUMN "sequence_id" TYPE BIGINT;

0 comments on commit 0365623

Please sign in to comment.