Skip to content

Commit

Permalink
Change virt type from INT to BIGINT (#902)
Browse files Browse the repository at this point in the history
* Change virt type from INT to BIGINT

* Bump minor version number

* Update VERSION.in

Co-authored-by: Lars van der Bijl <285658+larsbijl@users.noreply.github.com>
  • Loading branch information
splhack and larsbijl authored Feb 7, 2021
1 parent d9c7fd9 commit 014bcef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7
0.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Change virt type from INT to BIGINT.

ALTER TABLE "proc" ALTER COLUMN "int_virt_used" TYPE BIGINT;
ALTER TABLE "proc" ALTER COLUMN "int_virt_max_used" TYPE BIGINT;

0 comments on commit 014bcef

Please sign in to comment.