Closed medeaohm closed 3 years ago
To delete signal a new property has been created in the database. The new property is named "isDeleted", is of type integer and can assume the values 0 (if the signal is NOT deleted) or 1 (is the signal is deleted). Should we keep it in this way o maybe use a boolean property instead of int?
Currently, the change is implemented only into the staging db, we need to add it also in the database.
Closes #48 Closes #50