Merge branch 'master' into registry-927

This commit is contained in:
Maciej Szlosarczyk 2018-08-24 12:58:29 +03:00
commit 0dc0ac4d16
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
13 changed files with 233 additions and 176 deletions

View file

@ -0,0 +1,5 @@
class RenameDomainsStatusesBackupToStatusesBeforeForceDelete < ActiveRecord::Migration
def change
rename_column :domains, :statuses_backup, :statuses_before_force_delete
end
end