mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 09:51:03 +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
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20141215085117) do
|
||||
ActiveRecord::Schema.define(version: 20141216133831) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -326,7 +326,6 @@ ActiveRecord::Schema.define(version: 20141215085117) do
|
|||
t.inet "last_sign_in_ip"
|
||||
t.boolean "admin", default: false
|
||||
t.string "identity_code"
|
||||
t.integer "registrar_id"
|
||||
t.integer "country_id"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue