Clean up SQLite to-do

pull/478/head
Matt Baer 1 year ago
parent dcc6f036c6
commit c6323dba8c
  1. 1
      database.go

@ -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)

Loading…
Cancel
Save