omeka / omeka/plugin-ExhibitBuilder
Upgrade can fail if exhibits with "zero" dates exist
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 25
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
We already handle the "early" fixing of the default dates, but new mysqls will choke even on unrelated alters to the table if any zero dates are contained within. We'd need to replace any zero dates at the same time we're fixing the defaults.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the upgrade code that already fixes the default dates and inspect how the table alteration is performed for MySQL. Done means existing zero dates are replaced during that upgrade so unrelated table alters no longer fail on MySQL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mysql, php
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 44/100