elementor / wp2static-addon-s3

S3 deployment Add-on for WP2Static
The Unlicense
35 stars 23 forks source link

Create options index ourselves instead of using dbDelta. Fixes #34. #35

Closed john-shaffer closed 4 years ago

john-shaffer commented 4 years ago

dbDelta is a whitespace-dependent dumpster fire that should be avoided whenever possible. It was creating a new unique index every time createOptionsTable was run. This fixes that problem and adds a log message if index creation fails (dbDelta silently ignores failure).