Fixed web app can't update.
authorSoyoung Kim <sy037.kim@samsung.com>
Fri, 24 May 2013 13:49:37 +0000 (22:49 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Mon, 27 May 2013 05:08:08 +0000 (14:08 +0900)
commite2bdcbc500c025d7cc13e8721b7cbf2ff2d73524
tree7a6a5dd8e6060081849a4fbc160e8ad4e7fa7c9c
parent0f5160fe2c4d01e09a2d9c9bbfcdf2fd84676f5a
Fixed web app can't update.

[Issue#] N/A
[Problem] can't update
[Cause] widget preference db has tizen_appid instead of app_id(handle).
So db error occur during update.
db error is "foreign key constraint failed".
[Solution] modify foreign key from tizen_appid to app_id.
[SCMRequest] N/A

Change-Id: I7299fd34f125e574eeeeffb111ac022b08e3987b
modules/widget_dao/dao/property_dao.cpp
modules/widget_dao/dao/property_dao_read_only.cpp
modules/widget_dao/dao/widget_dao.cpp
modules/widget_dao/include/dpl/wrt-dao-ro/property_dao_read_only.h
modules/widget_dao/include/dpl/wrt-dao-rw/property_dao.h
modules/widget_dao/orm/wrt_db