Fixed seeds for registrar updates

This commit is contained in:
Priit Tark 2015-02-17 01:48:02 +02:00
parent 41bb72e043
commit dd1063c8f7
2 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,7 @@ ActiveRecord::Schema.define(version: 20150213104014) do
t.string "creator_str"
t.string "updator_str"
t.string "country_code"
t.string "state"
end
create_table "api_users", force: :cascade do |t|