Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h162 static constexpr const char *LOG_TABLE_VERSION_5_1 = "5.01"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp205 if (oldVersion < DBConstant::LOG_TABLE_VERSION_5_1) { in UpgradeLogBaseOnVersion()