Closed Monggi68 closed 5 years ago
This is still a problem. There are a number of columns that are set to null="false"
, without a default, that is preventing assets from being saved to the database.
I can reproduce this in Docker. Stay tuned...
The only solution is to comb through the code and set viable default values for database insertion operations. Version 1.3.1 should have those in place. The code is on the master branch.
AssetManager can not be installed with mysql strict mod enabled. In Mysql 5.7 strict mod will be no possibility to disable it. Any solution for that ?