Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Extended support for MySQL 5.7

Latest
Compare
Choose a tag to compare
@indradeep indradeep released this 12 Nov 14:42
· 5 commits to master since this release
d5d2848

MySQL 5.7 has changed how the TIMESTAMP column works. They now require a default value to be set, or they must be explicitly set to a NULLable.

This release sets the masterlock table to have the created_at and last_updated TIMESTAMP columns to be NULLable, thus extending support for MySQL 5.7.