[BETA] Datetime column default value is not compatible with mysql 8 #1057
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1057
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce the issue
Compile the demo component.
Expected result
The default datetime columns (created, modified and checked_out_time) to be compatibe with mysql 8
Actual result
They still use 0000-00-00 00:00:00 as default value.
System information (as much as possible)
Additional comments
I solve it adding some extra queries in the post install script.
Here is an example of postflight install and update script :