Addressed comment: https://github.com/writefreely/writefreely/pull/1145#pullrequestreview-2642070334
This commit is contained in:
parent
7b2d65ad33
commit
0c78d4095a
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ var migrations = []Migration{
|
|||
New("support password resetting", supportPassReset), // V13 -> V14
|
||||
New("speed up blog post retrieval", addPostRetrievalIndex), // V14 -> V15
|
||||
New("support ActivityPub likes", supportRemoteLikes), // V15 -> V16 (v0.16.0)
|
||||
New("posts.content column size", increasePostContentSize), // V16 -> V17
|
||||
}
|
||||
|
||||
// CurrentVer returns the current migration version the application is on
|
||||
|
|
Loading…
Add table
Reference in a new issue