Skip to content

Commit

Permalink
run the script
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Oct 7, 2024
1 parent 4e58cbb commit 5326f87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bases/renku_data_services/background_jobs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
bootstrap_user_namespaces,
fix_mismatched_project_namespace_ids,
migrate_groups_make_all_public,
migrate_storages_v2_to_data_connectors,
migrate_user_namespaces_make_all_public,
)
from renku_data_services.migrations.core import run_migrations_for_app
Expand All @@ -28,6 +29,7 @@ async def short_period_sync() -> None:
await fix_mismatched_project_namespace_ids(config)
await migrate_groups_make_all_public(config)
await migrate_user_namespaces_make_all_public(config)
await migrate_storages_v2_to_data_connectors(config)


async def long_period_sync() -> None:
Expand Down

0 comments on commit 5326f87

Please sign in to comment.