mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Request success field to boolean, test improvement
This commit is contained in:
parent
9e5e8ea100
commit
53b6734395
3 changed files with 28 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue