mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 17:53:35 +02:00
Turn off epp_log migration
This commit is contained in:
parent
2fb319bd96
commit
83fa666fbf
1 changed files with 22 additions and 22 deletions
|
@ -4,31 +4,31 @@ class CreateApiLogTables < ActiveRecord::Migration
|
||||||
end
|
end
|
||||||
|
|
||||||
def up
|
def up
|
||||||
create_table :epp_logs do |t|
|
# create_table :epp_logs do |t|
|
||||||
t.text :request
|
# t.text :request
|
||||||
t.text :response
|
# t.text :response
|
||||||
t.string :request_command
|
# t.string :request_command
|
||||||
t.string :request_object
|
# t.string :request_object
|
||||||
t.boolean :request_successful
|
# t.boolean :request_successful
|
||||||
t.string :api_user_name
|
# t.string :api_user_name
|
||||||
t.string :api_user_registrar
|
# t.string :api_user_registrar
|
||||||
t.string :ip
|
# t.string :ip
|
||||||
|
|
||||||
t.timestamps
|
# t.timestamps
|
||||||
end
|
# end
|
||||||
|
|
||||||
create_table :repp_logs do |t|
|
# create_table :repp_logs do |t|
|
||||||
t.string :request_path
|
# t.string :request_path
|
||||||
t.string :request_method
|
# t.string :request_method
|
||||||
t.text :request_params
|
# t.text :request_params
|
||||||
t.text :response
|
# t.text :response
|
||||||
t.string :response_code
|
# t.string :response_code
|
||||||
t.string :api_user_name
|
# t.string :api_user_name
|
||||||
t.string :api_user_registrar
|
# t.string :api_user_registrar
|
||||||
t.string :ip
|
# t.string :ip
|
||||||
|
|
||||||
t.timestamps
|
# t.timestamps
|
||||||
end
|
# end
|
||||||
end
|
end
|
||||||
|
|
||||||
def down
|
def down
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue