mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
cleanrup
This commit is contained in:
@@ -41,5 +41,5 @@ def apply_migrations():
|
||||
log.info("Running new migration: %s", m.name)
|
||||
m.migrate()
|
||||
|
||||
# update migration version
|
||||
# bump migration version
|
||||
MigrationManager.set_version(len(migrations))
|
||||
|
||||
@@ -110,6 +110,7 @@ class AddSettingsToPlaylistTable:
|
||||
# (my first coroutine)
|
||||
pipeline = insert_playlist()
|
||||
transform_playlists(pipeline, playlists)
|
||||
pipeline.close()
|
||||
|
||||
cur.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user