make-indexes on tile_gen

This commit is contained in:
Zsolt Ero
2024-08-29 16:02:12 +02:00
parent 64475f2d18
commit 3079a59434
5 changed files with 20 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ def make_indexes():
Make indexes for all buckets
"""
for bucket in ['ofm-btrfs']:
for bucket in ['ofm-btrfs', 'ofm-assets']:
make_indexes_for_bucket(bucket)