[Title] Fixed DB migration bug
authordonghee yang <donghee.yang@samsung.com>
Fri, 19 Apr 2013 10:39:06 +0000 (19:39 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Fri, 19 Apr 2013 10:39:06 +0000 (19:39 +0900)
package/changelog
package/pkginfo.manifest
src/build_server/BuildServerController.rb

index e9e6270e7ee8c7c15ca9095bad3102f816f42351..8297734d4c8db607bd04425b2916b3b27b2b1238 100644 (file)
@@ -1,3 +1,6 @@
+* 2.1.29
+- Fixed a bug that migrating DB does not work
+== donghee yang <donghee.yang@samsung.com> 2013-04-19
 * 2.1.28
 - Fixed a bug that upgrade does not work
 == donghee yang <donghee.yang@samsung.com> 2013-04-19
index a7d09fccc22c5ad2baa97db0ac4d71ed8176f9b7..c6722f867b4ed9af314403fd2d210d9f93cc4c55 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :2.1.28
+Version :2.1.29
 Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
 
 Package : dibs
index 14021c95b8bac6b0c809d4330f27702c8244941c..14fc8e5ab3b38b6b860cf27c660fc9837db2f473 100644 (file)
@@ -140,6 +140,7 @@ class BuildServerController
                server = get_server(id)
 
                if server.has_db? then
+                       migrate_db(server)
                        server.jobmgr.cancel_broken_status
                end