mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Remove Registrar from User
This commit is contained in:
parent
9c8fed999d
commit
2c35aa1471
14 changed files with 12 additions and 72 deletions
5
db/migrate/20141216133831_remove_registrar_from_user.rb
Normal file
5
db/migrate/20141216133831_remove_registrar_from_user.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveRegistrarFromUser < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :users, :registrar_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue