Files
famapp/drizzle/meta/_journal.json
T
ginnoir 2fd0677c5f feat: add garden module infrastructure (task 70)
- Add MinIO service to compose.yaml with named volume
- Add generic /api/uploads POST+GET route with auth, 5 MB, image/* guards
- Add src/lib/minio.ts singleton client with ensureBucket helper
- Add garden Drizzle schema: containers, plants, care_logs, care_schedules, species_cache
- Register garden module in src/modules/index.ts and src/lib/db.ts
- Apply migration 0015_garden_schema.sql
- Add MINIO_* and PERENUAL_API_KEY to .env.example
- Add task briefs 70-75 for the full garden feature arc
- Add uploads.spec.ts E2E test (RED → GREEN on route auth guard)
2026-06-01 19:23:19 -05:00

118 lines
2.3 KiB
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1778048377946,
"tag": "0000_silent_magma",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1746533400000,
"tag": "0001_auth_tables",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1778053473887,
"tag": "0002_naive_starbolt",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1778054818403,
"tag": "0003_rainy_ravenous",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1778055440944,
"tag": "0004_opposite_wraith",
"breakpoints": true
},
{
"idx": 5,
"version": "7",
"when": 1778056000000,
"tag": "0005_auth_schema_repair",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1778057808712,
"tag": "0006_new_hannibal_king",
"breakpoints": true
},
{
"idx": 7,
"version": "7",
"when": 1778093344354,
"tag": "0007_uneven_living_lightning",
"breakpoints": true
},
{
"idx": 8,
"version": "7",
"when": 1778120000000,
"tag": "0008_activity_log",
"breakpoints": true
},
{
"idx": 9,
"version": "7",
"when": 1778200000000,
"tag": "0009_share_links",
"breakpoints": true
},
{
"idx": 10,
"version": "7",
"when": 1778260000000,
"tag": "0010_nullable_actor_id",
"breakpoints": true
},
{
"idx": 11,
"version": "7",
"when": 1778300000000,
"tag": "0011_completion_visibility",
"breakpoints": true
},
{
"idx": 12,
"version": "7",
"when": 1778350000000,
"tag": "0012_dashboards",
"breakpoints": true
},
{
"idx": 13,
"version": "7",
"when": 1778400000000,
"tag": "0013_push_notify_reminders",
"breakpoints": true
},
{
"idx": 14,
"version": "7",
"when": 1778600000000,
"tag": "0014_paper_ink_theme",
"breakpoints": true
},
{
"idx": 15,
"version": "7",
"when": 1748736000000,
"tag": "0015_garden_schema",
"breakpoints": true
}
]
}