mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 19:45:57 +01:00
Update document
This commit is contained in:
@@ -20,13 +20,13 @@ val JettyVersion = "9.3.6.v20151106"
|
|||||||
|
|
||||||
```scala
|
```scala
|
||||||
object GitBucketCoreModule extends Module("gitbucket-core",
|
object GitBucketCoreModule extends Module("gitbucket-core",
|
||||||
// add new version definition
|
|
||||||
new Version("4.1.0",
|
|
||||||
new LiquibaseMigration("update/gitbucket-core_4.1.xml")
|
|
||||||
),
|
|
||||||
new Version("4.0.0",
|
new Version("4.0.0",
|
||||||
new LiquibaseMigration("update/gitbucket-core_4.0.xml"),
|
new LiquibaseMigration("update/gitbucket-core_4.0.xml"),
|
||||||
new SqlMigration("update/gitbucket-core_4.0.sql")
|
new SqlMigration("update/gitbucket-core_4.0.sql")
|
||||||
|
),
|
||||||
|
// add new version definition
|
||||||
|
new Version("4.1.0",
|
||||||
|
new LiquibaseMigration("update/gitbucket-core_4.1.xml")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user