diff options
| author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-03-06 08:26:50 +0000 |
|---|---|---|
| committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-03-06 08:26:50 +0000 |
| commit | 7237ed59ac90148945efebf9624949c80c1298a4 (patch) | |
| tree | f90e1dc83cb22117aa50bef46664c17d69edfa5c /db/schema.rb | |
| parent | 2e87923dcb1cf7984690f5b5fdfc61bddfba923e (diff) | |
| download | gitlab-ce-7237ed59ac90148945efebf9624949c80c1298a4.tar.gz | |
Resolve "Enable privileged mode for Runner installed on Kubernetes"
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 9e117440ed2..e28a7560d00 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: 20180304204842) do +ActiveRecord::Schema.define(version: 20180305144721) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -603,6 +603,7 @@ ActiveRecord::Schema.define(version: 20180304204842) do t.datetime_with_timezone "updated_at", null: false t.string "version", null: false t.text "status_reason" + t.boolean "privileged", default: true, null: false end add_index "clusters_applications_runners", ["cluster_id"], name: "index_clusters_applications_runners_on_cluster_id", unique: true, using: :btree |
