Skip to content

v2.22.5

Choose a tag to compare

@github-actions github-actions released this 06 Aug 03:57

Changelog

  • c2d802a Remove invalid drop statements for migrations

Correction steps if previously upgraded to v2.22.4

Run the following SQL against the Thunderdome Postgres DB then restart Thunderdome application

UPDATE schema_migrations SET version = "20220714222142", dirty = FALSE WHERE version = "20220803124249" AND dirty = TRUE;