docs: add database documentation, migration registry, and setup guard for first admin registration

This commit is contained in:
poyrazavsever
2026-06-09 20:32:57 +03:00
parent 8b51eb64cd
commit 1ad2c6b89c
8 changed files with 380 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Database Query Log
This file records SQL files that were executed against a database environment.
Do not mark a query as executed unless it was actually run.
| Date | Environment | Order | SQL file | Runner | Result | Notes |
| --- | --- | --- | --- | --- | --- | --- |
| Not recorded | Unknown existing environment | 0001 | `supabase/schema.sql` | Unknown | Assumed existing baseline | File existed before this query log was introduced. Confirm manually before rerunning. |