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 a0f681b
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" TYPE BIGINT;

0 comments on commit a0f681b

Please sign in to comment.