This commit is contained in:
mungai-njoroge
2023-07-29 07:00:31 +03:00
parent 93de3d2f0c
commit 50aa971972
6 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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))
+1
View File
@@ -110,6 +110,7 @@ class AddSettingsToPlaylistTable:
# (my first coroutine)
pipeline = insert_playlist()
transform_playlists(pipeline, playlists)
pipeline.close()
cur.close()