Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: notifier state get's never persisted in database
- ever time the notification starts, it reports a corrupted state because the state never gets stored in the databse. saving the state in the database using `UPDATE` sql only works when there is already one entry in the table, otherwise the query will run through with zero updated rows. so in the case when the state cannot be loaded, we properly create one record inside the notifier_state table
- Loading branch information