Chandler Copeland
baa1c785a5
feat(09-01): add property_address column to clients — schema, migration, server actions
- Add propertyAddress: text("property_address") nullable column to clients pgTable
- Generate migration drizzle/0007_equal_nekra.sql: ALTER TABLE "clients" ADD COLUMN "property_address" text
- Apply migration successfully to local postgres database
- Extend clientSchema Zod schema with propertyAddress: z.string().optional()
- createClient: persist propertyAddress || null to coerce empty string to NULL
- updateClient: persist propertyAddress || null alongside name, email, updatedAt
2026-03-21 12:13:55 -06:00
..
2026-03-21 12:13:55 -06:00
2026-03-19 13:30:52 -06:00
2026-03-19 16:17:26 -06:00
2026-03-19 21:32:30 -06:00
2026-03-19 23:53:12 -06:00
2026-03-20 00:21:34 -06:00
2026-03-20 11:24:02 -06:00
2026-03-21 11:48:22 -06:00
2026-03-21 12:13:55 -06:00