summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2017-12-15 18:05:17 +0900
committermk5004.lee <mk5004.lee@samsung.com>2017-12-21 14:49:03 +0900
commit25c18909304d9edc7a3a858e2ae35b77ea4dbd5b (patch)
tree466cefc4ed49271d91bf64a6bd9ad4c8da27c220 /scripts
parent9e140e8fd6614cdaa4d25f28961f88fccc460796 (diff)
downloadnotification-25c18909304d9edc7a3a858e2ae35b77ea4dbd5b.tar.gz
notification-25c18909304d9edc7a3a858e2ae35b77ea4dbd5b.tar.bz2
notification-25c18909304d9edc7a3a858e2ae35b77ea4dbd5b.zip
Add new api to set/get app label
- Use the existing app_name attribute of noti struct - Add app_label to the DB Change-Id: I6996c385a7394fc35deab7d6c972500dc81fb19d Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/505.notification_upgrade.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/505.notification_upgrade.sh b/scripts/505.notification_upgrade.sh
index 2b73cc7..90590cd 100644
--- a/scripts/505.notification_upgrade.sh
+++ b/scripts/505.notification_upgrade.sh
@@ -38,6 +38,7 @@ CREATE TABLE noti_list_temp (
pkg_id TEXT NOT NULL,
caller_app_id TEXT NOT NULL,
launch_app_id TEXT,
+ app_label TEXT,
image_path TEXT,
priv_image_path TEXT,
group_id INTEGER default 0,
@@ -159,6 +160,7 @@ CREATE TABLE noti_template_temp (
pkg_id TEXT NOT NULL,
caller_app_id TEXT NOT NULL,
launch_app_id TEXT,
+ app_label TEXT,
image_path TEXT,
priv_image_path TEXT,
group_id INTEGER default 0,