Fix notification db do not sync bug 51/75951/1 accepted/tizen/common/20160627.191424 accepted/tizen/ivi/20160624.063801 accepted/tizen/mobile/20160624.063351 accepted/tizen/tv/20160624.063435 accepted/tizen/wearable/20160624.063631 submit/tizen/20160623.053734
authorHyunho Kang <hhstark.kang@samsung.com>
Wed, 22 Jun 2016 07:59:56 +0000 (16:59 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Wed, 22 Jun 2016 08:00:58 +0000 (17:00 +0900)
Change-Id: I2daa9bd453610533ba8ff80fff6a32353f149711
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/notification_db.c

index da915eb..b950c3f 100755 (executable)
@@ -31,6 +31,7 @@
 #define NOTIFICATION_DB_NAME ".notification.db"
 #define CREATE_NOTIFICATION_TABLE " \
 PRAGMA journal_mode = PERSIST; \
+PRAGMA synchronous = FULL; \
 create table if not exists noti_list ( \
                        type INTEGER NOT NULL, \
                        layout INTEGER NOT NULL default 0, \