mirror of
https://github.com/writeas/writefreely
synced 2025-01-14 18:46:27 +01:00
Clean up SQLite to-do
This commit is contained in:
parent
dcc6f036c6
commit
c6323dba8c
@ -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…
Reference in New Issue
Block a user