21 lines
2.0 KiB
SQL
21 lines
2.0 KiB
SQL
INSERT INTO `client_onboarding_progress` (`name`, `stage_id`, `status`, `priority`, `client_id`, `created_at`, `updated_at`)
|
|
VALUES
|
|
('Determine Agreement (Bilateral/Unilateral)', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
|
|
('Agreement Sharing from Click', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
|
|
('Agreement Sharing from Partner', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
|
|
('Agreement Signed by Click', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
|
|
('Agreement Signed by Partner', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
|
|
('Agreement Fully executed', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
|
|
('Share Forms from Click/Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
|
|
('Intergration Initaited by Click/Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
|
|
('Integration troubleshooting by Click', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
|
|
('Integration troubleshooting by Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
|
|
('Integration complete', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
|
|
('Test in progress by Click', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
|
|
('Test in progress by Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
|
|
('Rate Card Sharing by Click', 4, 'COMPLETED', 1, 15, '2024-02-01 14:25:43', '2024-02-01 14:25:43'),
|
|
('Rate Card Sharing by Partner', 4, 'COMPLETED', 1, 15, '2024-02-01 14:25:43', '2024-02-01 14:25:43'),
|
|
('Rates Uploaded by Click', 5, 'COMPLETED', 1, 15, '2024-02-01 14:25:48', '2024-02-01 14:25:48'),
|
|
('Tests Completed by Click', 3, 'COMPLETED', 1, 15, '2024-02-01 14:25:53', '2024-02-01 14:25:53'),
|
|
('Tests Completed by Partner', 3, 'COMPLETED', 1, 15, '2024-02-01 14:25:53', '2024-02-01 14:25:53');
|