Add contry select to user form

This commit is contained in:
Martin Lensment 2014-09-30 12:43:02 +03:00
parent f76d73c597
commit 0dc0cc63d9
6 changed files with 16 additions and 16 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20140929095329) do
ActiveRecord::Schema.define(version: 20140930093039) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -200,6 +200,7 @@ ActiveRecord::Schema.define(version: 20140929095329) do
t.boolean "admin", default: false
t.string "identity_code"
t.integer "registrar_id"
t.integer "country_id"
end
end