diff --git a/database/migrations/006_test_leads.sql b/database/migrations/006_test_leads.sql index df557da..7e415af 100644 --- a/database/migrations/006_test_leads.sql +++ b/database/migrations/006_test_leads.sql @@ -1,4 +1,4 @@ --- Test leads - 2026-06-18 +-- Test leads - 2026-06-18 INSERT INTO leads (id, stage_id, assigned_to, company_name, contact_name, email, phone, created_at, updated_at) VALUES ('c0011001-0000-0000-0000-000000000001', 'e0000000-0000-0000-0000-000000000001', '00000000-0000-0000-0000-000000000003', 'Test Company 1', 'Contact 1', 'contact1@test.com', '555-2636', '2025-12-23T22:09:54Z', '2025-12-23T22:09:54Z'), ('c0011001-0000-0000-0000-000000000002', 'e0000000-0000-0000-0000-000000000001', '00000000-0000-0000-0000-000000000003', 'Test Company 2', 'Contact 2', 'contact2@test.com', '555-5691', '2025-12-29T22:09:54Z', '2025-12-29T22:09:54Z'),