Wildlight Athletics · Supabase setup

Load the database, one step at a time

Open your Supabase project → SQL EditorNew query. For each step below: click Copy, paste into the editor, click Run, wait for success, then come back for the next step. Run them in order — each one builds on the last.

STEP {{ s.n }}

{{ s.title }}

{{ s.desc }}

{{ s.preview }}

Each step is idempotent — safe to re-run if you're not sure it finished. If a step errors, it's almost always because an earlier step wasn't run yet.