소스 검색

Update versions in migrations.go

pull/299/head
Matt Baer 4 년 전
부모
커밋
e51e58386e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      migrations/migrations.go

+ 2
- 2
migrations/migrations.go 파일 보기

@@ -61,8 +61,8 @@ var migrations = []Migration{
New("support users suspension", supportUserStatus), // V2 -> V3 (v0.11.0)
New("support oauth", oauth), // V3 -> V4
New("support slack oauth", oauthSlack), // V4 -> v5
New("support ActivityPub mentions", supportActivityPubMentions), // V5 -> V6 (v0.12.0)
New("support oauth attach", oauthAttach), // V6 -> V7
New("support ActivityPub mentions", supportActivityPubMentions), // V5 -> V6
New("support oauth attach", oauthAttach), // V6 -> V7 (v0.12.0)
}

// CurrentVer returns the current migration version the application is on


불러오는 중...
취소
저장