run upgrade tests with PostgreSQL and MySQL #491
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
forgejo/end-to-end#491
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://codeberg.org/forgejo/forgejo/issues/6575 is an example where not running upgrade tests on those databases meant the problem was missed. The migrations are (unfortunately) database sensitive. They do not only rely on the ORM and contain rather large parts that are database specific.