Description
Description
There's a column added to a possibly prefilled table, with NOT NULL constraints - This if I understand everything correctly, should crap itself on MySQL just as well if there are entries already there.
But it doesn't, as MySQL works around this on it's own.
---# Adding support for <credits> tag in package manager
ALTER TABLE {$db_prefix}log_packages
ADD COLUMN credits TEXT NOT NULL;
---#
Additional information/references
Reported on the forum:
https://www.simplemachines.org/community/index.php?topic=580863