Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-11-13 14:27:49 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-13 14:27:49 +0300
commit206f6747ec9ff97a4b6c77d7a2e0bc6bdd52732d (patch)
tree2f67d97e06a7e50421dde6081bdfba280780940b /db
parentc2407dab3e3ba1471ccebc008179f829d21fe3ce (diff)
Updated logging
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c3296dcacca..865ef04b95b 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -846,8 +846,8 @@ ActiveRecord::Schema.define(version: 20181107054254) do
t.datetime "created_at"
t.datetime "updated_at"
t.string "on_stop"
- t.integer "status", limit: 2, default: 2, null: false
t.datetime_with_timezone "finished_at"
+ t.integer "status", limit: 2, default: 2, null: false
end
add_index "deployments", ["created_at"], name: "index_deployments_on_created_at", using: :btree