summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-09-15 21:52:17 -0500
committerDrew Blessing <drew@gitlab.com>2016-09-15 21:52:34 -0500
commitb7e6357e54470f3536c9904d6742f85c7738e2d2 (patch)
treecf76b0165d26addc2cb431501aca8e3815e661a1 /db/schema.rb
parent1038ef54d0405ae08eb3f413f936197f0775987b (diff)
downloadgitlab-ce-b7e6357e54470f3536c9904d6742f85c7738e2d2.tar.gz
Increase ci_builds artifacts_size column to 8-byte integer to allow larger files
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 61873e38113..98d5a07dc47 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20160913162434) do
+ActiveRecord::Schema.define(version: 20160913212128) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -177,7 +177,7 @@ ActiveRecord::Schema.define(version: 20160913162434) do
t.datetime "erased_at"
t.datetime "artifacts_expire_at"
t.string "environment"
- t.integer "artifacts_size"
+ t.integer "artifacts_size", limit: 8
t.string "when"
t.text "yaml_variables"
t.datetime "queued_at"