fix(MainDb): damn it

This commit is contained in:
Ronan Abhamon 2017-12-13 15:47:45 +01:00
parent 23e542c238
commit 8aca567aaa

View file

@ -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) {