Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
8924272d
Commit
8924272d
authored
Oct 16, 2017
by
Ronan
Browse files
feat(MainDb): add a `last_notify` column
parent
6110b30f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/db/main-db.cpp
src/db/main-db.cpp
+2
-0
No files found.
src/db/main-db.cpp
View file @
8924272d
...
...
@@ -306,6 +306,8 @@ MainDb::MainDb () : AbstractDb(*new MainDbPrivate) {}
// Chatroom subject.
" subject VARCHAR(255),"
" last_notify INT UNSIGNED,"
" FOREIGN KEY (peer_sip_address_id)"
" REFERENCES sip_address(id)"
" ON DELETE CASCADE"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment