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 3cf58ae commit b7e886b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE outbox.outbox ALTER COLUMN sequence_id SET TYPE BIGINT;

0 comments on commit b7e886b

Please sign in to comment.