Homekolab.org

Fix SQL error when inserting task with no status set.

Authored by bruederli.

Description

Fix SQL error when inserting task with no status set.

The database schema doesn't allow null values but expects an empty string.

Details