summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-10-17 15:34:30 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-10-17 15:34:30 +0200
commit18bb0a5696cd701d3a77c059fabb5d2f798f3a83 (patch)
tree04e65fb671d4c910f937476c5aa6c236e509f0d0 /db/schema.rb
parent63312b9860e6b8d46b7e8ca60cbf4954398ce0c4 (diff)
downloadgitlab-ce-18bb0a5696cd701d3a77c059fabb5d2f798f3a83.tar.gz
Add on_stop column [ci skip]
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
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