Prevent another migration from failing.

This commit is contained in:
Douwe Maan 2015-02-25 18:22:08 +01:00
parent a30a56634d
commit 4803af45df
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class MoveSlackServiceToWebhook < ActiveRecord::Migration
slack_service.properties.delete('subdomain')
# Room is configured on the Slack side
slack_service.properties.delete('room')
slack_service.save
slack_service.save(validate: false)
end
end
end