Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
8924272d
Commit
8924272d
authored
Oct 16, 2017
by
Ronan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(MainDb): add a `last_notify` column
parent
6110b30f
Changes
1
Hide 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