From f0d38cf8ec0075e660be536c0358c7fd958997be Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 23 Mar 2015 21:32:26 +0900 Subject: [PATCH] Update auto_update.md --- doc/auto_update.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/auto_update.md b/doc/auto_update.md index fcce3e055..f5c80b77e 100644 --- a/doc/auto_update.md +++ b/doc/auto_update.md @@ -1,3 +1,5 @@ +# Automatic Schema Updating + GitBucket uses H2 database to manage project and account data. GitBucket updates database schema automatically in the first run after the upgrading. To release a new version of GitBucket, add the version definition to the [servlet.AutoUpdate](https://github.com/takezoe/gitbucket/blob/master/src/main/scala/servlet/AutoUpdateListener.scala) at first.