Fix splash screen table 62/82862/3
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 8 Aug 2016 07:46:15 +0000 (16:46 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Tue, 9 Aug 2016 06:06:40 +0000 (23:06 -0700)
- Requires
https://review.tizen.org/gerrit/82860

Change-Id: I77dabea3066bc874809562ac925cdbab5db9fb7f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
parser/pkgmgr_parser_db.c

index 0551393..116f2eb 100644 (file)
@@ -296,7 +296,7 @@ sqlite3 *pkgmgr_cert_db;
                                                "type TEXT NOT NULL, " \
                                                "orientation TEXT NOT NULL, " \
                                                "indicatordisplay TEXT, " \
-                                               "operation TEXT, " \
+                                               "operation TEXT NOT NULL, " \
                                                "color_depth TEXT NOT NULL DEFAULT '24', " \
                                                "PRIMARY KEY(app_id, orientation, operation) " \
                                                "FOREIGN KEY(app_id) " \