Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_database.cpp49 constexpr const char *DROP_ON_REBOOT_ADD_COLUMN = "ALTER TABLE drop_on_reboot ADD COLUMN pid INTEGE… variable
274 ret = store.ExecuteSql(DROP_ON_REBOOT_ADD_COLUMN); in OnUpgrade()