Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h164 static constexpr const char *LOG_TABLE_VERSION_5_5 = "5.05"; // add status field variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp212 if (oldVersion < DBConstant::LOG_TABLE_VERSION_5_5) { in UpgradeLogBaseOnVersion()