Prevent another migration from failing.
This commit is contained in:
parent
a30a56634d
commit
4803af45df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue