First operational version of *cost_details migrator

This commit is contained in:
DanB
2016-12-08 15:45:18 +01:00
parent b2f1b07c8b
commit f789e181ba
3 changed files with 20 additions and 7 deletions

View File

@@ -328,4 +328,5 @@ const (
NoStorDBConnection = "not connected to StorDB"
UndefinedVersion = "undefined version"
MetaSetVersions = "*set_versions"
UnsupportedDB = "unsupported database"
)