Home
last modified time | relevance | path

Searched refs:version_to (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/store/
H A Dmigrate.cpp102 const int version_to, in migrate_schema_step() argument
107 % version_to); in migrate_schema_step()
109 PRE(version_to == version_from + 1); in migrate_schema_step()
115 version_to); in migrate_schema_step()
224 store::detail::migration_file(const int version_from, const int version_to) in migration_file() argument
227 / (F("migrate_v%s_v%s.sql") % version_from % version_to); in migration_file()
270 const int version_to = detail::current_schema_version; in migrate_schema() local
271 if (version_from == version_to) { in migrate_schema()
274 } else if (version_from > version_to) { in migrate_schema()
276 "supported version %s") % version_from % version_to); in migrate_schema()
[all …]