projects
/
platform
/
core
/
appfw
/
pkgmgr-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe4439
)
Remove table that db recovery tool check
89/305689/2
author
Ilho Kim
<ilho159.kim@samsung.com>
Tue, 6 Feb 2024 08:30:57 +0000
(17:30 +0900)
committer
Ilho Kim
<ilho159.kim@samsung.com>
Tue, 6 Feb 2024 08:33:47 +0000
(17:33 +0900)
The table update_cert_info and update_cert_info2 no longer used
Change-Id: I8a97c7c7577ffe864a72582c297cc12ddd127e17
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
parser/include/pkgmgr_parser_db_queries.h
patch
|
blob
|
history
diff --git
a/parser/include/pkgmgr_parser_db_queries.h
b/parser/include/pkgmgr_parser_db_queries.h
index
6b7762f
..
b82decf
100644
(file)
--- a/
parser/include/pkgmgr_parser_db_queries.h
+++ b/
parser/include/pkgmgr_parser_db_queries.h
@@
-374,8
+374,6
@@
const char *PARSER_TABLES[] = {
const char *CERT_TABLES[] = {
"package_cert_info",
"package_cert_index_info",
- "update_cert_info",
- "update_cert_info2",
"delete_cert_info",
"update_cert_index_info",
NULL,