Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
stats: Use bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeisss committed Mar 23, 2017
1 parent 66d35f3 commit 761a797
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shared/database-migrations/0013-bigint-stats-value.json
@@ -0,0 +1,8 @@
{
"up": [
"ALTER TABLE `statistics` CHANGE `value` `value` BIGINT(13) NOT NULL"
],
"down": [
"ALTER TABLE `statistics` CHANGE `value` `value` INT(11) NOT NULL"
]
}

0 comments on commit 761a797

Please sign in to comment.