mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 13:51:41 +02:00
Update log DB schema
This commit is contained in:
parent
c1cb598da1
commit
cab378d154
1 changed files with 6 additions and 0 deletions
|
@ -27,8 +27,11 @@ ActiveRecord::Schema.define(version: 0) do
|
|||
t.string "ip", limit: 255
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.string "uuid"
|
||||
end
|
||||
|
||||
add_index "epp_logs", ["uuid"], name: "epp_logs_uuid", using: :btree
|
||||
|
||||
create_table "repp_logs", force: :cascade do |t|
|
||||
t.string "request_path", limit: 255
|
||||
t.string "request_method", limit: 255
|
||||
|
@ -40,6 +43,9 @@ ActiveRecord::Schema.define(version: 0) do
|
|||
t.string "ip", limit: 255
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.string "uuid"
|
||||
end
|
||||
|
||||
add_index "repp_logs", ["uuid"], name: "repp_logs_uuid", using: :btree
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue