Commit Graph

19 Commits

Author SHA1 Message Date
drew 1b478cd7ba seperated out start and end date and time into seprate date and time fields 2026-07-25 15:59:46 -05:00
drew 5517924259 Fix duplicate changedOrderToJob migration blocking build
Two divergent copies of this branch each independently regenerated an
EF migration named changedOrderToJob, and merging both left two files
with the same C# class name (compile error) plus an orphaned
fixedOrderCustomerID migration referencing the already-renamed orders
table. Removed the dead/unapplied migrations, committed the two
migrations already live on the shared dev DB, and added
FixJobsCustomerIdType to bring jobs.customer_id in line with the model
(text -> integer) using an explicit USING cast.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 15:45:09 -05:00
drew 33f59fd7f8 fixed customer id type 2026-07-23 14:20:14 -05:00
drew 8b0a90d2e5 changed order to job 2026-07-19 15:41:47 -05:00
drew cf38713f92 migration! 2026-07-15 21:06:50 -05:00
drew 3c707744fc made phone optional in customers model 2026-07-15 20:26:25 -05:00
drew 92788701d4 db migration 2026-07-15 19:41:54 -05:00
drew f77f9fb9ea added unique check for barcode 2026-06-10 20:03:07 -05:00
drew afecdefb8d added weight field 2025-05-04 14:35:12 -05:00
drew faa8f13a42 backed end add 2025-02-03 10:06:11 -06:00
drew a7458e1419 fixed things 2025-01-24 10:58:16 -06:00
drew f1bad20522 forgot migrations 2025-01-24 09:07:28 -06:00
drew b7aa576727 broke and fixed db at the same time 2025-01-24 09:06:32 -06:00
drew 64ec597a1c more status 2025-01-23 18:52:25 -06:00
drew 58e19bd32a created item status db 2025-01-23 13:02:54 -06:00
drew b41e078595 Migrations! 2025-01-21 19:46:54 -06:00
drew 364c7d83e2 Switch to PostgreSQL and update database configuration 2025-01-21 19:41:18 -06:00
drew f67d00c921 changed structure 2025-01-09 13:23:49 -06:00
drew f942c30b49 added a bunch of shit 2025-01-08 19:04:35 -06:00