mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
upgrade db to 5.15 (#11918)
This commit is contained in:
committed by
GitHub
parent
b9a3c2e90e
commit
0ddc5f4a32
@@ -729,11 +729,9 @@ func UpgradeDatabaseToVersion514(sqlStore SqlStore) {
|
||||
}
|
||||
|
||||
func UpgradeDatabaseToVersion515(sqlStore SqlStore) {
|
||||
// TODO: Uncomment following condition when version 5.15.0 is released
|
||||
// if shouldPerformUpgrade(sqlStore, VERSION_5_14_0, VERSION_5_15_0) {
|
||||
|
||||
// saveSchemaVersion(sqlStore, VERSION_5_15_0)
|
||||
// }
|
||||
if shouldPerformUpgrade(sqlStore, VERSION_5_14_0, VERSION_5_15_0) {
|
||||
saveSchemaVersion(sqlStore, VERSION_5_15_0)
|
||||
}
|
||||
}
|
||||
|
||||
func UpgradeDatabaseToVersion516(sqlStore SqlStore) {
|
||||
|
||||
Reference in New Issue
Block a user