Skip to content

How To Make A User As Copilot

skyhit edited this page May 8, 2017 · 1 revision
database tcs_catalog;
INSERT INTO copilot_profile(copilot_profile_id, user_id, copilot_profile_status_id, suspension_count, reliability, activation_date, show_copilot_earnings, create_user, create_date, update_user, update_date, is_software_copilot, is_studio_copilot) VALUES (1, 124916, 1, 0, 1, current, 'f', '132456', current, '132456', current, 't', 't');
INSERT INTO copilot_profile(copilot_profile_id, user_id, copilot_profile_status_id, suspension_count, reliability, activation_date, show_copilot_earnings, create_user, create_date, update_user, update_date, is_software_copilot, is_studio_copilot) VALUES (2, 124764, 1, 0, 1, current, 'f', '132456', current, '132456', current, 't', 't');
INSERT INTO copilot_profile(copilot_profile_id, user_id, copilot_profile_status_id, suspension_count, reliability, activation_date, show_copilot_earnings, create_user, create_date, update_user, update_date, is_software_copilot, is_studio_copilot) VALUES (3, 132458, 1, 0, 1, current, 'f', '132456', current, '132456', current, 't', 't');
Clone this wiki locally