Nicholai a0afbf3d70
fix(seed): set organization_id on all seed data (#94)
Customers, vendors, and projects were inserted without
organization_id, making them invisible to org-scoped queries
after multi-tenancy was added. All seed rows now belong to
org-1 (Open Range Construction).

Includes UPDATE statements at the bottom so re-running the
seed fixes existing orphaned rows.

Co-authored-by: Nicholai <nicholaivogelfilms@gmail.com>
2026-02-15 23:02:35 -07:00
..