share support for attachment images

This commit is contained in:
zadam
2023-06-05 23:05:05 +02:00
parent 69c7eb14aa
commit 44bcfd47c0
8 changed files with 151 additions and 8 deletions

View File

@@ -93,8 +93,6 @@ class AbstractBeccaEntity {
const pojo = this.getPojoToSave();
console.log(pojo);
sql.transactional(() => {
sql.upsert(entityName, primaryKeyName, pojo);