mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
parent
340e61804b
commit
4b836f1476
23 changed files with 54 additions and 47 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameDomainsAuthInfoToTransferCode < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :domains, :auth_info, :transfer_code
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue