forked from openlp/openlp
Add options back in again
This commit is contained in:
parent
c77cbb0aa1
commit
ec81608fe0
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user