+ {schemaMissing ? "Database setup required" : "Finish workspace setup"} +
++ {schemaMissing + ? "Your Supabase connection works, but the ZernFlow database tables have not been installed yet." + : "Your account is signed in but does not have a workspace. Create one to continue to the dashboard."} +
+ + {schemaMissing ? ( +-
+
- 1.Open the Supabase SQL Editor. +
- 2.Copy all of
supabase/migrations/ALL_MIGRATIONS.sqlfrom this project.
+ - 3.Paste it into a new query and select Run. +
+ Reload this page after the query succeeds. Migration 17 creates a workspace for accounts that already exist. +
+