mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
fix(MainDb): damn it
This commit is contained in:
parent
23e542c238
commit
8aca567aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -1288,9 +1288,9 @@ static inline string blobToString (soci::blob &in) {
|
|||
participantMessageDeleter += displayedId;
|
||||
participantMessageDeleter += " WHERE event_id = NEW.event_id;"
|
||||
" END";
|
||||
#endif
|
||||
|
||||
*session << participantMessageDeleter;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool MainDb::addEvent (const shared_ptr<EventLog> &eventLog) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue