summaryrefslogtreecommitdiff
path: root/lib/gitlab/database.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-19 09:09:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-19 09:09:58 +0000
commit7866b83bf40c94e8a32d21fdea97a5e142e08f80 (patch)
tree5102a3fd55f3908048de22a20f25a39425cc87a8 /lib/gitlab/database.rb
parent0bfb62457ba5122c9bf30bed3ecd20759a9a16bd (diff)
downloadgitlab-ce-7866b83bf40c94e8a32d21fdea97a5e142e08f80.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/database.rb')
-rw-r--r--lib/gitlab/database.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/database.rb b/lib/gitlab/database.rb
index e7df9fd27f0..859b53b9887 100644
--- a/lib/gitlab/database.rb
+++ b/lib/gitlab/database.rb
@@ -22,7 +22,6 @@ module Gitlab
# https://www.postgresql.org/docs/9.2/static/datatype-numeric.html
MAX_INT_VALUE = 2147483647
- MIN_INT_VALUE = -2147483648
# The max value between MySQL's TIMESTAMP and PostgreSQL's timestampz:
# https://www.postgresql.org/docs/9.1/static/datatype-datetime.html