Add options back in again

This commit is contained in:
Tim Bentley 2009-06-24 07:11:04 +01:00
parent c77cbb0aa1
commit ec81608fe0
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ class MigrateSongs():
def v_1_9_0(self, database):
self.display.output(u'Migration 1.9.0 Started for ' + database)
#self._v1_9_0_old(database)
#self._v1_9_0_new(database)
self._v1_9_0_old(database)
self._v1_9_0_new(database)
self._v1_9_0_cleanup(database)
self.display.output(u'Migration 1.9.0 Finished for ' + database)