Skip to content

Commit

Permalink
fixup! fixup! clean up orphaned blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Feb 16, 2024
1 parent fb8737c commit d780a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/02_add_archive_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
),
)
)
print(statement.compile(engine=engine, compile_kwargs={"literal_binds": True}))
print(statement.compile(dialect=engine.dialect, compile_kwargs={"literal_binds": True}))
sys.exit(0)

in_bucket = {summary.key: summary.size for summary in bucket.objects.all()}
Expand Down

0 comments on commit d780a5e

Please sign in to comment.