projects
/
platform
/
core
/
multimedia
/
libmedia-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1004743
)
Modify 'storage_uuid' column.(Temporary)
22/41422/1
author
Minje Ahn
<minje.ahn@samsung.com>
Mon, 15 Jun 2015 08:23:49 +0000
(17:23 +0900)
committer
Minje Ahn
<minje.ahn@samsung.com>
Mon, 15 Jun 2015 08:23:49 +0000
(17:23 +0900)
Change-Id: I322980adf92aa92c69eea9d9f81f09af72c8935e
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/common/media-svc-db-utils.c
patch
|
blob
|
history
diff --git
a/src/common/media-svc-db-utils.c
b/src/common/media-svc-db-utils.c
index
6a755da
..
564b865
100755
(executable)
--- a/
src/common/media-svc-db-utils.c
+++ b/
src/common/media-svc-db-utils.c
@@
-108,6
+108,7
@@
static int __media_svc_create_update_media_table(sqlite3 *db_handle);
age_rating_pinyin TEXT, \
keyword_pinyin TEXT, \
validity INTEGER DEFAULT 1, \
+ storage_uuid TEXT, \
unique(path, file_name) \
);"