feat: add core database schema and demo seed data for Freelancer OS MVP
This commit is contained in:
@@ -17,5 +17,16 @@ Future schema changes should be added under:
|
||||
supabase/migrations/
|
||||
```
|
||||
|
||||
Optional local/demo data should be added under:
|
||||
|
||||
```text
|
||||
supabase/seeds/
|
||||
```
|
||||
|
||||
Do not overwrite already executed SQL without also creating a new ordered migration and documenting why.
|
||||
|
||||
## Current Ordered SQL
|
||||
|
||||
1. `schema.sql`
|
||||
2. `migrations/0002_add_freelancer_os_core_tables.sql`
|
||||
3. Optional: `seeds/0001_demo_freelancer_os_data.sql`
|
||||
|
||||
Reference in New Issue
Block a user