summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 8594fc8d25a..762f3553877 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -826,6 +826,7 @@ ActiveRecord::Schema.define(version: 20181031190559) do
t.string "on_stop"
t.integer "status", limit: 2, default: 2, null: false
t.datetime_with_timezone "finished_at"
+ t.integer "action", limit: 2
end
add_index "deployments", ["created_at"], name: "index_deployments_on_created_at", using: :btree