Skip to content

Commit

Permalink
atc: behavior: migrate build ids to bigint
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
  • Loading branch information
vito committed Sep 12, 2020
1 parent 73c9812 commit 4a8f8a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BEGIN;
ALTER TABLE builds ALTER COLUMN id TYPE int;
COMMIT;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BEGIN;
ALTER TABLE builds ALTER COLUMN id TYPE bigint;
COMMIT;

0 comments on commit 4a8f8a3

Please sign in to comment.