mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
refactor: Move migrations to the end of the file (#7895)
I sometimes find it hard to find the most recent migration. This PR moves the migrations::run() function to the end of the file, so that it's easy to find the most recent migration - it's at the end of the file. There are no changes except for switching the ordering of the functions.
This commit is contained in: