mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Merge branch 'master' into registry-927
This commit is contained in:
commit
0dc0ac4d16
13 changed files with 233 additions and 176 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameDomainsStatusesBackupToStatusesBeforeForceDelete < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :domains, :statuses_backup, :statuses_before_force_delete
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue