Stage 1 of caching layer. Framework (#6693)

Этот коммит содержится в:
Christopher Speller
2017-06-27 08:02:08 -07:00
коммит произвёл GitHub
родитель 28bf900205
Коммит 9659a6da06
38 изменённых файлов: 1260 добавлений и 1042 удалений

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

@@ -31,5 +31,5 @@ func printVersion() {
CommandPrintln("Build Date: " + model.BuildDate)
CommandPrintln("Build Hash: " + model.BuildHash)
CommandPrintln("Build Enterprise Ready: " + model.BuildEnterpriseReady)
CommandPrintln("DB Version: " + app.Srv.Store.(*store.SqlStore).SchemaVersion)
CommandPrintln("DB Version: " + app.Srv.Store.(*store.LayeredStore).DatabaseLayer.GetCurrentSchemaVersion())
}