mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 14:56:22 +00:00
access_log 0.0.2 necesita remote_user aunque no lo usemos
This commit is contained in:
parent
e40f895402
commit
0e6f62293f
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddRemoteUserToAccessLogs < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :access_logs, :remote_user, :string
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue