mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Remove data migrations
This commit is contained in:
parent
35b8ec6c91
commit
350cae621a
8 changed files with 0 additions and 33 deletions
|
@ -7,9 +7,5 @@ class CreateAccounts < ActiveRecord::Migration
|
|||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Registrar.all.each do |x|
|
||||
Account.create(registrar_id: x.id, account_type: Account::CASH)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue