fix(be): add migration

This commit is contained in:
Denis Gukov 2024-09-26 16:03:27 +05:00
parent 492152f94a
commit 9817b345e6
2 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ func GetMigrations() []Migration {
{Version: "2.10.12"},
{Version: "2.10.15"},
{Version: "2.10.16"},
{Version: "2.10.26"},
}
}