Skip to content

Commit

Permalink
Merge pull request #7 from kchenery/bigserial
Browse files Browse the repository at this point in the history
Migrate sequence_id to BIGSERIAL
  • Loading branch information
AlexeyRaga authored Apr 25, 2024
2 parents 3cf58ae + d50eaec commit 0e86054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "process_managers"."processes" ALTER COLUMN "sequence_id" TYPE BIGINT;

0 comments on commit 0e86054

Please sign in to comment.