Skip to content

Upgrade from pre 2.1 versions fails on PG #7345

@LexArma

Description

@LexArma

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions