projects
/
platform
/
core
/
messaging
/
msg-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ceb4a
)
fix sql file's typo
08/114608/1
author
Kyeonghun Lee
<kh9090.lee@samsung.com>
Tue, 14 Feb 2017 07:21:26 +0000
(16:21 +0900)
committer
Kyeonghun Lee
<kh9090.lee@samsung.com>
Tue, 14 Feb 2017 07:24:30 +0000
(23:24 -0800)
Change-Id: I8dae586f70e4c99d57c5ff5163595fc001e27b60
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
config/msg-service-db.sql
patch
|
blob
|
history
diff --git
a/config/msg-service-db.sql
b/config/msg-service-db.sql
index 05b8eb417a920a624c8181f036b52fc9c6b7d90d..4fe880df5ef0f36bac008699abfca276fcf7a8b3 100755
(executable)
--- a/
config/msg-service-db.sql
+++ b/
config/msg-service-db.sql
@@
-66,7
+66,7
@@
CREATE TABLE MSG_MESSAGE_TABLE
ATTACHMENT_COUNT INTEGER DEFAULT 0 ,
SIM_INDEX INTEGER DEFAULT 0 ,
SIM_IMSI TEXT ,
- DPM_RESTRICTED INTE
R
GER DEFAULT 0 ,
+ DPM_RESTRICTED INTEGER DEFAULT 0 ,
FOREIGN KEY (CONV_ID) REFERENCES MSG_CONVERSATION_TABLE (CONV_ID) ,
FOREIGN KEY (FOLDER_ID) REFERENCES MSG_FOLDER_TABLE (FOLDER_ID)