(refs #8)Add DDL to add new table and columns for group management.

This commit is contained in:
takezoe
2013-07-22 17:15:12 +09:00
parent 6fd1a990ae
commit 1682eb3915
2 changed files with 12 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version.
*/
val versions = Seq(
Version(1, 4),
new Version(1, 3){
override def update(conn: Connection): Unit = {
super.update(conn)
@@ -128,6 +129,7 @@ class AutoUpdateListener extends org.h2.server.web.DbStarter {
} catch {
case ex: Throwable => {
logger.error("Failed to schema update", ex)
ex.printStackTrace()
conn.rollback()
}
}