Fix bug dot not skip migration when first init

This commit is contained in:
Tomofumi Tanaka
2013-10-03 21:58:38 +09:00
parent 537773f975
commit c39703c61c

View File

@@ -73,7 +73,8 @@ object AutoUpdate {
}, },
Version(1, 2), Version(1, 2),
Version(1, 1), Version(1, 1),
Version(1, 0) Version(1, 0),
Version(0, 0)
) )
/** /**