fnagel / t3extblog

A record based blog extension for TYPO3 CMS. Easy to use and packed with features (incl. comments, subscriptions for comments and posts, Wordpress like subscription manager, reasonable email sending in FE and BE, GDPR ready, BE modules, Dashboard widgets, RSS, Sitemap, ...). Flexible and powerful!
http://typo3.org/extensions/repository/view/t3extblog
GNU General Public License v2.0
32 stars 18 forks source link

[BUGFIX] Handle MySQL 5.7 and above issues with default values #235

Closed PhilippKuhlmay closed 3 years ago

PhilippKuhlmay commented 3 years ago

I added some default values for the columns. I also reordered ext_tables.sql so the additions for the TYPO3 tables are at the top and then all the custom tables.

PhilippKuhlmay commented 3 years ago

This will fix Issues with MySQL 5.7 and above.

196