mirror of
https://github.com/writeas/writefreely
synced 2025-02-09 18:00:36 +01:00
Fix missing commit statement in migrations/v3.go
This commit is contained in:
parent
db14f04b59
commit
bc2016f00f
@ -19,5 +19,11 @@ func supportActivityPubMentions(db *datastore) error {
|
||||
return err
|
||||
}
|
||||
|
||||
err = t.Commit()
|
||||
if err != nil {
|
||||
t.Rollback()
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user