Files
red/teressa-copeland-homes/drizzle/meta/_journal.json
Chandler Copeland f8f8b8f4ba feat(03-01): add clients and documents tables to Drizzle schema
- Add pgEnum import and documentStatusEnum (Draft, Sent, Viewed, Signed)
- Add clients table (id, name, email, createdAt, updatedAt)
- Add documents table (id, name, clientId FK, status enum, sentAt, createdAt)
- Generate migration 0001_watery_blindfold.sql and apply to local PostgreSQL
2026-03-19 16:17:26 -06:00

20 lines
353 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1773948629637,
"tag": "0000_milky_black_cat",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1773958608977,
"tag": "0001_watery_blindfold",
"breakpoints": true
}
]
}