Update auto_update.md

This commit is contained in:
Naoki Takezoe
2015-03-23 21:32:26 +09:00
parent 2723580e17
commit f0d38cf8ec

View File

@@ -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.