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 e9859d1 commit cb8ffbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -0,0 +1,3 @@
BEGIN;
ALTER TABLE builds ALTER COLUMN id TYPE int;
COMMIT;
@@ -0,0 +1,3 @@
BEGIN;
ALTER TABLE builds ALTER COLUMN id TYPE bigint;
COMMIT;

0 comments on commit cb8ffbd

Please sign in to comment.