bobdenotter / seo

Bolt SEO extension
https://bobdenotter.github.io/seo/
MIT License
48 stars 34 forks source link

Makes field NULLable #17

Closed MichaelMackus closed 8 years ago

MichaelMackus commented 8 years ago

Otherwise SQLite will error when updating DB, and MySQL will also not properly use default of NULL (instead it will fallback to an empty string I believe)

Fixes #16

bobdenotter commented 8 years ago

Hi @MichaelMackus,

Good catch, thank you! :+1: