@ -29,6 +29,9 @@ func initializeDatabase(db *sql.DB) error {
if err != nil { return err }
defer tx.Rollback()
_, err = tx.Exec(`PRAGMA user_version = 1`)
_, err = tx.Exec(`
CREATE TABLE Timer (
Id BLOB NOT NULL UNIQUE,
The note is not visible to the blocked user.