diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-17 15:34:30 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-17 15:34:30 +0200 |
| commit | 18bb0a5696cd701d3a77c059fabb5d2f798f3a83 (patch) | |
| tree | 04e65fb671d4c910f937476c5aa6c236e509f0d0 /db/schema.rb | |
| parent | 63312b9860e6b8d46b7e8ca60cbf4954398ce0c4 (diff) | |
| download | gitlab-ce-18bb0a5696cd701d3a77c059fabb5d2f798f3a83.tar.gz | |
Add on_stop column [ci skip]
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index f568a5ec699..d4e35626e9b 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -380,7 +380,7 @@ ActiveRecord::Schema.define(version: 20161017095000) do t.string "deployable_type" t.datetime "created_at" t.datetime "updated_at" - t.text "properties" + t.string "on_stop" end add_index "deployments", ["project_id", "environment_id", "iid"], name: "index_deployments_on_project_id_and_environment_id_and_iid", using: :btree |
