deletes the default value "0000-00-00 00:00:00" for timestamp fields -> Creates error "Invalid default value" if SQL Mode NO_ZERO_DATE is enabled in the database configuration.
changes the length of certain indexes -> Creates error "Index column size too large. The maximum column size is 767 bytes." if a utf8mb4 charset is used.
adjusts some other issues in the schema (like the <model> version and the <object> base classes).
moves the schema file to the folder core/components/seosuite/schema. (I believe that's where GPM expects it to be.)
This PR
NO_ZERO_DATE
is enabled in the database configuration.<model>
version and the<object>
base classes).core/components/seosuite/schema
. (I believe that's where GPM expects it to be.)