freightdesk/supabase/migrations
FreightDesk 5e10afebf1 [OWL] Security fixes: remove hardcoded password, add setup form, soft-delete migration
- Replace hardcoded admin123 with user-defined password via /setup form
- Add proper GET/POST /setup routes
- Create setup.ejs view with password validation (min 6 chars)
- Add migration 003: soft-delete columns (deleted_at) on loads/payments/shippers/vehicles
- Add load_count column to shippers
- requireRole middleware already present in auth.js
2026-06-07 19:34:22 +00:00
..
001_initial_schema.sql Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
002_seed_data.sql Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
003_soft_delete.sql [OWL] Security fixes: remove hardcoded password, add setup form, soft-delete migration 2026-06-07 19:34:22 +00:00