drop isDeleted index

This commit is contained in:
zadam
2020-12-15 15:30:46 +01:00
parent bf653a9a5c
commit 1b0bb22273
4 changed files with 71 additions and 82 deletions

View File

@@ -16,11 +16,6 @@ class Attribute {
this.name = row.name;
/** @param {int} */
this.position = row.position;
if (typeof row.value !== 'string') {
row.value = JSON.stringify(row.value);
}
/** @param {string} */
this.value = row.value;
/** @param {boolean} */