Clean up SQLite to-do

This commit is contained in:
Matt Baer 2023-09-25 15:38:57 -04:00
parent dcc6f036c6
commit c6323dba8c
1 changed files with 0 additions and 1 deletions

View File

@ -976,7 +976,6 @@ func (db *datastore) UpdateCollection(app *App, c *SubmittedCollection, alias st
// Update EmailSub value
if c.EmailSubs {
// TODO: ensure these work with SQLite
err = db.SetCollectionAttribute(collID, "email_subs", "1")
if err != nil {
log.Error("Unable to insert email_subs value: %v", err)