update migration version to 3.9 from 3.8

This commit is contained in:
nazoking
2015-11-06 14:52:36 +09:00
parent 66b5fe7337
commit 548860607b
2 changed files with 1 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version.
*/
val versions = Seq(
new Version(3, 9),
new Version(3, 8),
new Version(3, 7) with SystemSettingsService {
override def update(conn: Connection, cl: ClassLoader): Unit = {