Remove table that db recovery tool check 89/305689/2
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 6 Feb 2024 08:30:57 +0000 (17:30 +0900)
committerIlho 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

index 6b7762f..b82decf 100644 (file)
@@ -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,