Commit 57afb276 authored by Stan Hu's avatar Stan Hu

Merge branch 'include-package-sizes-into-db-schema' into 'master'

Add missing packages_size

See merge request gitlab-org/gitlab-ee!12165
parents 3fdccd37 9c09ae72
......@@ -2460,6 +2460,7 @@ ActiveRecord::Schema.define(version: 20190426180107) do
t.bigint "repository_size", default: 0, null: false
t.bigint "lfs_objects_size", default: 0, null: false
t.bigint "build_artifacts_size", default: 0, null: false
t.bigint "packages_size"
t.bigint "shared_runners_seconds", default: 0, null: false
t.datetime "shared_runners_seconds_last_reset"
t.index ["namespace_id"], name: "index_project_statistics_on_namespace_id", using: :btree
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment