Request success field to boolean, test improvement

This commit is contained in:
Martin Lensment 2015-01-12 16:41:48 +02:00
parent 9e5e8ea100
commit 53b6734395
3 changed files with 28 additions and 4 deletions

View file

@ -9,7 +9,7 @@ class CreateApiLogTables < ActiveRecord::Migration
t.text :response
t.string :request_command
t.string :request_object
t.string :request_successful
t.boolean :request_successful
t.string :api_user_name
t.string :api_user_registrar
@ -21,7 +21,7 @@ class CreateApiLogTables < ActiveRecord::Migration
t.text :response
t.string :request_command
t.string :request_object
t.string :request_successful
t.boolean :request_successful
t.string :api_user_name
t.string :api_user_registrar