v2.22.5
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;