waza-ari / monolog-mysql

MySQL Handler for Monolog, which allows to store log messages to a MySQL Table
MIT License
141 stars 85 forks source link

Bug fix #14

Closed ElForastero closed 7 years ago

ElForastero commented 8 years ago

There was an error with adding columns to existing table.

Bug: If table exist, section with adding default columns doesn't executes, because of array_diff.

waza-ari commented 7 years ago

I'd love to merge this PR if you would leave out all those formatting changes. Adhere to PSR-2 coding standard please (including max line length and braces placement).

waza-ari commented 7 years ago

Closing this as there has been no further activity.