summaryrefslogtreecommitdiff
path: root/db/migrate/20181016141739_add_status_to_deployments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20181016141739_add_status_to_deployments.rb')
-rw-r--r--db/migrate/20181016141739_add_status_to_deployments.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20181016141739_add_status_to_deployments.rb b/db/migrate/20181016141739_add_status_to_deployments.rb
index 2cf4501c9e3..eda27068552 100644
--- a/db/migrate/20181016141739_add_status_to_deployments.rb
+++ b/db/migrate/20181016141739_add_status_to_deployments.rb
@@ -5,5 +5,6 @@ class AddStatusToDeployments < ActiveRecord::Migration
def change
add_column :deployments, :status, :integer, limit: 2
+ add_column :deployments, :finished_at, :datetime_with_timezone
end
end