Bug on synch event edit and delete and added offline synch to event to aprove REver

This commit is contained in:
Eudes Inácio
2021-11-16 13:12:25 +01:00
parent 487fe4ae6d
commit e7c3bbf3ae
6 changed files with 103 additions and 7 deletions
+6
View File
@@ -512,4 +512,10 @@ export class SqliteService {
console.log(" Get events by id error", JSON.stringify(e));
});
}
deleteEventTable() {
this.dbInstance.executeSql("delete from "+ this.events).then((res) => {
console.log('DELETE EVENT TABLE RESULT ', res)
});
}
}