Home
last modified time | relevance | path

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

/src/contrib/kyua/store/
H A Dmigrate.cpp101 const int version_from, in migrate_schema_step() argument
106 LI(F("Migrating schema of %s from version %s to %s") % file % version_from in migrate_schema_step()
109 PRE(version_to == version_from + 1); in migrate_schema_step()
114 const fs::path migration = store::detail::migration_file(version_from, 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()
269 const int version_from = get_schema_version(file); in migrate_schema() local
271 if (version_from == version_to) { in migrate_schema()
273 "needed") % version_from); in migrate_schema()
274 } else if (version_from > version_to) { in migrate_schema()
[all …]