From b0b182f1e875f86bb9bf5f4ac732bef2111a2111 Mon Sep 17 00:00:00 2001 From: mit-27 Date: Wed, 5 Jun 2024 17:18:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20initial=20sql=20comment=20?= =?UTF-8?q?for=20project=5Fconnectors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/api/scripts/seed.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/api/scripts/seed.sql b/packages/api/scripts/seed.sql index 8d2cc1472..e4de11190 100644 --- a/packages/api/scripts/seed.sql +++ b/packages/api/scripts/seed.sql @@ -10,6 +10,11 @@ INSERT INTO projects (id_project, name, sync_mode, id_user) VALUES ('4c641a21-a7f8-4ffe-b7e8-e7d32db87557', 'Project 2', 'pool', '0ce39030-2901-4c56-8db0-5e326182ec6b'), ('2b198012-c79c-4bb6-971e-9635830e8c15', 'Project 3', 'pool', '0ce39030-2901-4c56-8db0-5e326182ec6b'); +INSERT INTO project_connectors (id_project_connector,id_project,crm_hubspot,crm_zoho,crm_zendesk,crm_pipedrive,crm_attio,tcg_zendesk,tcg_gorgias,tcg_front,tcg_jira,tcg_gitlab) VALUES + ('1709da40-17f7-4d3a-93a0-96dc5da6ddd7','1e468c15-aa57-4448-aa2b-7fed640d1e3d',TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE), + ('852dfff8-ab63-4530-ae49-e4b2924407f8','4c641a21-a7f8-4ffe-b7e8-e7d32db87557',TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE), + ('aed0f856-f802-4a79-8640-66d441581a99','2b198012-c79c-4bb6-971e-9635830e8c15',TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE); + -- DO $$ -- DECLARE --org_id UUID;