* uncoment db upgrade to 5.8.0

* add preparatory code for db upgrade 5.9.0

* fix versions

* Update store/sqlstore/upgrade.go

Co-Authored-By: cpanato <ctadeu@gmail.com>
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2019-01-29 17:14:00 +01:00
коммит произвёл Joram Wilander
родитель d1a758a06e
Коммит d4250f50d8
2 изменённых файлов: 25 добавлений и 15 удалений

Просмотреть файл

@@ -13,6 +13,7 @@ import (
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
"5.8.0",
"5.7.0",
"5.6.0",
"5.5.0",