berlindb / core

All of the required core code
MIT License
255 stars 29 forks source link

Upgrade method does not run upgrades #53

Closed alexstandiford closed 4 years ago

alexstandiford commented 4 years ago

It seems like the upgrader never runs database upgrades. It looks like the array_filter that filters out the upgrades that have already ran does not filter by the version variable, but by the callback method variable.