Merge pull request #1216 from ffrankan/feature/fix-supabase-navigation

git commit -m "feat(setup.py): improve setup wizard accuracy"
This commit is contained in:
Marko Kraemer 2025-08-06 21:50:12 +02:00 committed by GitHub
commit 7553271783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1284,7 +1284,7 @@ class SetupWizard:
print_warning("IMPORTANT: You must manually expose the 'basejump' schema.")
print_info(
"In your Supabase dashboard, go to: Project Settings -> API -> Exposed schemas"
"In your Supabase dashboard, go to: Project Settings -> Data API -> Exposed schemas"
)
print_info("Ensure 'basejump' is checked, then save.")
input("Press Enter once you've completed this step...")