538 B
538 B
Database Query Order
This file is the canonical order of SQL files for database setup and migration.
| Order | SQL file | Documentation | Status |
|---|---|---|---|
| 0001 | supabase/schema.sql |
docs/database/0001-initial-schema.md |
Baseline registered |
How To Add The Next Query
- Create a new SQL file under
supabase/migrations/. - Use the next order number.
- Add a documentation file under
docs/database/. - Register both files in this table.
- After running the SQL, add an entry to
query-log.md.