(refs #343)Add drop COMMIT_LOG table statement in migration for 1.13

This commit is contained in:
takezoe
2014-04-11 07:40:07 +09:00
parent 7b7c0e1eee
commit d7eef8bd25
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
DROP TABLE COMMIT_LOG;

View File

@@ -50,6 +50,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version. * The history of versions. A head of this sequence is the current BitBucket version.
*/ */
val versions = Seq( val versions = Seq(
Version(1, 13),
Version(1, 12), Version(1, 12),
Version(1, 11), Version(1, 11),
Version(1, 10), Version(1, 10),