From 5cab49ac821aaaf2529e6535d4e9f22294848579 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Tue, 28 Jul 2026 02:15:37 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20raw=20inbox=20=E2=80=94=20provider-agno?= =?UTF-8?q?stic=20raw=5Fmessages=20staging=20with=20triage=20+=20promotion?= =?UTF-8?q?=20lineage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .agents/skills/cli-default/SKILL.md | 6 +- .../references/raw-message-attachment.md | 68 + .../cli-default/references/raw-message.md | 68 + .agents/skills/orm-default/SKILL.md | 6 +- .../references/raw-message-attachment.md | 34 + .../orm-default/references/raw-message.md | 34 + README.md | 9 +- .../deploy/migrate/database.sql | 2 +- .../deploy/migrate/default_privilege.sql | 24 +- .../deploy/migrate/embedding_chunks.sql | 6 +- .../deploy/migrate/field.sql | 1522 +++++++++-------- .../deploy/migrate/foreign_key_constraint.sql | 234 +-- .../deploy/migrate/full_text_search.sql | 16 +- .../deploy/migrate/index.sql | 659 +++---- .../deploy/migrate/primary_key_constraint.sql | 118 +- .../deploy/migrate/schema.sql | 4 +- .../deploy/migrate/schema_grant.sql | 12 +- .../deploy/migrate/spatial_relation.sql | 10 +- .../deploy/migrate/table.sql | 192 ++- .../deploy/migrate/trigger.sql | 376 ++-- .../deploy/migrate/trigger_function.sql | 226 +-- packages/agentic-db/agentic-db.control | 2 +- .../columns/content_type/column.sql | 10 + .../created_at/alterations/alt0000000001.sql | 11 + .../created_at/alterations/alt0000000002.sql | 11 + .../created_at/alterations/alt0000000003.sql | 9 + .../columns/created_at/column.sql | 10 + .../columns/filename/column.sql | 10 + .../columns/id/alterations/alt0000000001.sql | 11 + .../columns/id/alterations/alt0000000002.sql | 11 + .../columns/id/column.sql | 10 + .../columns/provider_attachment_id/column.sql | 10 + .../alterations/alt0000000001.sql | 11 + .../columns/raw_message_id/column.sql | 10 + .../columns/size_bytes/column.sql | 10 + .../columns/storage_url/column.sql | 10 + .../updated_at/alterations/alt0000000001.sql | 11 + .../updated_at/alterations/alt0000000002.sql | 11 + .../updated_at/alterations/alt0000000003.sql | 9 + .../columns/updated_at/column.sql | 10 + .../constraint.sql | 10 + .../constraint.sql | 14 + ...message_attachments_raw_message_id_idx.sql | 10 + .../tables/raw_message_attachments/table.sql | 8 + .../raw_messages/columns/body_text/column.sql | 10 + .../created_at/alterations/alt0000000001.sql | 11 + .../created_at/alterations/alt0000000002.sql | 11 + .../created_at/alterations/alt0000000003.sql | 9 + .../columns/created_at/column.sql | 10 + .../columns/external_id/column.sql | 10 + .../columns/external_thread_id/column.sql | 10 + .../columns/id/alterations/alt0000000001.sql | 11 + .../columns/id/alterations/alt0000000002.sql | 11 + .../tables/raw_messages/columns/id/column.sql | 10 + .../columns/ingested_at/column.sql | 10 + .../raw_messages/columns/labels/column.sql | 10 + .../promoted_conversation_id/column.sql | 10 + .../columns/promoted_email_id/column.sql | 10 + .../provider/alterations/alt0000000001.sql | 11 + .../raw_messages/columns/provider/column.sql | 10 + .../raw_messages/columns/raw_data/column.sql | 10 + .../columns/recipients/column.sql | 10 + .../columns/sender_contact_id/column.sql | 10 + .../columns/sender_display_name/column.sql | 10 + .../columns/sender_handle/column.sql | 10 + .../raw_messages/columns/sent_at/column.sql | 10 + .../raw_messages/columns/subject/column.sql | 10 + .../columns/triage_notes/column.sql | 10 + .../columns/triage_score/column.sql | 10 + .../columns/triage_status/column.sql | 10 + .../updated_at/alterations/alt0000000001.sql | 11 + .../updated_at/alterations/alt0000000002.sql | 11 + .../updated_at/alterations/alt0000000003.sql | 9 + .../columns/updated_at/column.sql | 10 + .../raw_messages_pkey/constraint.sql | 10 + .../constraint.sql | 14 + .../constraint.sql | 14 + .../constraint.sql | 14 + .../indexes/raw_messages_external_id_idx.sql | 10 + .../raw_messages_external_thread_id_idx.sql | 10 + ..._messages_promoted_conversation_id_idx.sql | 10 + .../raw_messages_promoted_email_id_idx.sql | 10 + .../indexes/raw_messages_provider_idx.sql | 10 + .../raw_messages_sender_contact_id_idx.sql | 10 + .../indexes/raw_messages_sent_at_idx.sql | 10 + .../raw_messages_triage_status_idx.sql | 10 + .../tables/raw_messages/table.sql | 8 + packages/agentic-db/pgpm.plan | 65 + .../columns/content_type/column.sql | 7 + .../created_at/alterations/alt0000000001.sql | 7 + .../created_at/alterations/alt0000000002.sql | 7 + .../created_at/alterations/alt0000000003.sql | 6 + .../columns/created_at/column.sql | 7 + .../columns/filename/column.sql | 7 + .../columns/id/alterations/alt0000000001.sql | 7 + .../columns/id/alterations/alt0000000002.sql | 7 + .../columns/id/column.sql | 7 + .../columns/provider_attachment_id/column.sql | 7 + .../alterations/alt0000000001.sql | 7 + .../columns/raw_message_id/column.sql | 7 + .../columns/size_bytes/column.sql | 7 + .../columns/storage_url/column.sql | 7 + .../updated_at/alterations/alt0000000001.sql | 7 + .../updated_at/alterations/alt0000000002.sql | 7 + .../updated_at/alterations/alt0000000003.sql | 6 + .../columns/updated_at/column.sql | 7 + .../constraint.sql | 7 + .../constraint.sql | 7 + ...message_attachments_raw_message_id_idx.sql | 6 + .../tables/raw_message_attachments/table.sql | 6 + .../raw_messages/columns/body_text/column.sql | 7 + .../created_at/alterations/alt0000000001.sql | 7 + .../created_at/alterations/alt0000000002.sql | 7 + .../created_at/alterations/alt0000000003.sql | 6 + .../columns/created_at/column.sql | 7 + .../columns/external_id/column.sql | 7 + .../columns/external_thread_id/column.sql | 7 + .../columns/id/alterations/alt0000000001.sql | 7 + .../columns/id/alterations/alt0000000002.sql | 7 + .../tables/raw_messages/columns/id/column.sql | 7 + .../columns/ingested_at/column.sql | 7 + .../raw_messages/columns/labels/column.sql | 7 + .../promoted_conversation_id/column.sql | 7 + .../columns/promoted_email_id/column.sql | 7 + .../provider/alterations/alt0000000001.sql | 7 + .../raw_messages/columns/provider/column.sql | 7 + .../raw_messages/columns/raw_data/column.sql | 7 + .../columns/recipients/column.sql | 7 + .../columns/sender_contact_id/column.sql | 7 + .../columns/sender_display_name/column.sql | 7 + .../columns/sender_handle/column.sql | 7 + .../raw_messages/columns/sent_at/column.sql | 7 + .../raw_messages/columns/subject/column.sql | 7 + .../columns/triage_notes/column.sql | 7 + .../columns/triage_score/column.sql | 7 + .../columns/triage_status/column.sql | 7 + .../updated_at/alterations/alt0000000001.sql | 7 + .../updated_at/alterations/alt0000000002.sql | 7 + .../updated_at/alterations/alt0000000003.sql | 6 + .../columns/updated_at/column.sql | 7 + .../raw_messages_pkey/constraint.sql | 7 + .../constraint.sql | 7 + .../constraint.sql | 7 + .../constraint.sql | 7 + .../indexes/raw_messages_external_id_idx.sql | 6 + .../raw_messages_external_thread_id_idx.sql | 6 + ..._messages_promoted_conversation_id_idx.sql | 6 + .../raw_messages_promoted_email_id_idx.sql | 6 + .../indexes/raw_messages_provider_idx.sql | 6 + .../raw_messages_sender_contact_id_idx.sql | 6 + .../indexes/raw_messages_sent_at_idx.sql | 6 + .../raw_messages_triage_status_idx.sql | 6 + .../tables/raw_messages/table.sql | 6 + .../columns/content_type/column.sql | 6 + .../created_at/alterations/alt0000000001.sql | 6 + .../created_at/alterations/alt0000000002.sql | 6 + .../created_at/alterations/alt0000000003.sql | 6 + .../columns/created_at/column.sql | 6 + .../columns/filename/column.sql | 6 + .../columns/id/alterations/alt0000000001.sql | 6 + .../columns/id/alterations/alt0000000002.sql | 6 + .../columns/id/column.sql | 6 + .../columns/provider_attachment_id/column.sql | 6 + .../alterations/alt0000000001.sql | 6 + .../columns/raw_message_id/column.sql | 6 + .../columns/size_bytes/column.sql | 6 + .../columns/storage_url/column.sql | 6 + .../updated_at/alterations/alt0000000001.sql | 6 + .../updated_at/alterations/alt0000000002.sql | 6 + .../updated_at/alterations/alt0000000003.sql | 6 + .../columns/updated_at/column.sql | 6 + .../constraint.sql | 6 + .../constraint.sql | 6 + ...message_attachments_raw_message_id_idx.sql | 6 + .../tables/raw_message_attachments/table.sql | 6 + .../raw_messages/columns/body_text/column.sql | 6 + .../created_at/alterations/alt0000000001.sql | 6 + .../created_at/alterations/alt0000000002.sql | 6 + .../created_at/alterations/alt0000000003.sql | 6 + .../columns/created_at/column.sql | 6 + .../columns/external_id/column.sql | 6 + .../columns/external_thread_id/column.sql | 6 + .../columns/id/alterations/alt0000000001.sql | 6 + .../columns/id/alterations/alt0000000002.sql | 6 + .../tables/raw_messages/columns/id/column.sql | 6 + .../columns/ingested_at/column.sql | 6 + .../raw_messages/columns/labels/column.sql | 6 + .../promoted_conversation_id/column.sql | 6 + .../columns/promoted_email_id/column.sql | 6 + .../provider/alterations/alt0000000001.sql | 6 + .../raw_messages/columns/provider/column.sql | 6 + .../raw_messages/columns/raw_data/column.sql | 6 + .../columns/recipients/column.sql | 6 + .../columns/sender_contact_id/column.sql | 6 + .../columns/sender_display_name/column.sql | 6 + .../columns/sender_handle/column.sql | 6 + .../raw_messages/columns/sent_at/column.sql | 6 + .../raw_messages/columns/subject/column.sql | 6 + .../columns/triage_notes/column.sql | 6 + .../columns/triage_score/column.sql | 6 + .../columns/triage_status/column.sql | 6 + .../updated_at/alterations/alt0000000001.sql | 6 + .../updated_at/alterations/alt0000000002.sql | 6 + .../updated_at/alterations/alt0000000003.sql | 6 + .../columns/updated_at/column.sql | 6 + .../raw_messages_pkey/constraint.sql | 6 + .../constraint.sql | 6 + .../constraint.sql | 6 + .../constraint.sql | 6 + .../indexes/raw_messages_external_id_idx.sql | 6 + .../raw_messages_external_thread_id_idx.sql | 6 + ..._messages_promoted_conversation_id_idx.sql | 6 + .../raw_messages_promoted_email_id_idx.sql | 6 + .../indexes/raw_messages_provider_idx.sql | 6 + .../raw_messages_sender_contact_id_idx.sql | 6 + .../indexes/raw_messages_sent_at_idx.sql | 6 + .../raw_messages_triage_status_idx.sql | 6 + .../tables/raw_messages/table.sql | 6 + packages/provision/src/provision.ts | 1 + packages/provision/src/schemas/inbox.ts | 123 ++ sdk/cli/generated/README.md | 2 +- sdk/cli/generated/cli/AGENTS.md | 4 +- sdk/cli/generated/cli/README.md | 74 + sdk/cli/generated/cli/commands.ts | 6 +- .../cli/commands/raw-message-attachment.ts | 381 +++++ sdk/cli/generated/cli/commands/raw-message.ts | 634 +++++++ sdk/cli/generated/orm/AGENTS.md | 4 +- sdk/cli/generated/orm/README.md | 88 + sdk/cli/generated/orm/index.ts | 4 + sdk/cli/generated/orm/input-types.ts | 891 +++++++++- sdk/cli/generated/orm/models/index.ts | 2 + sdk/cli/generated/orm/models/rawMessage.ts | 245 +++ .../orm/models/rawMessageAttachment.ts | 247 +++ sdk/schemas/agentic-db.graphql | 772 ++++++++- sdk/sdk/src/generated/README.md | 2 +- sdk/sdk/src/generated/orm/AGENTS.md | 4 +- sdk/sdk/src/generated/orm/README.md | 88 + sdk/sdk/src/generated/orm/index.ts | 4 + sdk/sdk/src/generated/orm/input-types.ts | 891 +++++++++- sdk/sdk/src/generated/orm/models/index.ts | 2 + .../src/generated/orm/models/rawMessage.ts | 245 +++ .../orm/models/rawMessageAttachment.ts | 247 +++ 242 files changed, 8288 insertions(+), 1868 deletions(-) create mode 100644 .agents/skills/cli-default/references/raw-message-attachment.md create mode 100644 .agents/skills/cli-default/references/raw-message.md create mode 100644 .agents/skills/orm-default/references/raw-message-attachment.md create mode 100644 .agents/skills/orm-default/references/raw-message.md create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql create mode 100644 packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/table.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql create mode 100644 packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/table.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql create mode 100644 packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/table.sql create mode 100644 packages/provision/src/schemas/inbox.ts create mode 100644 sdk/cli/generated/cli/commands/raw-message-attachment.ts create mode 100644 sdk/cli/generated/cli/commands/raw-message.ts create mode 100644 sdk/cli/generated/orm/models/rawMessage.ts create mode 100644 sdk/cli/generated/orm/models/rawMessageAttachment.ts create mode 100644 sdk/sdk/src/generated/orm/models/rawMessage.ts create mode 100644 sdk/sdk/src/generated/orm/models/rawMessageAttachment.ts diff --git a/.agents/skills/cli-default/SKILL.md b/.agents/skills/cli-default/SKILL.md index 435724fe19c..b6b0aa78e93 100644 --- a/.agents/skills/cli-default/SKILL.md +++ b/.agents/skills/cli-default/SKILL.md @@ -1,13 +1,13 @@ --- name: cli-default -description: CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 1 custom operations +description: CLI tool (agentic-db) for the default API — provides CRUD commands for 97 tables and 1 custom operations --- # cli-default -CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 1 custom operations +CLI tool (agentic-db) for the default API — provides CRUD commands for 97 tables and 1 custom operations ## Usage @@ -130,6 +130,8 @@ See the `references/` directory for detailed per-entity API documentation: - [raw-contact-email](references/raw-contact-email.md) - [raw-contact-phone](references/raw-contact-phone.md) - [raw-contact-url](references/raw-contact-url.md) +- [raw-message-attachment](references/raw-message-attachment.md) +- [raw-message](references/raw-message.md) - [rule](references/rule.md) - [runtime-artifact](references/runtime-artifact.md) - [runtime-config](references/runtime-config.md) diff --git a/.agents/skills/cli-default/references/raw-message-attachment.md b/.agents/skills/cli-default/references/raw-message-attachment.md new file mode 100644 index 00000000000..0442f791058 --- /dev/null +++ b/.agents/skills/cli-default/references/raw-message-attachment.md @@ -0,0 +1,68 @@ +# rawMessageAttachment + + + +CRUD operations for RawMessageAttachment records via agentic-db CLI + +## Usage + +```bash +agentic-db raw-message-attachment list +agentic-db raw-message-attachment list --where.. --orderBy +agentic-db raw-message-attachment list --limit 10 --after +agentic-db raw-message-attachment find-first --where.. +agentic-db raw-message-attachment get --id +agentic-db raw-message-attachment create --rawMessageId [--filename ] [--contentType ] [--sizeBytes ] [--storageUrl ] [--providerAttachmentId ] +agentic-db raw-message-attachment update --id [--filename ] [--contentType ] [--sizeBytes ] [--storageUrl ] [--providerAttachmentId ] [--rawMessageId ] +agentic-db raw-message-attachment delete --id +``` + +## Examples + +### List rawMessageAttachment records + +```bash +agentic-db raw-message-attachment list +``` + +### List rawMessageAttachment records with pagination + +```bash +agentic-db raw-message-attachment list --limit 10 --offset 0 +``` + +### List rawMessageAttachment records with cursor pagination + +```bash +agentic-db raw-message-attachment list --limit 10 --after +``` + +### Find first matching rawMessageAttachment + +```bash +agentic-db raw-message-attachment find-first --where.id.equalTo +``` + +### List rawMessageAttachment records with field selection + +```bash +agentic-db raw-message-attachment list --select id,id +``` + +### List rawMessageAttachment records with filtering and ordering + +```bash +agentic-db raw-message-attachment list --where.id.equalTo --orderBy ID_ASC +``` + +### Create a rawMessageAttachment + +```bash +agentic-db raw-message-attachment create --rawMessageId [--filename ] [--contentType ] [--sizeBytes ] [--storageUrl ] [--providerAttachmentId ] +``` + +### Get a rawMessageAttachment by id + +```bash +agentic-db raw-message-attachment get --id +``` diff --git a/.agents/skills/cli-default/references/raw-message.md b/.agents/skills/cli-default/references/raw-message.md new file mode 100644 index 00000000000..afc0925cdfc --- /dev/null +++ b/.agents/skills/cli-default/references/raw-message.md @@ -0,0 +1,68 @@ +# rawMessage + + + +CRUD operations for RawMessage records via agentic-db CLI + +## Usage + +```bash +agentic-db raw-message list +agentic-db raw-message list --where.. --orderBy +agentic-db raw-message list --limit 10 --after +agentic-db raw-message find-first --where.. +agentic-db raw-message get --id +agentic-db raw-message create --provider [--externalId ] [--externalThreadId ] [--senderHandle ] [--senderDisplayName ] [--recipients ] [--subject ] [--bodyText ] [--sentAt ] [--rawData ] [--triageStatus ] [--triageScore ] [--triageNotes ] [--labels ] [--ingestedAt ] [--senderContactId ] [--promotedEmailId ] [--promotedConversationId ] +agentic-db raw-message update --id [--provider ] [--externalId ] [--externalThreadId ] [--senderHandle ] [--senderDisplayName ] [--recipients ] [--subject ] [--bodyText ] [--sentAt ] [--rawData ] [--triageStatus ] [--triageScore ] [--triageNotes ] [--labels ] [--ingestedAt ] [--senderContactId ] [--promotedEmailId ] [--promotedConversationId ] +agentic-db raw-message delete --id +``` + +## Examples + +### List rawMessage records + +```bash +agentic-db raw-message list +``` + +### List rawMessage records with pagination + +```bash +agentic-db raw-message list --limit 10 --offset 0 +``` + +### List rawMessage records with cursor pagination + +```bash +agentic-db raw-message list --limit 10 --after +``` + +### Find first matching rawMessage + +```bash +agentic-db raw-message find-first --where.id.equalTo +``` + +### List rawMessage records with field selection + +```bash +agentic-db raw-message list --select id,id +``` + +### List rawMessage records with filtering and ordering + +```bash +agentic-db raw-message list --where.id.equalTo --orderBy ID_ASC +``` + +### Create a rawMessage + +```bash +agentic-db raw-message create --provider [--externalId ] [--externalThreadId ] [--senderHandle ] [--senderDisplayName ] [--recipients ] [--subject ] [--bodyText ] [--sentAt ] [--rawData ] [--triageStatus ] [--triageScore ] [--triageNotes ] [--labels ] [--ingestedAt ] [--senderContactId ] [--promotedEmailId ] [--promotedConversationId ] +``` + +### Get a rawMessage by id + +```bash +agentic-db raw-message get --id +``` diff --git a/.agents/skills/orm-default/SKILL.md b/.agents/skills/orm-default/SKILL.md index 2c2f14c3b1e..b001e896172 100644 --- a/.agents/skills/orm-default/SKILL.md +++ b/.agents/skills/orm-default/SKILL.md @@ -1,13 +1,13 @@ --- name: orm-default -description: ORM client for the default API — provides typed CRUD operations for 95 tables and 1 custom operations +description: ORM client for the default API — provides typed CRUD operations for 97 tables and 1 custom operations --- # orm-default -ORM client for the default API — provides typed CRUD operations for 95 tables and 1 custom operations +ORM client for the default API — provides typed CRUD operations for 97 tables and 1 custom operations ## Usage @@ -110,6 +110,8 @@ See the `references/` directory for detailed per-entity API documentation: - [raw-contact-email](references/raw-contact-email.md) - [raw-contact-phone](references/raw-contact-phone.md) - [raw-contact-url](references/raw-contact-url.md) +- [raw-message-attachment](references/raw-message-attachment.md) +- [raw-message](references/raw-message.md) - [rule](references/rule.md) - [runtime-artifact](references/runtime-artifact.md) - [runtime-config](references/runtime-config.md) diff --git a/.agents/skills/orm-default/references/raw-message-attachment.md b/.agents/skills/orm-default/references/raw-message-attachment.md new file mode 100644 index 00000000000..fd37b945018 --- /dev/null +++ b/.agents/skills/orm-default/references/raw-message-attachment.md @@ -0,0 +1,34 @@ +# rawMessageAttachment + + + +ORM operations for RawMessageAttachment records + +## Usage + +```typescript +db.rawMessageAttachment.findMany({ select: { id: true } }).execute() +db.rawMessageAttachment.findOne({ id: '', select: { id: true } }).execute() +db.rawMessageAttachment.create({ data: { filename: '', contentType: '', sizeBytes: '', storageUrl: '', providerAttachmentId: '', rawMessageId: '' }, select: { id: true } }).execute() +db.rawMessageAttachment.update({ where: { id: '' }, data: { filename: '' }, select: { id: true } }).execute() +db.rawMessageAttachment.delete({ where: { id: '' } }).execute() +``` + +## Examples + +### List all rawMessageAttachment records + +```typescript +const items = await db.rawMessageAttachment.findMany({ + select: { id: true, filename: true } +}).execute(); +``` + +### Create a rawMessageAttachment + +```typescript +const item = await db.rawMessageAttachment.create({ + data: { filename: '', contentType: '', sizeBytes: '', storageUrl: '', providerAttachmentId: '', rawMessageId: '' }, + select: { id: true } +}).execute(); +``` diff --git a/.agents/skills/orm-default/references/raw-message.md b/.agents/skills/orm-default/references/raw-message.md new file mode 100644 index 00000000000..f55a02858fe --- /dev/null +++ b/.agents/skills/orm-default/references/raw-message.md @@ -0,0 +1,34 @@ +# rawMessage + + + +ORM operations for RawMessage records + +## Usage + +```typescript +db.rawMessage.findMany({ select: { id: true } }).execute() +db.rawMessage.findOne({ id: '', select: { id: true } }).execute() +db.rawMessage.create({ data: { provider: '', externalId: '', externalThreadId: '', senderHandle: '', senderDisplayName: '', recipients: '', subject: '', bodyText: '', sentAt: '', rawData: '', triageStatus: '', triageScore: '', triageNotes: '', labels: '', ingestedAt: '', senderContactId: '', promotedEmailId: '', promotedConversationId: '' }, select: { id: true } }).execute() +db.rawMessage.update({ where: { id: '' }, data: { provider: '' }, select: { id: true } }).execute() +db.rawMessage.delete({ where: { id: '' } }).execute() +``` + +## Examples + +### List all rawMessage records + +```typescript +const items = await db.rawMessage.findMany({ + select: { id: true, provider: true } +}).execute(); +``` + +### Create a rawMessage + +```typescript +const item = await db.rawMessage.create({ + data: { provider: '', externalId: '', externalThreadId: '', senderHandle: '', senderDisplayName: '', recipients: '', subject: '', bodyText: '', sentAt: '', rawData: '', triageStatus: '', triageScore: '', triageNotes: '', labels: '', ingestedAt: '', senderContactId: '', promotedEmailId: '', promotedConversationId: '' }, + select: { id: true } +}).execute(); +``` diff --git a/README.md b/README.md index fa0b8b3be33..386b6d434e2 100644 --- a/README.md +++ b/README.md @@ -156,12 +156,13 @@ It's all in one database, with vector + BM25 + full-text + trigram + PostGIS sea - **Documents / CMS**: `documents` — version-controlled files with `repo_name`, `file_path`, `commit_hash` for Git sync; `title`, `content`, `metadata` (jsonb), `tags`. Chunked embeddings via `documents_chunks` for long-doc RAG. Junction tables: `company_documents`, `project_documents`. - **Email & Calendar**: `email_threads`, `emails`, `email_attachments`, `calendars`, `calendar_events`, `calendar_attendees`, `provider_sync_states` (for Gmail / Google Calendar-style provider sync). - **Staging tables** (`raw_contacts`, `raw_contact_emails`, etc.) for messy import pipelines before normalizing into `contacts`. +- **Raw inbox** (`raw_messages`, `raw_message_attachments`): provider-agnostic ingestion for messages from any network (email, Twitter/X, LinkedIn, Discord, Slack, SMS, …). Rows land untouched (`raw_data` jsonb keeps the full provider payload) with `triage_status = 'pending'` and no embeddings; after triage, keepers get promoted into the curated `emails` / `conversations` tables (which auto-embed), with `promoted_email_id` / `promoted_conversation_id` recording lineage and `sender_contact_id` linking to CRM. - **~27 cross-domain M:N junctions** so your agent can answer "notes about Alice from the partner summit" or "documents linked to this project" without schema gymnastics. ### ⚙️ Platform / DX - **One command to deploy**: `pgpm deploy --createdb --database agentic-db --yes --package agentic-db`. -- **[`@agentic-db/sdk`](sdk/sdk)** — Prisma-like typed ORM generated from the GraphQL schema (covers all 95 tables). +- **[`@agentic-db/sdk`](sdk/sdk)** — Prisma-like typed ORM generated from the GraphQL schema (covers all 97 tables). - **[`@agentic-db/cli`](sdk/cli)** — CRUD + search + admin commands for every table. - **[`@agentic-db/rag`](packages/rag)** — hybrid search, batch embedding, multi-pass Q&A CLI tools. - **[`@agentic-db/worker`](packages/worker)** — background embedding worker. @@ -210,7 +211,7 @@ pgpm init workspace cd my-app && pgpm init && cd packages/my-module pgpm install agentic-db -# Create the database and deploy all 95 tables + indexes + triggers +# Create the database and deploy all 97 tables + indexes + triggers pgpm deploy --createdb --database agentic-db --yes --package agentic-db ``` @@ -392,8 +393,8 @@ This repo ships with [Agent Skills](https://github.com/agent-skills/agent-skills | Skill | Description | |-------|-------------| | `pgpm` | Install and deploy agentic-db using pgpm | -| `cli-default` | CLI command reference for all 95 tables | -| `orm-default` | Type-safe ORM client reference for all 95 tables | +| `cli-default` | CLI command reference for all 97 tables | +| `orm-default` | Type-safe ORM client reference for all 97 tables | | `agent/memories` | Storing and retrieving long-term agent memories | | `agent/tasks` | Managing agent task queues | | `rag-query` | Multi-collection RAG query patterns | diff --git a/packages/agentic-db-services/deploy/migrate/database.sql b/packages/agentic-db-services/deploy/migrate/database.sql index 7c85d29333d..95b3191b671 100644 --- a/packages/agentic-db-services/deploy/migrate/database.sql +++ b/packages/agentic-db-services/deploy/migrate/database.sql @@ -29,7 +29,7 @@ INSERT INTO metaschema_public.database ( hash, platform ) VALUES - ('65a856dc-b301-12f0-d108-9c49d8b99bf0', '019fa4d0-5290-7f74-8009-7c2ae875b510', 'agentic_db_1785176543859', 'agentic-db-1785176543859', 'agentic-db-1785176543859', 'f621015f-b065-5d10-aa78-acceeeac2223', false); + ('019fa679-9064-7be8-b12a-f974608356ce', '019fa679-9030-7788-8e14-ad17b374953d', 'agentic_db_1785204411353', 'agentic-db-1785204411353', 'agentic-db-1785204411353', 'bc2eef59-4241-52fd-97ba-de46d92178fd', false); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/default_privilege.sql b/packages/agentic-db-services/deploy/migrate/default_privilege.sql index 55c5432c600..ec78686a697 100644 --- a/packages/agentic-db-services/deploy/migrate/default_privilege.sql +++ b/packages/agentic-db-services/deploy/migrate/default_privilege.sql @@ -29,18 +29,18 @@ INSERT INTO metaschema_public.default_privilege ( grantee_name, is_grant ) VALUES - ('22bcdd16-28ee-1e83-617f-b5f0f37a2e53', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'functions', 'ALL', 'anonymous', true), - ('22def6b8-99f7-4d20-b5f1-449d2357e11a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'sequences', 'ALL', 'administrator', true), - ('2db25ef8-2308-df0a-d398-566c4dc6554b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'sequences', 'ALL', 'authenticated', true), - ('369c5926-7706-696f-9e37-7904de7a0be8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'functions', 'ALL', 'authenticated', true), - ('5c4d8e93-5053-7562-6dc3-36761d2bff69', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'tables', 'ALL', 'administrator', true), - ('7f586f42-12ac-9a47-fdb0-988d5008be77', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'functions', 'ALL', 'anonymous', true), - ('816e118d-e58a-cf8e-0d85-d934017ea947', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'tables', 'ALL', 'administrator', true), - ('8dc071dc-145e-25c3-438c-0311a808a2cc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'functions', 'ALL', 'administrator', true), - ('a0d65d65-6679-2d74-9e40-ce2b04717e71', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'sequences', 'ALL', 'administrator', true), - ('b4bbe4f0-77af-e87f-f8ea-b4ada572625c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'sequences', 'ALL', 'authenticated', true), - ('b4d83a64-0a89-dabb-3d4c-50bf8f820e23', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'functions', 'ALL', 'administrator', true), - ('c30ee511-d095-b7fd-6efa-01ab428b8299', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'functions', 'ALL', 'authenticated', true); + ('019fa679-90e0-7f00-93bb-5840d9ccade6', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'tables', 'ALL', 'administrator', true), + ('019fa679-90f1-7650-90d3-8de4ee936bd4', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'sequences', 'ALL', 'administrator', true), + ('019fa679-90f9-700b-8e3f-b4d83376a28e', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'functions', 'ALL', 'administrator', true), + ('019fa679-90fe-7f68-af9e-53800f36dd65', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'functions', 'ALL', 'authenticated', true), + ('019fa679-910a-7842-9968-9e995bcb55b0', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'sequences', 'ALL', 'authenticated', true), + ('019fa679-910e-7872-a06a-782facb81fd2', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'functions', 'ALL', 'anonymous', true), + ('019fa679-913c-7b6a-aecf-60bad7a4a643', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'tables', 'ALL', 'administrator', true), + ('019fa679-9143-7322-b1f5-95e62ee840a1', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'sequences', 'ALL', 'administrator', true), + ('019fa679-9148-7727-906a-9fcc90683bbd', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'functions', 'ALL', 'administrator', true), + ('019fa679-914d-7209-9b8e-d50fb836bb6f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'functions', 'ALL', 'authenticated', true), + ('019fa679-9151-70a9-87f3-9b041d62e313', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'sequences', 'ALL', 'authenticated', true), + ('019fa679-915b-7669-975a-1c7d5a144cc9', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'functions', 'ALL', 'anonymous', true); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/embedding_chunks.sql b/packages/agentic-db-services/deploy/migrate/embedding_chunks.sql index f2a27859ea7..7651042f6da 100644 --- a/packages/agentic-db-services/deploy/migrate/embedding_chunks.sql +++ b/packages/agentic-db-services/deploy/migrate/embedding_chunks.sql @@ -41,9 +41,9 @@ INSERT INTO metaschema_public.embedding_chunks ( embedding_provider, parent_fk_field_id ) VALUES - ('217164ee-548e-011f-75c4-114d3f69cc9e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', NULL, '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks', 'content', 768, 'cosine', 1000, 200, 'fixed', NULL, '["fulltext","bm25"]', true, 'generate_chunks', NULL, NULL, '0bb6a9fd-3568-a0fc-e82c-d2a54981cdb8'), - ('9c47d812-221a-34a9-2991-bf6f2b6b2c08', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', NULL, '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'notes_chunks', 'content', 768, 'cosine', 1000, 200, 'fixed', NULL, '["bm25"]', true, 'generate_chunks', NULL, NULL, '18e2561c-f16b-d7f9-369e-3c4e968b5aca'), - ('adf63b86-f518-3d7c-173b-d3506125a380', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', NULL, '50349977-3ce4-e21b-ac01-060a259e4a7a', 'documents_chunks', 'content', 768, 'cosine', 1000, 200, 'fixed', NULL, '["bm25"]', true, 'generate_chunks', NULL, NULL, 'f9821189-8e0f-39e3-610a-d8122abbfe20'); + ('a30f2ccb-2266-6ec0-70c2-bb7ba374bd5c', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', NULL, '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks', 'content', 768, 'cosine', 1000, 200, 'fixed', NULL, '["fulltext","bm25"]', true, 'generate_chunks', NULL, NULL, 'e63a0a37-f58c-5d52-9d96-1a8b72cadc64'), + ('e0f38a65-2aa9-5577-74d4-78172394b87b', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', NULL, '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'documents_chunks', 'content', 768, 'cosine', 1000, 200, 'fixed', NULL, '["bm25"]', true, 'generate_chunks', NULL, NULL, '1be005cc-64a6-421e-e3de-46fabaa22e0a'), + ('e6fbd4b6-5636-0744-8755-7dcfc32532a7', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', NULL, '3b95812c-0c31-78c3-f1d0-c4188a054157', 'notes_chunks', 'content', 768, 'cosine', 1000, 200, 'fixed', NULL, '["bm25"]', true, 'generate_chunks', NULL, NULL, '48711a92-c72a-49f8-22e8-4cc0e856efeb'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/field.sql b/packages/agentic-db-services/deploy/migrate/field.sql index 163ad43d9cb..e4adf0a9966 100644 --- a/packages/agentic-db-services/deploy/migrate/field.sql +++ b/packages/agentic-db-services/deploy/migrate/field.sql @@ -45,752 +45,782 @@ INSERT INTO metaschema_public.field ( tags, category ) VALUES - ('005b9299-6bf7-9746-638f-5be0773eac61', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0079163e-014b-f5dd-e054-2007b2a44a03', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('00c17cdd-a2b5-06b2-1f9e-358a87900f6a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('00cf5be2-3d81-f2ac-e794-12b85f9d5c94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('01677cc0-f073-ea72-bd94-6659dab7b345', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('01b32e9c-40bf-672d-9fb6-71a495bed7f1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('01fc8355-4281-4d33-9800-391ce267de2d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'next_run_at', 'next_run_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('020005bd-fe0f-8eff-11a9-e09941cce545', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('021b8554-7e01-c5df-45b5-1b4b6dc29db2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('026e1714-b83c-20f3-bd79-0ca668b36503', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'contact_id', 'contact_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('02fc0d2f-5738-aac5-5101-5d3b30c63810', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0393f86a-afa9-d574-b1e5-e20dc9b7c22c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('0398e0c1-5653-c2c6-f105-d1358c61b2e2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'phone', 'phone', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('03bfe451-70c6-23aa-6e5d-7e57cd7853d3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '916593a4-e0b7-af5c-47e1-e6d9ff68a0c5', 'email_thread_id', 'email_thread_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('043026a1-6f64-4ea6-0bcc-b12b331204f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70c8fc88-d517-4761-7c37-2bcdaf7acbbf', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('044284aa-339c-44aa-0f86-f6b4e272f988', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2519f4bc-ea71-c6b4-b37e-975000df26f4', 'email_id', 'email_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('048e2774-a05d-4085-065e-9cda6a498c3d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('04ab83ce-cf3d-cd6e-5b7c-520208db7c0d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'neighborhood', 'neighborhood', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('04fe3d49-3df4-8120-a712-7f2977df9180', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ec39e1ac-214c-d20a-a838-08fffbe278fa', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0567c0c7-8a9a-b7c4-7ee5-3a62621eb8c2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0597b8f3-a0a4-9dbd-f3f1-b82db6d0642f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('059df3df-2415-2c89-5b32-6e2bb322364b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('05a12be4-80a8-2574-9172-65bef53d5db0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('064ee222-6d5a-c75a-4b4d-cb3b91641c56', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('066b7b55-707b-9771-e0db-1cf70ad9a2f2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '4137a1f7-45da-8cab-a93a-809db3b579b8', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('068ffaa4-ea5c-12b1-bfda-946ef940c733', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e31ba1db-28aa-bd28-094d-48570417512f', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('06b2f488-859c-6aed-2bdb-364d26cd6525', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b72b7176-c9f7-9e24-85dd-a28cf9784959', 'goal_id', 'goal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('079d2fd0-0487-b11c-946a-432efaa41c90', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('07c352b3-d32a-b529-1fb1-0c19370c6648', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'summary', 'summary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('07c4935b-2d62-4290-eaff-f2265402ffa0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('081a517f-3444-9323-5d56-9fcd5c5cb957', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_type', 'tool_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('08436fc2-3811-2049-2d3d-d544ae919e94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('088f028f-f373-20cc-631f-6f4f5f80d2aa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('08af388a-5a90-d541-d17c-b5f1ba5e4673', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('08b6052f-fcb8-8955-ccf1-50735bbd7dd3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('08e06b04-dda6-d50a-d191-09f2f2c79295', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'cron_expression', 'cron_expression', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0a877d8e-d77e-af51-bb67-87c411f3b3a6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'email_id', 'email_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0baf12f0-fec7-b1a5-77b8-1c441d497c98', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('0bb6a9fd-3568-a0fc-e82c-d2a54981cdb8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_id', 'contacts_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('0be23c43-5979-318b-e5f1-aa2b8fee02b7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('0d0e3725-742b-236d-d751-d5f98f6c99a3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0d6d8eec-9133-c95e-ca76-35605a53dad3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'provider', 'provider', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0dc9fc60-f942-dbac-01b8-6328b1f25b26', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'state', 'state', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0ded77b9-6e68-8f42-3287-d49e23da3541', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('0ef208b6-10c7-c10c-ad4c-a7fc24e1f7b9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('0ffb6d36-2af4-a1a5-b9e0-50a1fef789cd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('10cef1a2-890f-cb7d-66ed-a58353442e40', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('11273107-18c3-126b-0c67-a6b98139af18', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('114da926-5358-c300-9cda-6ba19aa68b65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'output', 'output', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('115bd6af-8373-21e5-1f3b-b47a907ac58f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('11690ca9-9f30-d3d8-1d08-9e8eb750732a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('116c3521-992a-24e5-10bf-0ed66b871a33', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1175d0a1-33bd-44d8-6323-d1fe5c90a429', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'stage', 'stage', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('11dea7d4-5aa2-69e4-83e2-a2ed96576c8c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1235ce70-7e52-e700-fdab-f1cb12fe6b7e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'from_contact_id', 'from_contact_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('125fd642-271f-e574-dc4e-4bbc9913b711', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'notes', 'notes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('12736108-74d7-dc48-9e77-5a0196aee2c7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'context', 'context', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1298e825-1390-142e-e53a-edb1c197da95', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'content', 'content', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('12aa4c3c-bbf8-85b6-497c-13e9faf75dbc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('12e9fda9-f3f5-008e-70b6-7eac0f18855c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1453ada5-dba8-860d-aa53-e42c52a33297', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('156ec94b-8b6d-a745-60f7-f3f990db9f18', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f7e4b7b0-bc9b-c4de-94c8-680a5318c059', 'prompt_id', 'prompt_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('15bb63f4-2c82-499c-2dcb-a10cdb127cc0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e352b23e-a611-f59d-14df-af7aecf451b8', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('15d4f973-30a2-e032-acd0-6a26d2b2f815', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'last_message_at', 'last_message_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1618073b-ad0a-cc3e-d2b0-c08fa19f5657', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1666f797-efc9-a417-560a-1dd8d4264d81', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('16ff82ad-520d-0694-7161-af884a98202f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'content', 'content', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1754ff3e-0166-93b6-0436-1ea3820bbaa6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58882eac-e093-2a34-be7b-af7054d416e7', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('17c9afb6-54e7-5a3c-723b-51ca1ffe842f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('182f28d2-c652-cb34-0bd6-c4efaa7e22f5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('186a7da6-6869-2619-2672-7d26c2c918f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('18dd7cff-9f64-79b2-8baa-e8dbbe7e2139', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('18e2561c-f16b-d7f9-369e-3c4e968b5aca', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'notes_id', 'notes_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('190c26bc-ab00-eae3-4c8c-2fad16f8da09', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'email_type', 'email_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('190ffeaa-7207-65c5-02e6-235e0c993d6e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('191b237b-3bb5-4742-ddc5-af6d20884c1d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('19981bb6-7c81-e0bb-67db-11ecc72ee268', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'phone', 'phone', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1a322b4a-8ae1-a57a-e95b-2a89108cf268', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800043d8-7751-9090-308c-b70a2516688b', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1a5894e2-0510-a129-119f-f083e1eb6e79', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1aa598c3-e606-25d7-8b3d-707253718423', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1b63dcd9-98d6-16b4-4324-e4a59317a46f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1cacbf0a-b329-28fd-ca25-55490ea9d8c6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'level', 'level', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1d32e1f6-d4e5-c06d-0c2b-57384770222a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1d5bd255-efb7-b630-991e-5841680cf9f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1d72c9a8-f9c3-0c39-9764-9752ba7e0f6e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1da4eee8-d600-722c-8807-e19cbb8a751b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1e21f1d3-13d7-8421-1902-36e25c6f26c0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'metadata', 'metadata', NULL, NULL, false, false, '{"cast":{"name":"jsonb"},"value":{}}', NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1e278dbc-5507-d9f9-333d-99806ecd00c2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '35adb4cd-e050-3711-852b-defcf54002db', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1ec2a63b-3812-4a1a-7c40-d760ddb12367', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'metadata', 'metadata', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1efc58b3-47a3-3ced-96a6-353812cf2153', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('1f63b13d-cf15-5b28-61b2-5c83a68ac0e6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('1fa06604-18cf-1168-1a10-68bcceceb4cc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('208bde73-9ce2-5c2f-9484-9ad881653e45', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('20c37361-3a7d-8472-d904-34d4b67b90d2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'start_time', 'start_time', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2148ba94-9e23-45c8-ce2f-59a570c40df5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6e406615-395c-67ea-fc36-b45215f77cd0', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('21802e4e-45e5-9348-9f1d-8b5181ed8c6a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'google_place_id', 'google_place_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('21b67290-0209-9524-b199-ba7f5f9ec194', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'completed_at', 'completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('21ee851e-f047-681c-fc6d-71dd17bfcad3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'headline', 'headline', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('227e7a1b-d6c2-6db8-7000-c551c502872d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'parent_id', 'parent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('23159e2d-3e46-3a10-b835-9eda85f1c06e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('233fa82b-e1b5-c4c8-4da8-aa16b9bf0827', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'step_index', 'step_index', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('235787e0-fdfb-6681-66b3-8ec6d95dff7e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('23b0404b-be89-050c-27fa-7b16848ace38', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('24f43d8c-5663-0ebe-031a-47912cd5aeac', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('24f4740b-aea2-7ea7-0733-dc5421478ff7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('252d72a3-d420-f97f-528f-8d51760fdb22', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('256cb66d-a6f7-5ca5-27c2-81fa7621824e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2617661f-3de0-b9c1-e33e-fc974b1b4ad9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('26fec78e-8656-183a-fa1b-e13a57d7a3a2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('271e584c-01b3-8be6-de0c-0adcb05eb654', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('276533b5-571e-eb35-c818-e98ed09426d0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('28310594-c508-7632-f417-19e7f5742561', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'record_type', 'record_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('28f5098a-eebc-ff36-4dcc-998f3931a348', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('28f5ecee-f5ab-285e-f6ff-d81295e22d67', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('292a1235-87aa-b948-ea7f-ea819d1821f7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('292f53d3-ff5c-6b4d-a770-0c65bb8d9c50', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'trigger_type', 'trigger_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2953bf6d-23d8-96aa-ff15-d7a067c70ff9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('296c1340-97f2-1023-eb5b-451636ce74bf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'notes_text', 'notes_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2981b1b2-985e-517b-436d-1692cfef86ce', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'sentiment', 'sentiment', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('29ef6d90-4545-176e-9534-f860d4de66d5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('2a36fb85-87f5-e6bb-ebf7-a6e800f8015d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'last_accessed_at', 'last_accessed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2aa117e5-80c1-242b-39ae-f15f7e6fc990', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'trigger_config', 'trigger_config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2ac311c2-d1ac-c895-ca32-984c74157776', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'trip_id', 'trip_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2b03cf8e-00c4-a610-a311-4bb322b0f106', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('2b703eda-3f08-78d4-753e-e2a5b973cdef', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2c6826cb-4213-5431-c9aa-1798c3444bd0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('2c8dc9ea-4162-4cf0-8b3f-689ca316787a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('2d7ab33b-f99e-0c4e-90b0-801b1be6a0ed', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 20, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('2dc5385b-3651-9a30-7e63-a8826e706b07', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'provider_message_id', 'provider_message_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2dec00b9-9405-dd94-6b7d-ed0f9986b1ff', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'data', 'data', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2e5ec6bb-4b31-1d01-966e-414bbaece9b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('2e70183a-37c0-dbcc-5fa3-56fa23ffc1d0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2f0d677b-5d13-b7bf-3f8f-54540c2110bf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('2f5ee8be-3ffe-9ff2-d131-86890e144db2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'value', 'value', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('2fce21fb-be8f-7674-dc96-286e1bef8deb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3027d664-313f-74d3-5483-6eed2c862b47', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('303ff0d5-2e0a-9c59-7046-639501aef9d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'postal_code', 'postal_code', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('30429782-e6eb-1069-d071-252eaa051499', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3050636d-7452-329f-6fe6-f0f68eb8f4d3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'first_name', 'first_name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('311468ad-48d0-3644-cc6e-b26af88f614e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('321f8903-7055-ff24-3a9b-54e0f08d5e54', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('32b994e1-da10-3622-18f8-260020a8650c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('335d5fa2-3e56-10f0-e478-c9e0d929ff10', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('34b839a2-6121-63e0-b4aa-6bc657e2c6cf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('35168dee-8962-7420-1d79-6a96af502fe4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('35340d1b-243b-9198-019d-b586aee7757b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '4137a1f7-45da-8cab-a93a-809db3b579b8', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('355459cf-ea50-7d20-df2a-90cc155a83ce', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('35b13b71-c15c-c752-b8c0-f883cd077c59', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('37165662-08a9-be01-815a-79cbd411ebcd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'provider_event_id', 'provider_event_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('37370f15-89e6-ca3f-fb02-273cac1faaa4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'end_date', 'end_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('376c7b6f-a3a3-933d-5773-af0fd9193881', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('381a84a4-98c2-0bc3-5a59-8e07360c6462', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'intent_trigger_embedding_updated_at', 'intent_trigger_embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('38aec1ab-50ed-983a-e3c1-205c391c6508', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('39239182-b418-caa5-3e2c-ec622f07d543', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('39a64e4d-c75e-efd6-497c-d17c48fc08fb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('39bfc072-cd77-3867-55e9-110a4781092d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('39e0eef0-45f4-3cb3-835c-0a2220dd9e05', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'habit_id', 'habit_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('39e35ffe-98d3-6da8-a954-008127942a5b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3a274368-d86b-86f6-58f2-3a7ba4462864', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3a597aea-1c51-c6b6-ddc3-07b18aa65b53', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db6d316e-1f53-f575-84a1-185ddf112eca', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3aa38c5d-c60e-39e8-6600-701fb8807bb8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'metadata', 'metadata', NULL, NULL, false, false, '{"cast":{"name":"jsonb"},"value":{}}', NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3b140aff-8292-f3a9-307f-69059322d135', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3b33f78b-e5ac-ee84-9de3-883ad9375c88', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3bb5ab3a-b364-616a-9a0d-a545eabd36ed', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3bef94c4-9a9a-0732-c7ca-69d251feae98', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3c15a44a-d70f-5d0c-8d1b-1ddbe40c3812', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3c4f9486-f167-b6c0-58fc-ea84af9fc705', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3c56b7da-971d-abd1-4a9f-a0a541bcf38e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'occurred_at', 'occurred_at', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3c88bc0a-dbb5-db71-98a3-faa41f20724e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6e406615-395c-67ea-fc36-b45215f77cd0', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3d5c79ff-060b-dc57-69ae-7462fe31d017', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'event_type', 'event_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3d83e81c-340f-3387-9b21-4205afbf0a29', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('3dd0384b-a168-b6da-319d-d44751897713', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3e1db4f7-3dd9-845a-bece-7fe53fb7987e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'color', 'color', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3e269fd6-7267-91b5-2d9d-680913135be7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'target_date', 'target_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3ed07ecb-a258-f979-7f0a-3fb26d4b584f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3efcb9aa-82e4-f964-b7b9-cc6449ea3c7c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e2b173a8-9a89-6741-1825-2247b2410da4', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('3fc478e7-a31f-16d2-5139-b2d747e6d1f8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'model', 'model', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('401181cf-003c-8db4-9c05-290fea1f12c2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('40606f4a-984b-7b62-ca65-9d60fbf6fab6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f3d548b3-3c6f-356b-f04a-cf5f4c2df82d', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('40cf2039-1ee3-d466-858f-9693958fe7c9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('41171269-886f-b017-bbd0-2db95934cd8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('41b97073-7ba6-ab43-5d06-203836624617', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('42b1531f-925e-5f24-98be-4d63f3efbb99', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('42b62829-baf9-88ff-41b5-8145bc8ce9ef', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('42dcf068-4206-9899-61a4-c6a6206b6259', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'deal_id', 'deal_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('42e29e07-8059-f268-747a-a8f5b56d212e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('42fdbc06-9673-e9d8-3b6f-527b8d9e5de0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'context', 'context', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4309708e-36f9-4744-9410-4f4b0a2a72d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'system_prompt', 'system_prompt', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('430982b5-fd19-532c-575b-0125eabc1e28', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('432ee49d-7381-fa9a-6090-993af2c7da81', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'type', 'type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4389f0cd-3713-14ef-7456-9dec38a2ea86', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4405f035-c52f-f1bc-f0fe-cb2cb8fb463e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('443ed238-7342-5242-c14d-337885ce0376', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('446513d1-5986-9dab-0ee9-b661cd9cce3e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'company_id', 'company_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('447d9f34-c774-8244-8c7b-084a9e8229d7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 19, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('44f75651-0de2-360b-d3ae-d7f32c6f247c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '9a208554-2d9f-3cac-4aef-49701f75ca05', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('456682e1-4ac9-ee3b-f00e-41d013bed81d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('461141a8-a570-cc5e-c1c8-e7e04e97f04d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('46a9ad28-b109-9bb2-5268-d01cfe0801f7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '35adb4cd-e050-3711-852b-defcf54002db', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('46f4f301-6f2d-7c96-aa86-8565e163c535', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('47123f23-d20a-92ee-6743-1ecbf807e20f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '243709c7-f9f9-9c9e-9ca7-8b221dda4e3c', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('474c511d-24d7-c3fd-5611-38d30c966f3e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'notes', 'notes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4753ff29-d92a-5579-911a-e580e853d2fc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('47e2c199-7f75-90db-0d6d-ca799c610835', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'direction', 'direction', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('47eedb35-b03c-db14-4091-99cbb43ee2c9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'sync_cursor', 'sync_cursor', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('48097fc7-a431-ac2e-9640-21a2a0307d0a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('48a54240-e5f5-d67c-409b-c6cbd1b21626', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('49474b17-6bda-e971-a8da-b42ede4fc7cd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'provider_account_id', 'provider_account_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('498ee869-b101-34e5-f026-64d599d9e885', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('498fd75c-d121-eab2-337f-c3216f1142a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 18, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('4aed279d-4235-ce32-686d-7ba2add4d919', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4b71e74f-ca1b-5dbf-a928-9868d23b0418', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'overview', 'overview', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4bbfb134-cd6e-f69c-0c1c-0af0426114d1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4bc99cc2-0dfe-2c01-094e-dfa3db91c5fd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8711d3f1-5f40-46f5-4300-24c713a27fe5', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4c0046ad-b3bf-3c17-a4a4-82b930490573', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'streak', 'streak', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4cdd2883-af12-0de6-ddf5-3b2e375cea2c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4d55db47-204e-2950-3e51-b2c789489868', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'currency', 'currency', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4d94f29f-dcfb-6188-73b9-033f8bda4ad2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'chunk_index', 'chunk_index', NULL, NULL, true, false, '{"value":0}', NULL, NULL, NULL, NULL, '{"name":"integer"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('4e033183-bce2-ee7a-247e-2bf4237bbe79', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'version', 'version', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4f0fb17d-bb57-e53f-f0e2-b3cadd5c76aa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4fcb04b1-5a02-af7c-3bf5-4bfd7dd72a65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('4fe05e47-5729-6b78-f603-323ed8af03cf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8e5e2584-dedf-0d6d-d4da-3512613b6b48', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('50152947-3124-0468-8f13-7b254f1ea0b0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('50e71d0d-6fcd-1fee-39b7-95f835c10015', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'frequency', 'frequency', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('510f420c-38fe-2160-674c-83a4e3c96a94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5129fec6-fb02-44b8-0cb5-5e3f7ce565c8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '9a208554-2d9f-3cac-4aef-49701f75ca05', 'goal_id', 'goal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('51406f76-663f-9480-4937-248f2a5de2fd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('51a1c48a-12b6-e6ee-1d38-0e165d2a4371', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('51c249d3-028d-41fb-5500-f7506c7d1036', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5cc24e28-557e-41dc-1888-dcb2b029123b', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5228e6a8-ca54-852e-aeba-c39d39d0bfbe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'completed_at', 'completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('524d8fea-023f-7613-bc65-4c79237df5e5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '916593a4-e0b7-af5c-47e1-e6d9ff68a0c5', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('528c3da3-eaac-989b-b8dd-cb89e1dd2a83', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('52c1616d-7a1c-de68-ef78-ca71cdcd27ed', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_state_id', 'runtime_state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5305a029-9c18-d75e-2d22-7a6cb5b41397', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'last_name', 'last_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5335f043-c354-16a5-5c26-fe76066dca6a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'address', 'address', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('53d94d5e-41cb-37d9-9f08-d9cf8228dfec', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('53f6d880-ebf2-a5fc-fa91-872512fc94b9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'duration_minutes', 'duration_minutes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('54033455-b73f-cbbf-9546-d3ff3b5494b6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('54148b93-3f07-bb68-d046-e189573b11c7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('546ea41e-094a-3e43-08df-5540e12c0f37', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'sentiment', 'sentiment', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('54a4efc7-5b62-3260-f93f-219902e141a0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('552cd3e5-7c5c-f84b-8e48-7e6a25e4dc36', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5585e34b-f353-7582-f24b-2ab5cce72553', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('56a8aa42-ff2f-dbd3-8bdb-9fd7fbfc8488', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bae5c563-ef9d-6517-ce1a-2e88b8e2470e', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('574efa7d-371d-5089-1c07-3db763cda7af', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('575d8587-2a12-b7aa-ae9f-ce5dd87ce671', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'occurred_at', 'occurred_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('579a44bd-616e-76a2-1066-01123636438b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'summary', 'summary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('57e7a92a-0219-5388-5209-3b120492d495', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'email', 'email', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('57edaed3-e522-b667-62e3-afa5a2898d07', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'ingested_at', 'ingested_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5854267e-03f1-fd74-0d62-54d807dc5f9e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2fe27288-806b-12cc-d0a2-b1ca9d87f3bc', 'memory_id', 'memory_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('58824411-6a72-1e96-9f4b-77ac73d46b4c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('58c71e78-887d-f262-f9a9-c1c6313c7564', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'bio', 'bio', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5922d86c-d25a-3f6f-7779-f8d44eafed77', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('593ea045-0f27-25fa-1c64-ed6c3c79c714', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('59afe04a-94ad-58a3-bacb-d15ea74d0ff4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5a76f166-5746-ad54-278d-cf8e25f2c0b9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'alt_text', 'alt_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5b0967ea-0073-92f1-7e90-da90b53c6a6e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('5b2146a1-0e3d-cb30-cc87-14378e558cdd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'chunk_index', 'chunk_index', NULL, NULL, true, false, '{"value":0}', NULL, NULL, NULL, NULL, '{"name":"integer"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('5b51369d-7be4-ea7b-1df2-dccc3e2efe1a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5bb82783-da9e-ba9d-e2c4-b910f3d521ad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('5c0ae4cd-6c42-663e-0638-f9043d51b47f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('5c167a57-4ca6-6248-e9cf-e35827d95772', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'last_completed_at', 'last_completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5c98f9e6-67df-5b1e-d429-680625b3629f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5d5d1569-bedd-b9a0-85b6-8f0a6f22657e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('5e18d429-65bf-aaef-7b20-12e61e565d80', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5ec43b79-2e12-2c71-584a-303734d96cf5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'tool_definition_id', 'tool_definition_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('5f38fb42-a0e2-c89c-643c-62ac5861cbe3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('5f672ac5-f86e-afe3-d4be-69336cbaf356', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('5f722487-1506-dd56-aaf4-623cf8560fc0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'metric_name', 'metric_name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('604385ed-3386-12fa-b124-8464aec744f6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('613aed3f-60f4-ea64-8c75-3862f82fac58', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'phone', 'phone', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('61b5aa7c-43d4-33d1-1325-ba29b090fc4a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'message', 'message', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('621d521b-65bd-c488-173c-c694cfe55d2d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6257c170-9acc-e9c8-cdcc-eee1c002a0c1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('62d86e4e-2948-fa53-46f0-4d7853bdb853', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('641be7bd-4315-08cc-e630-296afb8665ba', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'email', 'email', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('64362c62-6b41-dcbb-8630-7cb090e672a6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'context', 'context', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('64691dab-b478-acc8-bb55-2d5bc8df8eb0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'location_geo', 'location_geo', NULL, '{"spatialRelation":["nearbyVenues agentic_db_app_public.venues.location st_dwithin distance"]}', false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6474d63d-6cf5-eeb4-7d2d-c22f8069d03c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6491fd9d-e92b-ad2e-e447-e371fdb53f4a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('64b048dc-4117-27f1-37cd-dfb22f882f01', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6523da78-eea8-e78e-0c38-61cf9b5a9491', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'phone_type', 'phone_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('65bbcb21-0df2-bc12-2507-bfac3b3fa9a7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('663775f1-0bae-55fb-dccd-f75c1f3f1f05', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'abstract', 'abstract', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('66dd1ba4-ab8f-ba78-23e2-25bd3df1093c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'raw_contact_id', 'raw_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('67a30e8c-3aa1-902f-b098-61734f0c5172', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('68fd7f6f-1176-3985-4e93-1c09e6c8d392', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('69b829b2-9231-a19e-3760-8f0da2c33699', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6a204d2f-1ae1-7a95-6dfb-7a7546956504', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'value', 'value', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6a233505-b506-7243-f9c2-f42383e2bcf7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'expected_close_date', 'expected_close_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6a3fe177-1fa9-f403-50be-fb5389354226', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'email_type', 'email_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6a561cab-b66c-6fd8-0eee-70c8093feb4e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6a799f26-8da7-aaf8-8641-3f96e984cb75', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'runtime_state_id', 'runtime_state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6a7be252-9553-52eb-f34c-44bc91b8bad5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6ab71b7f-8c30-99f5-11e3-a6b7e0277be5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'file_path', 'file_path', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6abeb2e7-ae04-6f28-bc07-79ca59a50be6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6ae58a62-4d8b-3f09-fed1-2f493f89125a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6b9510f2-2df2-0b4a-2958-9abc9078c898', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2b631e-beb4-c64a-82a9-f140a28875e9', 'source_record_id', 'source_record_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6bc61d91-3837-965b-1a45-7e4b1ca341e4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6be3e333-8de6-b51c-8a4e-37b70cdabb3b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6bfb5e59-d486-97f3-fe29-de7b73c1092e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'commit_hash', 'commit_hash', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6ca06d43-d2b8-f272-0ef8-4a9db954aa9e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6ca315b2-cb72-9008-e850-6e4492572a45', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6ccf5c10-9efe-ace3-0327-fb1fbd44e67d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6cdeeccb-bcbf-f449-8336-9ae7654d1b92', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ae455b39-e68a-6ebc-85cb-74e228fd1d02', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6cf328aa-411a-cfbb-8f6d-003c26694dad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'meeting_url', 'meeting_url', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6d5da827-d30c-4619-80fa-e851cb944720', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'domain', 'domain', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6e262dba-02b9-0494-add5-872fe49dd0c6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'state_type', 'state_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6e691450-b88b-14d1-dfbe-b62ba56fe565', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'color', 'color', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6efb683f-abc1-7755-6cda-9b41fa62ac74', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'location_geo', 'location_geo', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 19, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6f18e787-fe0e-9586-b76c-fccd5406506c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6f3cf664-55e4-816d-cc90-87d95b39ddc7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6f42c1fc-e7e9-de7a-d56f-dda42af79402', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'location_geo', 'location_geo', NULL, '{"spatialRelation":["nearbyContacts agentic_db_app_public.contacts.location_geo st_dwithin distance","nearbyMemories agentic_db_app_public.memories.location_geo st_dwithin distance","nearbyPlaces agentic_db_app_public.places.location_geo st_dwithin distance"]}', false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('6f789f86-f21d-d100-dae0-ea7fe8b35693', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('6fd8e93d-52a4-c1d7-520a-b8416f41c98f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'runtime_state_id', 'runtime_state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7039becc-f97a-d0ec-1673-e01bc7dba6d0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7068bfd2-e298-41d3-6a6c-fc36b19049f2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('70dcfb85-3e61-93d1-2ca9-2e5449fcfd16', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e31ba1db-28aa-bd28-094d-48570417512f', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('70ef4aa9-b8ca-af20-82b0-45f8f0d77130', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('712ca2b5-d70d-bbea-6261-23d24700a998', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'usage_count', 'usage_count', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('71414b4c-cb00-73aa-4033-efe4c934a7bd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'unit', 'unit', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('71a30a32-f824-4846-8166-898dd3d54450', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('71a9109c-7ab6-d24d-4acc-72e761591ae7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('71b06b9e-7ff0-06c5-30e1-fc318cd05cc2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'quantity_unit', 'quantity_unit', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('71cf696c-084d-7387-a349-e990e1071dad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'address_type', 'address_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('722400d4-0d55-0060-b737-6a2c88d282de', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'active_count', 'active_count', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('729c348b-086f-ab09-9d49-3be0a41d69b4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('732785da-05c8-2638-b597-e24bb8d23301', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('732fd264-2e30-70c5-7101-8581765ed3f8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'schema', 'schema', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('73a45607-f859-cd5b-57d2-0b02ad6eec87', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'rating', 'rating', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('73ebd75a-25c5-a936-3975-dc1d2fd49cd0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('73edbc32-f11a-e83e-e937-f947b2227e34', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('74217aec-9ece-776a-7a51-1382f5710579', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('745c85ab-9f4e-03b1-bfb5-6c09360f6200', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('749dd4ce-b5b0-e6e8-b84d-6482918c18b7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'chunk_index', 'chunk_index', NULL, NULL, true, false, '{"value":0}', NULL, NULL, NULL, NULL, '{"name":"integer"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('74c51d7c-b563-6827-661b-421dab182a82', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'metric_value', 'metric_value', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('74db3463-d617-cb51-aa8c-a6e224f2e5c6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f65e301a-2609-4bc0-d9f0-a5feaef3551f', 'deal_id', 'deal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7538915e-9f41-75aa-8be9-0f253f29106c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'first_name', 'first_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('75a9557c-e7f7-ec4f-4503-7c99006d7c7c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'email_thread_id', 'email_thread_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('75b55ee9-8b59-6d4d-921e-66d2875ff825', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5cc24e28-557e-41dc-1888-dcb2b029123b', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('75fe9ef8-de80-a89f-df73-379c89b26284', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('76ff04ef-7776-a332-b891-2f9d455b38a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('77625da4-bedc-cef9-bc9e-d01bf9cdf79b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70d508d6-2baa-38b9-2e7a-a1c7e635408e', 'dependency_id', 'dependency_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('77bd4037-21eb-ecb2-053b-2890ab4351a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('77ce1be9-0c76-f386-c851-f8ced7d02ce5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70c8fc88-d517-4761-7c37-2bcdaf7acbbf', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('77f1e109-c41e-fd1e-b5c5-d96b04443ca7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7825d883-13ed-96ca-8cad-973b7756d42d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('783c75e7-4eda-7cac-79be-3a0e6615aa53', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('78ea9013-a44d-4be3-8000-70ae68b20c4b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('795593c8-9e44-d08b-b261-2368426d1d38', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7993d9cd-854d-6195-29a6-9a9d329bdc50', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('79f674dc-8963-7487-8f2d-34d5b3b92d57', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b72b7176-c9f7-9e24-85dd-a28cf9784959', 'habit_id', 'habit_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7a358cbf-995a-d0fc-bd39-21d93436126b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7af8e485-9be3-ae1b-3881-fe15b7801cf6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7ba0501a-bc2f-cbcd-23d7-59ddf564a20e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e2b173a8-9a89-6741-1825-2247b2410da4', 'expense_id', 'expense_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7bca81f9-c358-2672-0f13-ee1bbe14023e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'role', 'role', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7cb1e896-0b11-68bd-9126-e92e7049032a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7d1204b1-10c7-70ee-7279-5e5a8b8c9765', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7d1a79bb-5da8-4d9e-e5a8-646a90a52c8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7eea5400-74fa-4993-7e37-2ca839a5144b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'provider_thread_id', 'provider_thread_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7efbf132-32e1-24cb-7535-cff8f89811e1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7f600297-bf66-da4e-2d21-749e56fde7b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('7f7c92b1-4d46-70a2-5192-b945cbc4629e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'storage_url', 'storage_url', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7fab0395-fa2e-e8c8-b287-d77b35005e9c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('7fbc3c55-1566-3866-3b9f-7534170aeb3d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('807a019e-4242-e114-a691-8c93e68d91a2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('810089f4-ae91-5e04-86d8-42547b9b233c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1dc61d39-7f88-0ae9-8156-f9ddab63d0a2', 'email_id', 'email_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8240d54c-d5fa-855d-56be-6a4003c68cde', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('82b0cd53-2f2d-4b7a-8358-a60e96fae728', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8362d69d-3540-d95b-edf8-67d0bff003fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('83b74190-3530-2296-6af9-9dbdce2916b9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('83fe1b02-a85e-a3b3-7647-e5ca7947e616', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8425b6e4-9c48-51fb-4405-3bff3da315b3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'event_type', 'event_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('842b5220-038a-d060-d6f6-0569a1a3d83e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('84617d1b-40e5-5952-f730-2d495d42b126', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'da5b5144-990b-f7fd-1fce-5dd3cff75417', 'memory_id', 'memory_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8466965d-1eb3-4274-bbc5-8e45c7d94173', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2adf72cf-ca09-6fe3-7cf7-dea4b8f1d648', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('848a3641-d9f1-7f06-5b89-58d2af48a554', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'artifact_type', 'artifact_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('84becc89-2aea-96c2-a6c3-405d26aeb098', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('855fdcb0-e9c9-2dee-ab23-3a74171d8722', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('860aca69-68a3-5754-813a-2616a4d73c50', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8632092b-5ed6-769c-9b02-b687248538f5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'size_bytes', 'size_bytes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('873d7c00-69b6-fdc1-8cd5-83953a628f55', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('874922b4-456d-a17e-75a3-cd296ed9397d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('87858b0c-7b01-8888-7930-d65b465d8550', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('87ea4b5a-be96-10c1-5140-190f0d1e44fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'how_we_met', 'how_we_met', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('88476149-fb6b-d4a2-51a3-8a3f048d87f7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('886443ec-63c9-86b1-b27e-611215c22c49', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('889b41f8-5f70-1294-324f-729d1d1ed5f6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('88be43da-b2ef-7992-5757-e29660ceab7d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8a527500-3cd3-d49d-d0a6-1c5245082cb7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'subject', 'subject', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8b35d160-2f5b-651b-690e-c2d217515870', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a1b17efe-df85-506d-c17c-20a8b9e3364a', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8b70b7c7-f384-6c64-eac9-0177b60e4183', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8b8bb1b1-69ea-5bc4-af46-232a6186a46b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8bb432c2-088e-97e0-fce3-92854e491dab', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'city', 'city', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8bc2f465-27ba-ac69-48b7-5bad63db3ad2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8beec3d7-b602-aa8b-a348-60985174e580', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'price_level', 'price_level', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8c1eeb9b-19ec-5a46-2e4d-d4a27ef20e1a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'full_name', 'full_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8c5c7152-c7e4-4e1d-ddc2-de3debd13a10', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'key', 'key', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8c6f0fce-4fa2-27d0-baca-bbd0b07cc558', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_type', 'activity_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8c8aa45f-99c8-7b6c-6c3d-4caf508f37db', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '68edf88c-42d9-4f2d-f870-90546662fd76', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8ca01b1d-e196-ff6a-bcb7-dd671b54128d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8ca4bcdc-da43-c908-a8df-178e66d01a21', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8cf20289-f59e-d1d2-300b-420fc4ef98cf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8d0536de-3614-2462-9b04-c7208a441f72', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8d12acf6-2639-9638-f1ff-81aa75ca8838', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('8d4788d3-1530-651a-9c08-9f60bcf75c31', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8d65e52c-fb3e-9e36-329d-03d7b8ce39cf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8dd278f4-5974-3f7a-29be-5aa99d914e75', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8f9d5aed-c549-8f59-7473-a1bd08db4d18', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'implementation', 'implementation', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('8fec4501-9be5-83c7-1a81-24198f144ace', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('903f57ba-3fe1-acda-a9c5-945bc358ed75', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'intent_trigger', 'intent_trigger', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('908de6ec-ff19-52a6-35e1-25711954c0d4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'destination_geo', 'destination_geo', NULL, '{"spatialRelation":["nearbyVenues agentic_db_app_public.venues.location st_dwithin distance"]}', false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('909c30a4-a3db-e769-a0d4-a5b410115d86', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'provider_calendar_id', 'provider_calendar_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('90cf42e3-359c-7893-9ecd-7a1d21ef223d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('91147595-c5be-aa38-d4ff-443694ce2eb3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('917a3a40-2a27-2b32-6fe7-2d4a5bccfb4f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'trigger_concept_embedding', 'trigger_concept_embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('92608032-2e7d-a2e7-862c-ff5373826ba1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('92bfbca6-8a7e-0ce1-1e33-0a0160b1ada6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('93050daa-47f5-c814-2211-d0a772a798f7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('930ec579-2313-970c-0cf6-09e86782a784', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('933bdd39-7ff5-1c6c-201c-ea14481cea66', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('93cacedb-bfdb-7afe-e17f-1a30ed197a02', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'mood', 'mood', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9421d17e-7b6e-c2b8-a151-72b8bd935cf3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('949e4e32-6708-94bd-b9b7-345e12b38b69', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'action_type', 'action_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('94a2e44f-8cd7-1633-8ca7-16e62069b2bf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('94a88462-687c-20bd-1817-4e9e2d822afd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9583cbca-6bf0-a166-ab60-370f2c5f9b55', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('95850c6f-2d7f-a6d0-5cef-5d66fdb2ad90', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('95e88080-3f6e-1866-df87-d7f94238f779', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('963786e7-fb1c-b754-2862-093c64964a4e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'provider_attachment_id', 'provider_attachment_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('96f7d9d4-94c4-0a00-ef1d-05bf75f24377', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e352b23e-a611-f59d-14df-af7aecf451b8', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('97265bc0-f38c-5dd6-d61d-a78fa4745543', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('97938998-8bd5-be57-0708-ccf901a2bd47', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('97b17742-00b2-86d7-fe4b-384d42ca2a12', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('97ec19e4-3a93-ebea-ebfe-eec411db531f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('9803b86a-8d4e-4676-4859-0f89f78fd2d0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9849a861-4ffa-fbe9-59be-c7ed4bdef592', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'error', 'error', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('986d6307-2f7b-e7cb-2432-5316b695bc12', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'intent_trigger_embedding', 'intent_trigger_embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('991b6298-364e-5663-3188-811288e43054', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2adf72cf-ca09-6fe3-7cf7-dea4b8f1d648', 'related_contact_id', 'related_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('99374bd4-2291-c891-6624-5adaafaeb203', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'target_date', 'target_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('99479aa6-2ec0-447a-074a-8f5d5ffb3fd1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'country', 'country', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9971236f-78ac-d799-4a38-2a6077a5c2ff', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('99e308e9-0cf7-4d16-d878-d24e18bb53b0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('99f566c5-af83-624d-aa05-236b2e4392d1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9a02da94-702e-0f15-5b7e-8f89941b71e0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'intensity', 'intensity', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9a1a80ab-3a35-cdf5-3cca-f2a7670eead9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'birthday', 'birthday', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"date"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9a4ca788-ab09-e3e1-7463-9683538433f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'cc', 'cc', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9ab419a8-532d-be36-fc0c-3c9692ebaeeb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('9af3ade4-0615-b92f-0491-75902157fa85', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('9b622d11-b3e7-915e-c2a6-3f8217b5974f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'amount', 'amount', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9b698291-1139-9fb4-f274-c0ae59bd5742', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9c381bd1-4dd9-41b0-2f3c-0d6213366de2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9c3ef4c2-7af2-3b32-3e08-753f8fa03883', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('9c9debfb-6267-d98c-dae9-45f81ecf21d8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('9d55fcf5-e937-773c-f47a-936c31f96639', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '406d92cc-cd74-faa7-e131-b93ab157277a', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9de57c90-97bc-b6d7-d593-5c74e1af0868', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9e339f1c-f8b8-d63f-d09f-cbf5907caa78', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'resource_type', 'resource_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9e64fd89-949e-3c3a-c44e-4c38ffe74a11', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9ee394ac-1c0c-dcab-05b9-e91e593799ae', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('9f967f3d-9775-e1f0-679e-28eee9a5622a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('9fe0a5f4-a1de-0b2e-99f7-536e2ce7e61f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('9ffc4445-93e8-c281-fafb-add9ffefb7ee', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a0674ea9-b50d-a4a6-7b96-a0f26fa1a078', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'to', 'to', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a07c9b3d-dcb4-2720-faf6-12ed5ea376a4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a0a857f2-eceb-a2a8-4786-00144b44288f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'is_favorite', 'is_favorite', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a0cbf7fb-7185-ec1e-aa0c-bb89b271ef5b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('a0e0ce44-a1c5-16a0-21cd-2ed72c27fe6a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('a110f1a5-2ea1-6d8c-c206-a156bc889096', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a186a827-44ff-9d0c-354b-bc3e120f8c18', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('a1fb53bf-0a9a-5c28-43aa-14c99f6c92a4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'level', 'level', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a26970d3-ded1-564b-4376-cd8cb8e829d0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'processed_at', 'processed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a2826838-8c79-ec20-a7b5-83f850a31e80', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a284dfdc-91fd-6486-9ecb-8853949fc707', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'body_text', 'body_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a2d5ea6a-7203-8718-0b65-d88cc2ccf8a7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'action_config', 'action_config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a2dd489d-5057-2147-a119-7ba8e6f471a9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a348df98-9a96-a4ad-ed3d-19ab1cbb323a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('a367f99c-3bb2-b0c5-f3a8-e092389a314e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'notes_text', 'notes_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a3897679-93e4-7d4d-a6a4-10690bb522d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a3c3b198-fb9e-1d19-dea1-ca48070808d2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'currency', 'currency', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a3ef24fd-57c8-7de6-c9b4-e8208a9362d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a40e90da-0239-2a12-c36f-738adc9530f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('a4960cb9-ef89-fbbc-3099-2158f29036b4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a49e99dc-d06c-89fd-ed0c-6a52818cd217', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'sent_at', 'sent_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a4f4e0bc-b596-d880-638d-a4b94a8d9119', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('a51a284c-da68-9d36-af4f-ce38af35411d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('a5b96644-bd3b-4f15-124c-0dda8a4e176b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'raw_data', 'raw_data', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a60380cb-1591-37db-362d-384a456b7cf6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'message', 'message', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a60ba6d1-3789-91ee-ca5b-8e5688613832', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'completed_at', 'completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a677edca-92cf-a993-c185-beb25a22b911', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'occurred_at', 'occurred_at', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a77abdfa-2e41-c61c-5092-e6ceaa5e6b51', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a7fdac33-811c-1ce1-5aa9-6829e828ee83', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a82a2f39-fead-d615-5da7-1f2ff155dd09', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'task_id', 'task_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a83e3623-51fa-ac77-2e92-aad798877d47', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'external_id', 'external_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a88eb080-7327-e431-8e00-c94b89e4bd43', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'subject', 'subject', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a8a22395-05d3-75bc-3806-d072d11a2d07', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a8bad33a-c8b9-a458-2724-caa8b7dea669', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'filename', 'filename', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a919f33d-b483-6831-c0ca-0bae8f743ee6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('a97f3333-8db2-92b7-5642-99c8f7a19baf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('aa087086-b0cc-3c05-85e8-7ed7bf8d4851', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('aaa8afde-c7b5-8995-434e-d9c15689fc4b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2fe27288-806b-12cc-d0a2-b1ca9d87f3bc', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('aab295bc-43c2-dbdd-1192-fc53c2b5deaf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ab69ac87-cb19-82ea-80a4-e1ea120d1823', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ab700220-f8a7-ad7f-5c9c-ae66d5f027d1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'summary', 'summary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ab8d8cfd-dc6c-681b-6c08-e529c2761bc6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ab9a1722-9a44-6404-ecaa-169a64de9c82', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0fff97a5-3cfd-54cd-198a-60b6815a4887', 'deal_id', 'deal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ab9f01bd-20ff-1435-60e1-1d45badc2ec7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'payload', 'payload', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('abc4352a-9639-b242-298f-22d12a802532', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ac249620-470b-0e45-d3bd-a8bc7bb43319', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'tool_results', 'tool_results', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ac531a41-1c5d-5607-43bf-51a1dec19c38', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'organizer_contact_id', 'organizer_contact_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ad4885c9-456d-411e-79c4-8588ee959bb7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('add8b5e6-982d-8179-9c88-664ad6b5f906', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ade1aa92-7a85-e022-fc2b-69e230e195bb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'email', 'email', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ae5473d5-c73f-13bb-a650-bb4218a732e3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8f6da1c-d096-73f7-e8d1-a438fa8df13d', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ae5c805e-4253-71ac-4343-27f09f9c2a77', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ae5cbe48-6354-19a3-5ad2-4950463f0ec8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ae9d995c-cc3c-feeb-b4c8-a598afeed9b2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '68edf88c-42d9-4f2d-f870-90546662fd76', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('af1c509f-69a5-4ba1-ab7e-987f4a963bf6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('af365944-7ed9-46a1-cab4-8c01d9d6418c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('af44e8f8-8cda-8061-5e07-d53c6a7c4ad6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'tool_calls', 'tool_calls', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('af636576-2556-61b9-55e1-a3bff23bef23', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 18, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('af80a097-3f49-8f06-f3fe-0f73321f10f8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('af9b3b75-ffd4-7596-42f4-f794bc8e454f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('af9c2403-2c65-a2f3-ec82-c0e63418250f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'destination', 'destination', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('afb11b74-832e-b5eb-bf2a-8dab1fdead06', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2519f4bc-ea71-c6b4-b37e-975000df26f4', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b04597f9-604b-d776-cbf2-6ab7c1c973d0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'rating', 'rating', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b06c4cd9-fcca-d965-3055-55e8fca37610', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b0a60ffe-fd47-1f9d-de03-07cbf286daff', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b0eb6c3f-d2c0-6b8a-25cd-247ce64320ab', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b11fecc7-3101-dd63-e788-cdb26b3b4a93', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'url_type', 'url_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b154d230-59c2-a57a-e3a8-800106822937', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db6d316e-1f53-f575-84a1-185ddf112eca', 'document_id', 'document_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b194d14d-498a-257c-01ab-0a7ad7276818', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8711d3f1-5f40-46f5-4300-24c713a27fe5', 'document_id', 'document_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b1c9847d-8a63-83ec-1e9f-f6dfc6fb9195', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b1fb9796-48a6-5eee-19d9-6135df547f28', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b2094a39-e80c-cac3-91e1-c7e44549bf77', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b2322e5d-1edf-0079-ef04-81261413de83', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'message_id', 'message_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b3d50888-dd30-d1a3-a890-a1c530596430', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800043d8-7751-9090-308c-b70a2516688b', 'venue_id', 'venue_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b4c69058-58d7-5e5a-6d3f-19d1841eaeb5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2b631e-beb4-c64a-82a9-f140a28875e9', 'target_record_id', 'target_record_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b4ec268f-49e9-a7e9-7e9a-0d963cf0a389', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b60f252e-0abb-80fb-f139-3a4e5b402291', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'industry', 'industry', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b636ff51-40d5-f375-78a3-7c21bd12c133', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b6800835-b27d-de8b-1f8a-8f2b4abff8fd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b6cb5191-b034-1462-56f2-56bad3181f3a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b6d83781-c363-8dfe-7c10-858503ada34d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'result', 'result', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b6db1073-c2c0-6bf5-be29-c025a525ea72', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b6e0bb50-a244-4248-3058-955a327787d1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b6e76456-3363-63e4-63c1-8f033c9482fa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'content', 'content', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b7070e81-d7aa-746c-fa7d-afc11ec507e5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b814e452-9e06-a031-3cdf-cf7cdff25185', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('b830822d-04a9-6e8b-f92e-c33979422ce9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('b952fd53-1088-85dc-3483-eed69cc9d431', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ba30cbb5-2e5c-6832-1c6b-fcf840232562', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('bb72212d-83f6-45b5-a3c8-9489eba2490e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('bba0e1d0-6f9f-823c-3f8e-5479fcbe7948', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ae455b39-e68a-6ebc-85cb-74e228fd1d02', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bc605a9e-d8c5-fe44-996b-63b409267599', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bc8f1e92-7ace-5d4c-22fa-5f81b006fa0b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bc999d9e-233c-9efd-038c-cb00f8ff19d8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'city', 'city', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bcab3bb2-b512-7a7f-f9d6-6702beb602a7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'is_secret', 'is_secret', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bd147902-5b83-eb26-c736-904e2e2c9115', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bd52bd51-a628-8c73-e43e-a38d63e24886', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'city', 'city', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bdbac692-0409-b1ec-0f3c-9cf4e0f78c36', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58882eac-e093-2a34-be7b-af7054d416e7', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('be420704-ddc8-e8de-6fe4-c043ae7a1335', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('be939382-548a-b9f4-5a7f-cdf4244f991d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'afdd17b9-a0b6-05ed-e74c-1ea8d28b2575', 'skill_id', 'skill_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('beb696d4-27a3-5122-9f1e-fd3054386c06', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'repo_name', 'repo_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bebe99ed-8cc6-fa3f-1aec-008ce8c49da7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bee6ab58-8e42-2094-77d6-9ca8827e98d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bf3c2d92-5ef7-8ce1-3b52-263444a9fda0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoint_type', 'touchpoint_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bf76308d-f91c-107a-7647-dee64649180c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('bf905b1c-70d3-50ee-37cd-2f18e4839995', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'progress', 'progress', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c0042d9e-fa86-f7e5-db83-ac66ba60b655', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c0109722-0e2c-a6d6-5684-c2864b01fb39', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c0286878-bf0e-088f-efad-977db5d43bbb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'trigger_concept', 'trigger_concept', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c07a4c66-e554-7d64-0f5e-06bbb353204a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'last_run_at', 'last_run_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c0cd9c1a-3086-7982-2630-169769ac85b6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'quantity', 'quantity', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c1111a43-dc95-31a5-c714-a268bca3b7ed', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c1316c8a-6864-23c2-ab0e-8bd1f67f4069', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'address', 'address', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c1844855-447b-cd7c-6cd0-3ac934cf50c7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c2481a21-0eac-8301-63cf-c7a75b6b9489', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c2b584cb-a0b2-0d4c-5099-365994fe13ec', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c2ccdc0f-ca6b-85bf-21bd-900a95a5b268', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c2d5d948-0afd-29a8-1002-cae3ddc60713', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c302ea2c-1138-a7cf-77dd-9469a0dbce74', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'project_type', 'project_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c3524e66-0eee-1b1d-2dcd-3ca67742a299', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'role', 'role', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c36aea49-76e2-907d-ae1c-e584e87b383c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'token_count', 'token_count', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c48fb138-73e8-e4e8-3679-a02925d3087d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'ended_at', 'ended_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c4ea8c64-739b-f187-d59a-eaf047d19a09', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c5b27ee1-7a1a-f472-4e99-304c959267c6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'completed_at', 'completed_at', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c63acd66-9ceb-d27f-d54b-6275cbf7641d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'ended_at', 'ended_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c69dbb96-c207-3b0b-70ea-de53b4adf929', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c728976a-88a2-bcf4-8cfe-ed90944ebb91', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f65e301a-2609-4bc0-d9f0-a5feaef3551f', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c7347ba9-68cd-2faa-de97-149b74db0cd9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c76b477c-310e-3635-1e97-b66d0aa2a398', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('c7e7b11c-8c28-21ca-ce5d-bb3fe828a10a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70d508d6-2baa-38b9-2e7a-a1c7e635408e', 'state_id', 'state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c7f3e34d-1ff7-562f-a16e-3a426c0d7693', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'subject', 'subject', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c8458fc6-23e4-d3c5-662a-a261dfb67a17', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8e5e2584-dedf-0d6d-d4da-3512613b6b48', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c8b3ed85-7d50-f095-0461-a8dbe9b5a56b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1dc61d39-7f88-0ae9-8156-f9ddab63d0a2', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c8bc5e75-55bf-e088-1caf-bf157ad4b413', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('c9881f81-f3f1-b7b0-e0b1-1a2b607722fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('cb573370-d602-c9c6-697f-f0c5488e5da7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('cc113348-21ef-8722-bfc8-46defc6b2e29', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'event_id', 'event_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('cc446b65-3ea4-a36e-de46-1a650d391f1d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('cc577d89-9938-8a97-bfe8-fff7ecf35c6d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('cc6bbd1d-e9b9-4937-ec82-dabf27b2a1ed', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('cd18ef98-6eb1-f0af-8638-94d7471205bb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('cdc91f6e-c7c7-aa99-77ab-c0ccb681b9d5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ced6ca68-cd10-7920-af06-f6d70a54d578', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d023fe78-7405-965e-db70-d9c0f7572d4e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'metadata', 'metadata', NULL, NULL, false, false, '{"cast":{"name":"jsonb"},"value":{}}', NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d0f5fd07-6f3e-56a5-5293-65fad9dedf1c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d1296159-60c5-a59c-6cad-d6cbb9cd2774', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '406d92cc-cd74-faa7-e131-b93ab157277a', 'venue_id', 'venue_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d1c29c11-a1d1-cd04-a7af-dd3c8284c1a6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f7e4b7b0-bc9b-c4de-94c8-680a5318c059', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d2149ac2-b300-9f55-4768-d401c07e07b7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'trigger_concept_embedding_updated_at', 'trigger_concept_embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d25ace9b-394c-7b74-4e6b-11761d0d87ea', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d26399bf-8b3c-1bee-366b-259fa70d2d40', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d278e7a5-c344-ecf7-d8c5-89bc26159bbc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d2d35dad-2163-3a7d-d90e-6c861c619cad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d303f5b3-6c4d-9d57-6f09-06e7e2c0447a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d31f69d3-d459-570d-a731-995dc7aa171e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d37dff7a-3229-dc9b-fea1-046dcd8061de', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d38d0cf9-4980-053b-50d0-9e6fb4d94ee9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d3b1163e-ae9c-94d8-da5e-c84f60f25242', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'conversation_id', 'conversation_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d455a0cb-f6a6-336e-423c-bd299cc8a99f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d4724746-c713-eb21-bc44-38146b1ffca1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d4747767-6bb2-11fb-70fd-189e67a4ccac', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d49394da-02d8-ed36-a70a-02589e65753e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'end_time', 'end_time', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d583663e-25a9-7d4d-35a7-7c4c0506889f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'notes', 'notes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d5c2fa69-bb0f-66a9-2df5-243a99339ddf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d5fe13cf-21cb-0132-e4e9-124cd48a6a99', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'channel', 'channel', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d615e151-a873-5351-4614-5209359fe7f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'da5b5144-990b-f7fd-1fce-5dd3cff75417', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d6da5ad4-2212-344a-c31a-4da9675a4341', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d72262d5-ba7b-a9fe-efb7-d6f6037c5159', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '243709c7-f9f9-9c9e-9ca7-8b221dda4e3c', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d7abfd5e-3e20-0253-f9d6-0684902ee2fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'venue_id', 'venue_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d7ed7afa-0d96-7c8f-5821-ea15493c4abe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d8153aa3-7af3-ef1a-d471-160114d4c8a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'bcc', 'bcc', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d8bacbf0-110f-512a-17ce-6cc77dc26404', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d914ff51-c010-ac9e-2732-e737886ff7b1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d946705f-730b-c466-d963-1d2bbd4c27ef', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('d98429dc-2c88-11dc-57da-f27a2eacc6d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d985f6e4-45d0-7d6a-8932-41089e4b59dd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('d9df6a96-fcbb-ea72-0cb2-1bbb30122f14', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'relationship_types', 'relationship_types', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('da1ec4a0-34b7-223c-58da-7df9101875ea', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'response_status', 'response_status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('da84f66c-3eeb-487a-35a0-14ad83bb40a4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('dae09677-737e-1e50-fcc4-cf43ee72fcb0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('db31946f-1c2d-87c4-6851-7780caf12e60', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'bio', 'bio', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('db3c1302-14e4-76e9-1afd-48916953b670', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('db4a31f0-2836-c7e5-3c0a-e12d4985533c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bae5c563-ef9d-6517-ce1a-2e88b8e2470e', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('db5f21f4-bc6a-d50d-bc5c-bd891f91bb38', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'body_html', 'body_html', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('dd7ade4e-4906-546f-4946-cc3a572141f2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ddb33460-3f39-f351-a27a-2e66ea2d6f79', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('df2b65df-c824-76d7-93ba-872daa24eec6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'history_id', 'history_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('df9bd156-4b56-72d0-efca-e62545c912b4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'search', 'search', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('dfa9860a-fbd4-4879-3e41-c13bca0c97df', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e12026a9-d022-3ca9-fe94-14738fef1c8d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e1292930-1753-4d45-02ba-fcf9ab0c9777', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e15cb8df-5be2-fcec-3fba-c5b4747031ed', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'raw_contact_id', 'raw_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e1f82da8-dc3a-3213-d74d-a8dee70bb99c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'start_date', 'start_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e27707e4-c023-5a01-6966-29c2b320984a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'raw_contact_id', 'raw_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e3071c57-3ec5-88db-3341-3ee29eae4a81', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e370545b-f1a9-c788-8bbb-89b532869f6c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e3bfd188-29bb-89bb-3a3f-11dc1c28bf5f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e3ff25c4-4a98-6c7c-57a2-5a846798b539', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e40045bf-631d-931f-db15-db6d6d4bb063', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e528c5f5-3853-c569-ca98-312f52a0d02a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'location_geo', 'location_geo', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e55a7457-b204-3e6e-a99d-a1f43cbda90d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'temperature', 'temperature', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e560c39f-5675-e4a7-a54f-2beef4eec765', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f3d548b3-3c6f-356b-f04a-cf5f4c2df82d', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e571054b-6640-db54-ddc0-d17d605973cd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e59b1a65-4da5-d7b5-19ca-571c428ddeac', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e5d45b5f-74ad-ce3d-12df-da10dccf262c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e643f069-b773-529b-d23c-ea088b22fc2f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ec39e1ac-214c-d20a-a838-08fffbe278fa', 'collaborator_id', 'collaborator_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e67114d0-8024-1680-6927-5a5e8a50ef94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e696432c-b95e-7b10-2c93-da95e77daa42', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'afdd17b9-a0b6-05ed-e74c-1ea8d28b2575', 'tool_definition_id', 'tool_definition_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e69cc6e4-4174-e3a9-ed52-7f3f17bf799e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '005af3e0-1a91-92b7-2f33-0f92998648c5', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e6c4f649-47b1-74bd-1328-8a2dffc51961', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e718eb1c-f153-896e-d335-f434c3558215', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e7ab1dbb-5a51-0d83-9295-26307196dce3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e883b660-c55e-36bb-2307-567dd195b89d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e9034795-7512-65d2-4b44-50b24bebe7cf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'timezone', 'timezone', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e993d31e-5aed-1aa2-2802-8072acff90bb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('e9d3b46e-7d3c-8610-109e-9c809334562c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('e9db4b5e-98d8-944e-ab7a-afc1852945fb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'last_name', 'last_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ea010c85-108d-8476-51d3-0e5132b4047a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ea0b85a5-0538-e7e5-9de8-12f23c92b360', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ea72234d-eaf5-3bab-b3d7-f7166a3af8c2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('eb1fb1ed-470f-d5bf-ca62-75babe7cb814', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'content_type', 'content_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('eb5a3340-bc57-99b6-6334-2567b5b27b70', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ebc88437-4ab2-a7a9-8cb2-7141199beafa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'caption', 'caption', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ec002215-5439-7062-d180-c589e1ee1c71', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ed945ffb-73ef-4693-ce67-a40e28faac8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 18, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('edb8f9fd-cfce-68b0-5afb-2f5668440bfc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'vendor', 'vendor', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('edf30b2c-f27a-bb30-cfc4-bf1cf2f1a533', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '005af3e0-1a91-92b7-2f33-0f92998648c5', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ee1f1f23-4be1-22d5-c77c-0edd8558a313', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ee9e7d11-e1bd-a3c1-99cd-a42e3df01e3c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('eec14f73-8f5f-6764-629d-ef0c0d7c1a5c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8f6da1c-d096-73f7-e8d1-a438fa8df13d', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('eee0ea33-1b9c-491f-e2a1-edfaab964431', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ef5c9f1a-d5a4-5781-218b-a9c54781041a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('efb8e62b-be7a-0398-a28c-8beffc126fb1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f01a0899-976b-040b-2223-b53b57672d9d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f0480de9-588b-db07-aaf2-751d43c3848e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f06c96f2-382f-f309-cbbf-4f6bdc670ab0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f0dea4c9-f71f-dbe3-1ec5-3364d4b0a44f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f19a6724-f4ce-fdfc-e248-a1a68a3f97de', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f2c17b13-9dcd-834e-4f62-2636674b1ba0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f3965a85-e47d-6913-aa82-4f646ad0c69b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f3e1d8d6-2e7f-b42c-fac0-b48177869f72', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a1b17efe-df85-506d-c17c-20a8b9e3364a', 'deal_id', 'deal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f3f268bf-7b7b-7009-caf7-ed728277312b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f4184c35-01c1-291b-812f-f1f953a7f6a3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f43d8090-51a2-cd1e-d48a-fbf782a2ef52', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f441d6fb-82ae-1981-0ca2-7498fc3c4a7d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f477724a-6b92-88ed-c9a6-5e656c91133c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f4d98fda-e34f-b142-f7ae-cd15dc061ab9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f4f87624-785c-4f4c-509d-6cf19a8495e3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f52559e2-9505-4edf-0256-3ecb368c3cda', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f59805c0-5f94-c448-c60a-3ab79a6496cc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'company', 'company', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f5fa4471-81d4-75a9-7786-8ffef866cbb9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f64c9100-5502-3682-2f86-383bd2e2fec5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'phone_type', 'phone_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f697dec6-b0ab-f0d9-9925-ade33aaca943', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_id', 'calendar_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f7364e7d-a724-e80a-645d-a315af4b0409', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f77a330f-7923-12b6-4a38-6801a9bb6f90', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f7ed27c2-ed7c-4813-5fd0-2d6d8d03aa81', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f7eee65c-66e4-662e-cd14-6070fa63c16a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0fff97a5-3cfd-54cd-198a-60b6815a4887', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f801cf86-b23c-d9d2-fc6f-f004666e3c36', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f8a3bd5a-c482-3b17-2e87-4c47ebd650f5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f8af9590-6414-4fd0-8a6e-c06b01060e01', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f9419669-edad-5524-8af2-a433d30d9f4d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'input', 'input', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f9821189-8e0f-39e3-610a-d8122abbfe20', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'documents_id', 'documents_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('f98f7d4c-0f3d-fced-127a-509e83a8fb17', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('f9e14d0f-aefe-1472-5d33-31f1e5210259', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('fa429070-c842-7c62-0e84-db3278ef94f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('fa50842c-4f83-c8a6-e083-4138b31d3bf0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'headline', 'headline', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('fa7aa152-998f-81cc-a027-b4247f992a13', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fadca260-c48b-f3b5-4cda-bcc14cdd5c92', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'street', 'street', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('fb3cd5a2-25e7-592a-90dd-1fc9a458efa4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'job_title', 'job_title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('fbd21e1f-d40e-39ec-b3f9-7bf6808a8af7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fbeb203e-0a9b-8d66-f7b0-cec89f256893', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fc33fd70-6059-5b22-8662-30076256cf07', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'last_sync_at', 'last_sync_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('fc541912-b531-4f15-db59-ac9307813fd4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fc83c569-e068-5d00-d0c7-a190ede40574', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fcdbe058-a820-db69-ef1a-f9af37fb75d1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fd34e916-3274-2c93-c277-0758d474e994', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fd9239cc-1590-a7ca-f339-f06be3adeb86', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('fdd6592c-f0a2-2755-3318-8e32187d6091', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ff149439-21dd-071e-3cc9-f124905d43db', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'size_bytes', 'size_bytes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ff19a847-9bad-1255-1a5a-0c4520f711e0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ff81cdf0-a75e-8520-365c-112e40fd7324', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ff958f2c-6626-2aef-c593-d36c2278d6da', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ff9e19d2-ca5b-bf4c-1360-5273602ee201', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), - ('ffab6a9e-4bf7-b65d-403c-38d05064b9d5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), - ('ffdba3b6-2498-6ec1-cfb7-27dd3bacc9fc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'occurred_at', 'occurred_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'); + ('00650430-1c85-b480-2ccd-6936a8a7ebf5', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('00bc3cb6-c1cf-ac20-42b7-92910efe22e8', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('00bdb9a1-b102-042b-5e91-0aa262fddd0d', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('01632d57-1b42-8ff3-f1cf-b4bb2a79ff67', '019fa679-9064-7be8-b12a-f974608356ce', '9439d734-1945-000d-7391-088b0fcf45c9', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('01a37ae6-56ee-0d04-6cc2-11c87e72a035', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'url_type', 'url_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('01ce5061-d292-2e78-5029-a6ae9b2731f7', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('02a57df0-487b-8ff9-0288-d36ef48cd241', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('03e21540-864d-d6f8-5b29-2c7872bdfab3', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('03f28d8d-d32f-98b5-e241-e9551e54a9b2', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('04127b3a-8b78-2f94-392a-e6b0b9cc7616', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('05237e6f-a532-6f33-b063-6477f085c807', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'end_date', 'end_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('052d8396-4200-efe6-d5d1-c8dd429568a0', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('05a4b260-bb2e-d59d-c6dc-3e976b3ffab1', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('05acb61c-3622-8bd8-71a0-960443328352', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('06019241-6eaa-7497-b450-8e38b4823ba3', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('06339bf5-80c5-4bcb-f267-89b8adf94696', '019fa679-9064-7be8-b12a-f974608356ce', '54c4a789-52fd-10b1-a15f-01c3291a177b', 'deal_id', 'deal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('063d6e01-8bea-9a28-d361-440850bc61f6', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0682f0fe-9a06-c4c9-7ca2-570a2e86ad93', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'trigger_concept', 'trigger_concept', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('06e9ef16-9291-0d5e-6a29-ed90e8979a86', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('07456f5d-671e-e4e0-00de-6b4122faf069', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'city', 'city', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0782cb39-20e7-39dc-8bb8-68c9483c02b7', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('07eec68c-6a1e-fcdc-364c-7019d8067a70', '019fa679-9064-7be8-b12a-f974608356ce', 'ac39bfed-e061-aab2-b241-6d5227164f7e', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('08acd7e1-bc11-3dc8-0d8e-dc5eb45d35ce', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'phone', 'phone', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0943b2ff-c94c-337e-8ab9-83c6e675dca1', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('09c029ed-95c2-1b0f-fe2e-3c5d70162555', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0ada8ec8-a73c-205c-b4f9-b45e93249b61', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'email_type', 'email_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0b31ddc1-6bf3-5706-8223-3163d82e6c92', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0b5d7bff-ab69-411f-5673-c7b49cfdc615', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0b81bb52-6fee-d860-b294-4c4cef6f2c26', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0ba81052-6469-ace9-b89d-ca010220add3', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'task_id', 'task_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0cb59ffb-5776-cc9a-36b5-e54c1fbd412b', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0cd37457-0cfc-9a4a-7280-a42ac8361f44', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'trigger_type', 'trigger_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0d19ce32-797d-3820-99be-7680d751229d', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0d8c0bcd-8705-4322-3da9-e0564097739e', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'context', 'context', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0e457cc9-3b9b-02b5-8e0a-708aa86a52df', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0e7392b6-6dd3-2a93-1240-32d6ad2259aa', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0f178be7-95e0-2246-8fe0-dfab4aa1f996', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0f35cf90-a24c-2dc7-9d5c-5d0fa51d4b0a', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('0f5a98f4-47df-3f27-5f05-815467e01e9d', '019fa679-9064-7be8-b12a-f974608356ce', '715d37b2-ba0a-85f0-4a8f-0304c6172578', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0fcb1893-2df1-d21f-9498-66a62f3c0e70', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('0ffaf1ea-fcea-2f8d-09d5-107f33212c9f', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'notes', 'notes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('100733b7-d694-5985-c8bc-049051212307', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('101a137f-ca7b-0bcb-20ab-544e162c7300', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('106127ca-951a-8786-c891-64075b9d3424', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'active_count', 'active_count', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('106ef70b-91a7-ec98-04d7-9a44624b28b3', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('10b13128-b65c-6568-aeb4-437654e021f2', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1157c70a-d2ff-7054-cf1c-a8acfc9f2d88', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1229ca05-7dfe-f07a-36aa-9adf8966f13e', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('123663f8-54ba-8062-d409-55cf18b9cf86', '019fa679-9064-7be8-b12a-f974608356ce', '6bf29bf8-a01d-dc68-1bdd-6b037f0913c3', 'venue_id', 'venue_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('139e7f8d-5803-f500-014f-ea09eafc7508', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('13c53c38-6cbf-bbe8-0946-434c76978ea8', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('14b9fc78-746c-9f2d-4b3e-f4738cc76417', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'size_bytes', 'size_bytes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('15fab7c8-c294-5c20-2cbc-2c4a7b6f1af9', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1624097d-3ba3-eea7-f92c-c8d5e9f19787', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'state', 'state', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('16443541-b4dd-50d7-0537-d5630658efc4', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('170aa91f-cb21-8e3f-7bfa-4ad45f254906', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('176587ff-c8d5-a098-6979-bbfaee871218', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'last_message_at', 'last_message_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('187fc28e-dc58-260d-0dde-9171d3c6fb68', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('18a8691d-f075-980d-b155-1b8a6770fab9', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_data', 'raw_data', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('18c872e6-41d8-fadd-5ca1-50c4f70ce39b', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('193b5d37-9b87-f8bb-907b-195a0f703509', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('195791fd-9b9d-bd02-2fec-ca7bbbc29588', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'ended_at', 'ended_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('19661519-d867-5315-ca76-f6f57958b592', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('19776e7d-41de-ad1b-d339-b8ee2be75001', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('19c08ba5-d554-a702-34a1-c8f1e305cb3c', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('19fc6939-d7ae-7430-cc7a-f18e5eb671a3', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'sentiment', 'sentiment', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1a1bb13d-a865-d066-18af-03a606e74154', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1a6761f2-f0b4-6e9e-5af2-3e2bb36ea363', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1ae357cd-1085-2822-35f7-c67c493bc81b', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'completed_at', 'completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1b8d3042-3d47-8ebc-20a4-ba8b4b9c6467', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'to', 'to', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1be005cc-64a6-421e-e3de-46fabaa22e0a', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'documents_id', 'documents_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1bef984b-5b48-18ba-a923-fd22b3d13931', '019fa679-9064-7be8-b12a-f974608356ce', 'ce0568b5-2326-c4ad-f4c7-b57c0863b6ee', 'email_id', 'email_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1cdb2537-6218-0a4e-24c2-d1ce385c5fad', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1d4ab9fe-9d07-8114-f078-36cbe45b3f4d', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1d833169-3904-30a5-03c6-c77d0a5e01de', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'occurred_at', 'occurred_at', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1d96ac2b-9bcc-3054-abaf-76024de87833', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1dad33ba-943f-fa37-5922-6600d7624e86', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'provider_calendar_id', 'provider_calendar_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1e006b52-5fc8-abd8-1fa9-a64f923e890c', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1e07a295-9bbc-6258-ba46-0fe3dba412df', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1e13a05c-89d7-5e2f-0beb-5bd6a2523967', '019fa679-9064-7be8-b12a-f974608356ce', '705c4282-71d5-6754-f26b-c7de135e3e63', 'goal_id', 'goal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1e46865a-c18c-358f-de76-71207eda6ec6', '019fa679-9064-7be8-b12a-f974608356ce', '9439d734-1945-000d-7391-088b0fcf45c9', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1ec32774-9d65-95f7-3c40-a2f6bf172852', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'event_id', 'event_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('1f5ee42a-f49c-01fc-e448-8989e2fdcecd', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'location_geo', 'location_geo', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 19, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('1f80de5d-7e33-86e9-c0d5-663b13ba6ea0', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2002f8e2-4d8c-b46a-e2ab-f65efce84291', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'street', 'street', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('20030ca2-17f8-b59d-12bd-01c40948b524', '019fa679-9064-7be8-b12a-f974608356ce', 'c449dc46-a55e-fe16-9550-933f39e0c575', 'tool_definition_id', 'tool_definition_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2006a4fa-2817-bec7-d49f-5c36c9c3ef8a', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('200ec883-be8a-f956-204a-2240f6401bfe', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'google_place_id', 'google_place_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('20718685-fc92-7672-1b6c-30e68d272c9d', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'end_time', 'end_time', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('20cf54b1-e5fa-a58a-d28b-356ef51c5fc1', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2158e76e-1b33-b29a-b70a-e80ab97b44cc', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'vendor', 'vendor', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('21c58d3f-bd1c-a609-0d1b-fe74f1064972', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('22189a4b-b2c0-843a-435a-64751b0e4983', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'destination', 'destination', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('223327dc-3f2e-5856-3032-3948cd2ddf64', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'sentiment', 'sentiment', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('225c5fe2-5efe-4d47-4956-0039b720deef', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('228d3828-74c4-83f2-3e90-721ee90e46b8', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('22d1d18c-a249-8ee8-3817-8b943dc68dfa', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'notes_text', 'notes_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('22e52886-13a9-1c5c-ff3b-c5df415d87f2', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('23272d89-f2c1-38e0-374b-3549f79c5995', '019fa679-9064-7be8-b12a-f974608356ce', 'de623993-71a2-3a37-b303-dff7d2945fac', 'dependency_id', 'dependency_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2342f903-bef9-858c-5ca4-2355dfc72d63', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2360e5ef-2ea6-19c5-cd33-14952ca95b13', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('240a827d-7cfe-cccc-e165-cd49c6e8fa48', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2458f258-146e-7a1e-66ea-13a91e1faee6', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'ended_at', 'ended_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('245a8bcf-5312-1b4a-3996-ee67bc16f653', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'runtime_state_id', 'runtime_state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('24a0724f-c634-c41b-e3e3-94676d36e6b7', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('24dbffef-1cc4-76ed-d74c-1075b9db6d2c', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('24dcecd5-93e0-4d7f-650c-1725fbf5f056', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('24e2493a-9b07-3ae7-86e7-15ab8c81ffb6', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'neighborhood', 'neighborhood', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2571860d-4e73-8ffa-a88e-6aeccd1bd034', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'intensity', 'intensity', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('25937dca-ab7c-9f4d-d96a-91831336d5e2', '019fa679-9064-7be8-b12a-f974608356ce', '6bf29bf8-a01d-dc68-1bdd-6b037f0913c3', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('25e5991b-568f-4e01-e811-91b60f92c6a8', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'alt_text', 'alt_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('25f123eb-92a5-0c53-8a1c-559f71efee4f', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 20, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2627a278-abf3-e543-a4ef-c9157e227f86', '019fa679-9064-7be8-b12a-f974608356ce', 'c0511c5c-68f3-8d11-2a4e-d187a78acf12', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2677a913-52a0-ff98-b7cc-bbffdfcdd91a', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'provider', 'provider', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2681c199-06da-d642-e2dc-3a590b1e1f13', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2686980e-e7b6-4b5e-50dd-4512b6773fd4', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2694898d-0ce6-0418-5162-fbc0d82b13e9', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('26b1b952-70db-e5d7-a37c-4d38fed95a88', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'content', 'content', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2749c21c-c190-3db4-c0c2-e2655fa4af75', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('274c9681-1db6-1aed-713d-0dac421da67d', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoint_type', 'touchpoint_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('274d7957-3c1a-c91e-927b-0fe718851286', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('27f71217-bcb0-43e0-2d3b-e8c6ea1e45d5', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('28d6f7d7-0285-9453-0a98-1c555c0dc0db', '019fa679-9064-7be8-b12a-f974608356ce', '0a3e8571-6db0-4306-ffc7-a4942d9c048b', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('28dadfeb-cc8a-112f-9129-131b8c14d94b', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('290309b4-c613-7b1e-74a1-a2a3a0ce3d8f', '019fa679-9064-7be8-b12a-f974608356ce', 'c0511c5c-68f3-8d11-2a4e-d187a78acf12', 'email_id', 'email_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2904bad9-9b3b-fd0a-8218-0a3f09abc460', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'cc', 'cc', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('29b45a0b-493d-2f1f-9abf-c44adea8fa5d', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'metric_name', 'metric_name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2a1d5482-0c23-36ec-924e-5f50d73b0d19', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'location_geo', 'location_geo', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2a327714-2c46-ec46-731e-64b5c6b7e443', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2a78fa38-9992-3864-ddb3-ed34bc39e7ad', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2ac76a1b-564e-7302-6976-cc9d3b037c91', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2ad87778-5274-05ad-a00a-8693f9511aac', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2ae2b1d1-721e-ec74-404a-7befb04b21d7', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2c4b65fe-0144-d7ce-aa66-9b83036a4eb3', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'caption', 'caption', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2c7c852d-c6f9-f13b-c834-2934b6ba5879', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('2d0b8464-b890-e07b-4b24-43473583dffa', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2d21ccd9-c4eb-20de-c403-b57ea26925b3', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2d72e265-5841-8faa-39fb-f3c9519083c2', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'bio', 'bio', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2e16fd53-7c74-6433-969d-c815c07cb769', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'is_favorite', 'is_favorite', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2eb4b904-834c-5e60-7fb5-65782dc3e071', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('2ed64973-63c0-0f6d-f3d7-d2b125b57439', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('300e1afb-1343-9139-f6bc-8a47e41afff8', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('30231a1e-7999-3ef1-c7cb-6faf812aaa8c', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3155dea7-7c2d-5b2b-6d21-e824bfa0900e', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('31d81928-60a6-9195-d7c5-9450eccaed52', '019fa679-9064-7be8-b12a-f974608356ce', '706194fc-3286-7de9-7e61-710c10a67e03', 'expense_id', 'expense_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('322168bb-65f1-d380-59a3-d822dbfde26f', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'first_name', 'first_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('324185ba-8e62-24ff-15a0-7c79b37ce957', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('32730b78-3074-2723-c2e3-11043221cd97', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('32a963c1-7cbe-65be-c0c0-470df7f4e625', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('32bf4d82-a044-a574-53b1-1034b862aeed', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('32e32951-64d9-3c06-a3ee-742a268a4e56', '019fa679-9064-7be8-b12a-f974608356ce', '8158b978-1451-dbd3-3a9c-11b9fbf61e8b', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('334ea87a-0355-4498-5a21-7396cb738848', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('33a46a45-c243-b9c7-ae05-fe684e2229fd', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('33ac2461-e045-5d88-28ab-1176a43f8fa9', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('33cbfbbf-9c6c-2030-ebc1-a4add222e515', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('341af789-aba6-a036-8566-db60b296fbfc', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3464b2c4-f1f1-c244-5d74-5d66436d9543', '019fa679-9064-7be8-b12a-f974608356ce', '3643a6e9-aba6-0a38-5cc2-6b2e880b9b2f', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('346ca124-91c4-ff6a-9e8b-c052811af737', '019fa679-9064-7be8-b12a-f974608356ce', '54c4a789-52fd-10b1-a15f-01c3291a177b', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('34b4f8fd-0b35-35d4-b96b-f9901260e40d', '019fa679-9064-7be8-b12a-f974608356ce', 'ae46f40e-b035-5e32-18a4-dec5e143f1e5', 'memory_id', 'memory_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('355427f7-27c4-89a7-e147-bbb8d5f461eb', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'city', 'city', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3571fdbf-210a-513c-bd99-676bb7a675ce', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'organizer_contact_id', 'organizer_contact_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('35accddf-5949-9f7f-7ee5-64d5f4cdce3b', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('35ce045d-9bcf-e312-63e2-f28af0d9d8d4', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'provider_attachment_id', 'provider_attachment_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('35d431e1-2e3e-379f-5bdc-e6df3a463651', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3693c7cf-864e-7e73-e1f3-b4d8a1d59438', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'schema', 'schema', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('36987e7b-28dd-c525-49a2-29e21d47f8e5', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('36fd497d-8414-99ec-98ab-3c1da134a974', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('379871da-1ddf-45f0-cd42-4f0fcc325d64', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('383fb02f-ece6-03c6-5e66-d0d3d51e8b0c', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('384aaa9f-f13c-900c-2d76-ae42229a4a12', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('385e056a-4f07-0228-50ba-1c315d38158b', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('38bc1e99-ca7a-e35e-7ab6-5c1f9741c382', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'summary', 'summary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('39c11e0b-7254-e8ed-a996-0e32901a13ea', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'contact_id', 'contact_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3a2393c6-6c40-7c72-5f75-3e2469a6f59c', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3aaa8be4-c26a-1369-9ce5-6d6aef6b7693', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 19, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3b24eb84-f54c-d873-798d-ca9489009c4d', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3b92b4dd-64b1-db3c-2741-7bcbbdcf811d', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3bba3083-9927-992a-7432-e6cf9f9627c2', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'location_geo', 'location_geo', NULL, '{"spatialRelation":["nearbyContacts agentic_db_app_public.contacts.location_geo st_dwithin distance","nearbyMemories agentic_db_app_public.memories.location_geo st_dwithin distance","nearbyPlaces agentic_db_app_public.places.location_geo st_dwithin distance"]}', false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3bcdd828-dd5a-ec66-f275-653c15dbf19c', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3c969db3-fde3-b72f-e6ac-6a3a638e9ffd', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3d0559b6-4ef9-90c8-9844-44108d0df126', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'provider_event_id', 'provider_event_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3d245a12-6135-1d4b-fbd9-690ec311a06f', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3d4ba22b-b58f-424f-f76b-d0887baabcf7', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'phone', 'phone', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3df87364-13d8-bfec-8432-b466aed0ff48', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3e116842-c4bd-c4a5-69e5-cc4e65674b97', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_state_id', 'runtime_state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3eea5d7a-7e1d-08b2-7280-df9761bb614d', '019fa679-9064-7be8-b12a-f974608356ce', 'e0e59d44-6406-e202-0f4b-a8d4f0039761', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3f10056d-e71f-cc17-1b23-c5146d6f02a3', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('3f47b695-d1c9-9f42-be46-3529e4e0c24f', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'phone_type', 'phone_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3fbeddbd-17a2-e239-e707-028f1cb813be', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3fcfd1d0-f145-78aa-c36b-0aea8f28009a', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('3ff4bb8e-03fc-a62a-376c-026741df5517', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'raw_contact_id', 'raw_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('403a96a8-1e71-4d4b-c74f-d60f313c7f62', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_type', 'activity_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('41865e1a-b164-5fbf-62ac-024b8b40eb13', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('41fc9fd9-68d3-5b49-d7dc-3708516a70b8', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('431386d6-c2df-a50f-1134-31c9245af55b', '019fa679-9064-7be8-b12a-f974608356ce', '01d38958-e199-5cde-d2d8-6be3c1bdbffc', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4396a203-f345-86bc-e508-6a16e382bfe9', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('43d345b9-459f-4746-e966-9e0ad6675cb3', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('446f1d1a-a0b1-8a00-5cac-5cf921769868', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('45663498-b36d-d08f-a40c-7312dad9b139', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('456be47e-6a7d-5633-ad8b-835713262039', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'city', 'city', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('458ef1cc-4de6-7c13-47eb-e463f658a467', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('45a02ba3-b859-7942-3ecf-69dfdbe01308', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'raw_message_id', 'raw_message_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('46cf8500-aa8c-4e98-dc62-149ece6269ab', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('46fc59d5-49b1-d8b5-c179-1091bc055469', '019fa679-9064-7be8-b12a-f974608356ce', 'e0e59d44-6406-e202-0f4b-a8d4f0039761', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('471071cb-f023-c4e9-9891-28ec7415b3bb', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('47114de6-270c-88df-1b6e-5f0aebf8f292', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('473c523e-2e79-0ba2-81a6-37d810b39db1', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('47a478db-57be-fc59-131e-0c01c0127619', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('47dc6ad2-7646-0855-8df1-8a9967a9c6c4', '019fa679-9064-7be8-b12a-f974608356ce', '5b3ab1d7-86c4-ebfc-0635-a31030582a74', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('47ee70a8-e478-f191-72ef-f4c20ae82da9', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'intent_trigger_embedding', 'intent_trigger_embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('482ebe27-2f49-984b-bb42-df6f35ae115b', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4845a0cf-edea-c82b-dc68-fc30810446f4', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('48711a92-c72a-49f8-22e8-4cc0e856efeb', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'notes_id', 'notes_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('4879d47e-b45d-bd09-ab6d-56c28e899e3d', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'email', 'email', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4880c8b0-af5f-fff9-09fe-676de1dc434e', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('48874918-08e4-8211-d382-1bb6aa6decca', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'input', 'input', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4896111e-3505-f5de-5d2d-af2658455e75', '019fa679-9064-7be8-b12a-f974608356ce', 'ae46f40e-b035-5e32-18a4-dec5e143f1e5', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('489ea648-bdca-d177-2120-ef5825717971', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4920559d-5d75-f7e7-8f92-215af77d7022', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4938b4df-5959-90d1-e181-fe23fa09240b', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4952388e-f1d3-a78d-bef9-b45917bcfd4b', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'artifact_type', 'artifact_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4996f8cf-df6f-a559-db2a-cc0cdb48290f', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'from_contact_id', 'from_contact_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4b000140-178e-e2d8-786d-1c138ecb5986', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('4b12fd9a-0e42-1f1f-99e3-561c2fd1a6bf', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('4b2ed207-d5f3-6bd4-63ff-9b7ec049f7d0', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('4b4939ae-1168-d078-7541-338c1c9e759b', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'action_type', 'action_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4bb7f7da-7e91-008b-25de-0804be47fa5b', '019fa679-9064-7be8-b12a-f974608356ce', 'b7756af1-9b93-7023-15a2-a5abfb9f5783', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4c0a10c3-0179-69b4-ed54-e6394c167b5a', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4cf688fc-e31d-b122-06dd-4d5d39d3f7ab', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('4d860bfa-3680-4cb7-0e35-8d48e3af6da8', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'external_id', 'external_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4d8fe19c-d566-535b-7f03-40b06c7acb6c', '019fa679-9064-7be8-b12a-f974608356ce', 'a1d52dba-8096-73f8-5420-5fdbd54af131', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4e3b4896-a251-0169-27b9-2978cf6bc615', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'color', 'color', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4f2c95dd-3707-6399-54c8-7779d502ed30', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4f4f7a71-b6ed-348b-b8bd-6c4f3e3f7c5e', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('4f66dca4-5e86-3b02-4b7b-9026bac14417', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'role', 'role', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4fce0eb2-c79a-0503-752c-27c5cb477195', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'last_name', 'last_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4fdc0449-dbf2-7b42-5bd6-4fbb8adbc669', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('4fea96b7-27f6-5467-c6cf-ce3a3bdc2d3b', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'external_thread_id', 'external_thread_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('4ff371e9-a463-a0fa-03f5-506a214991fb', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'step_index', 'step_index', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('50d053f1-39ab-c9cf-92a0-c910e0164d0d', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'subject', 'subject', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('50ef5345-3099-a8f9-743f-f402bbbc6251', '019fa679-9064-7be8-b12a-f974608356ce', '54bf1101-e631-1b3c-988d-ae9bcfb4b1a6', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('517ae838-415b-70c3-3ef5-9ddf1fbd7c2b', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('520533e0-a77c-e981-d45e-861cff16b167', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('5326459e-73eb-6398-64c6-734bbe018045', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'size_bytes', 'size_bytes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('539bdf74-09c3-28aa-5b64-657a1363acb7', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'metadata', 'metadata', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('53db99d2-634b-23a7-7d8a-fbe99763e875', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'venue_id', 'venue_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('54f572a0-41f3-5533-1a74-600140d87786', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'occurred_at', 'occurred_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('551da6d7-5698-5efb-6670-07b4a6fff863', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'email', 'email', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('552dedc6-7712-24b0-d3c7-0342f8b7d19e', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('552f6f14-7470-93c2-cb8e-47844a1ffda1', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'subject', 'subject', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('55d3211a-3d83-b295-1f0b-7c84d17500a7', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('565f6a02-1efe-eab9-a8b3-8d846f5f4bfb', '019fa679-9064-7be8-b12a-f974608356ce', 'eeeeac37-fd3b-83e7-7e23-152f560e51bd', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('56a6c550-1a0a-eda7-f608-59784b116e2a', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('56bb49e0-e6e3-2de2-93ee-fb415922c5d7', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'implementation', 'implementation', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('56cf994e-e54e-6a57-e850-564b9913b9b8', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'value', 'value', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('573abe8d-73d2-9911-9f3f-4e4a0b8ab316', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('575e88c0-6ebf-00dc-abb0-0ebe3a3069fa', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('5760ac70-689e-d2e2-f553-2e62d6da74b2', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'storage_url', 'storage_url', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('577aa79e-b863-38f7-c403-711a4cd286de', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'content_type', 'content_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5823852b-b391-1b45-2db2-69d3db7fa402', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('58b9fafd-29b6-1d4c-6602-1f5f18058871', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'next_run_at', 'next_run_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('58bfff18-89fb-4324-9010-44efecdccfd3', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('58ce9bc0-f47c-559e-f5ad-e7d53e247447', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('596adf1c-8cc7-c445-0139-a75d75e40f22', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('59c3658a-0427-f04b-388f-2eabd0e67cf7', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('59e1dcc7-1eb8-97e2-ed34-7f1cff3b91e1', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'trigger_concept_embedding', 'trigger_concept_embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('5b5582e9-0429-b247-aa06-8720529af96c', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'labels', 'labels', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5b706b5f-beca-7ea7-10d2-95e53e5ba756', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'last_name', 'last_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5bb82636-7610-59d0-a2b8-79c2fd375898', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'commit_hash', 'commit_hash', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5bc25171-a99c-f1b8-ae29-710de10476e9', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'provider_account_id', 'provider_account_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5c0ff6f6-e312-b1ec-cf43-fee2f1f29d47', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5c479588-ad14-b4a1-f69c-aae2ed0fa354', '019fa679-9064-7be8-b12a-f974608356ce', '5b3ab1d7-86c4-ebfc-0635-a31030582a74', 'memory_id', 'memory_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5cb2a3d2-0104-8664-8c56-2609ba74edf9', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5d057c28-3d30-33b5-aa83-639cabaf1fe9', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5dbfb12c-0714-9b01-f7a5-0ce9deef48dd', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'sender_display_name', 'sender_display_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5dce3cf5-e31e-6982-dae4-00f034f42346', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'ingested_at', 'ingested_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5dd4839d-986b-d19f-7d5e-1dc44b2ce9b0', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('5eedf403-9b2f-a966-081a-af5f943b8416', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('5fc84b98-b420-5cc0-ab51-585e5c67752c', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6001822e-2d95-49bf-6e75-21adb9ab3ab2', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6089ebb9-14df-3d69-e87f-2692fe8b3cbd', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('60c98dd4-0cd2-ca26-13aa-7bce4d346584', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'sent_at', 'sent_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('60f4bf23-0d95-def3-c458-4f0fa53d982a', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'industry', 'industry', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('61d466bb-d760-4c0b-c8c7-957e8c765d9a', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'sent_at', 'sent_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('624dcd83-cf57-933e-8543-43f116f005c7', '019fa679-9064-7be8-b12a-f974608356ce', '130a697a-0a4f-354d-ab8e-6e5eb38c51cb', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6268f176-908f-6da1-a02c-f98bd83203ac', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'email_id', 'email_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('62d1537d-5139-3424-387e-bd1e92ea9ad9', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('632170be-939d-9a86-4103-9a500d312211', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('637a594c-b693-6f02-a816-fee174cdec01', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('639b5321-48d7-31d8-5bdf-c3a2bcf2d890', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'triage_score', 'triage_score', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('63ea7f2a-71e2-0d93-1474-1178522b88df', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('640ad3d3-fff8-7ebf-c6ed-1522df71cda1', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('64272cda-01d9-974a-6d56-630792eaaf24', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('642a2131-72ee-a25e-6dee-796cbdbe1ca2', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'frequency', 'frequency', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6477672a-6a78-e86b-bd30-2a2129aa3b7b', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'data', 'data', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('64b73d51-1474-d5b4-6b5f-e7f7bac72a18', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'phone_type', 'phone_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('64ea0a85-2d23-1b44-cd34-a717b9a5b5ae', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'start_time', 'start_time', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('655a736e-beec-ae4b-9df1-1f350f1f3919', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('657217ef-2666-51f2-92d6-d866b1f7eaae', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('65c9532b-3164-c79b-930d-fca57a2ff40f', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('65e7c7e0-7667-5362-8a46-813410804583', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6626308b-ab7f-4273-af5d-24568482f520', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6643306f-03f7-c147-ba7c-e726b5cd1146', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('66e8f9ab-440c-c486-19cf-f31cc50106cf', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('671403c0-50e6-ee95-fb90-3faac2308085', '019fa679-9064-7be8-b12a-f974608356ce', 'fd245e20-4d3b-c0fa-b467-d508c2c14ea9', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6715b761-5a3d-a9ad-06c2-24bf4bbd51f0', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('676d2a38-84cc-af90-44c8-84c3defa8af8', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('678c859b-2ca1-92e6-9dac-5e628d9ef737', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'content', 'content', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('67a3461d-0374-8156-9fb6-ee7c02b51cfb', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('67b3be19-e6a2-5603-93d0-4c427ec5b26f', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('67db7bc6-18c5-adad-bbbf-832526b45077', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('68257d93-4568-ee4f-c9b3-4d734f6077c7', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6830336c-b653-ea1f-58d8-63e920b0d8a3', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6839b21c-b2f7-ce80-dba0-d94fb452846e', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6859655b-2e2f-dba3-2a2c-05118c6b00db', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'record_type', 'record_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6866d7e9-fbf8-4e92-8532-f5bd3c13d4b5', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('68cab9eb-8354-57b0-904b-9aee8555f1f8', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6925cfb1-3e39-0d7c-aaee-f2a74f8d87cb', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'how_we_met', 'how_we_met', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('69a308ab-342d-f671-dc0c-ef3db0dcadbd', '019fa679-9064-7be8-b12a-f974608356ce', 'de623993-71a2-3a37-b303-dff7d2945fac', 'state_id', 'state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6a2db607-1c02-dd7d-0856-83d6527f6fcf', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'usage_count', 'usage_count', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6a58408d-dc5b-5269-873a-5af28acd8319', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'body_text', 'body_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6a6cc282-47d6-4ae4-e590-5c9cdc11a4a1', '019fa679-9064-7be8-b12a-f974608356ce', '4bd52833-0ac1-13ca-800d-6e50450c1f57', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6aa3b9e5-416a-ebbe-5a36-579726edea67', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6ad562a8-a5d3-b7d9-1094-82b1a64c3843', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'color', 'color', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6b0b8de2-fce1-4a01-2d4a-05d7ee0c4f71', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6b282999-3549-95a6-5046-a4183f579b15', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6b3a36e9-c781-2d34-31f9-e5d3ff126561', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'tool_results', 'tool_results', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6b8b5ff9-4c8f-bb75-df02-e0b1290372ea', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6ba18585-79e5-a088-20cf-65fd9613a273', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6be13fd7-b797-3d49-154a-934b1704888b', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6c4ff767-c0cf-b116-90e9-94fbc877fd50', '019fa679-9064-7be8-b12a-f974608356ce', 'eeeeac37-fd3b-83e7-7e23-152f560e51bd', 'document_id', 'document_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6c53e34b-4bc8-0c2d-6cb9-18731094e759', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'start_date', 'start_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6d3462c9-b74f-db61-04ac-6fd7866f9205', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'raw_contact_id', 'raw_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6dfde393-fd2e-9f65-2109-027c187b06c1', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6e53c465-42e9-d8e8-c2af-3c7c9799fad1', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'output', 'output', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6e945b07-66fa-8706-9433-07d96dcc9b3a', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('6f266820-cf3d-cd6e-b51f-490be01393d3', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'temperature', 'temperature', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6f47c85a-f819-f2f2-f157-f8bd1b175ba0', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'level', 'level', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6f7bfc61-b494-2a60-f63a-50a7c7457956', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6f9a4843-ed2c-6d70-cc80-94b613e090b4', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6ff92f5d-e901-d034-a30b-3fc8304340da', '019fa679-9064-7be8-b12a-f974608356ce', 'b9ddb712-17c3-c827-f984-356ec9f71aa0', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('6fffe15f-0634-1978-bef4-d26746ede09d', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('70b5526f-f5b8-bc66-5a38-15e1f2f26e4a', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('70b5e23c-ac51-f2c0-7d1c-4f8420d824b5', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'intent_trigger_embedding_updated_at', 'intent_trigger_embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('71079afc-d8a7-744f-3359-4e8ed498e474', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 18, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('711b4d29-5bd8-9087-4a49-24099fad9205', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'target_date', 'target_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('716a6ccd-c0fb-5b0e-f3ae-2488ccdc0d90', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'response_status', 'response_status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('71947ca8-3c6b-79f2-189a-7b136a4f1cb8', '019fa679-9064-7be8-b12a-f974608356ce', '1c257067-0217-7921-6f4b-295ceb6eb63e', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('71a37f5c-d2a3-8d91-c768-87523c4d78e4', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('71eb8546-1651-e52c-05ab-fd68017b7b9a', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('71fa5e46-db30-1f4d-c87d-9a4c4d7068f1', '019fa679-9064-7be8-b12a-f974608356ce', '0d4cd07e-a08d-cf63-d1e5-0c60e692fc1f', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('722beff7-5cf9-bada-248d-543185b9b779', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'first_name', 'first_name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('723ab38c-a7d9-33a0-dcc0-2316a36cb646', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('724bd565-aae8-ef99-5e92-8dd80bf518a5', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'provider_message_id', 'provider_message_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('729db005-a9fd-b191-994a-d7e15edc7096', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('72e94883-60a0-3e80-9d49-2f5e92743422', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'cron_expression', 'cron_expression', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('72f55034-d2b1-39f0-07dc-76c4c6abb424', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'notes', 'notes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7349d98e-be2f-e8c9-1591-a3ed05fba630', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'metric_value', 'metric_value', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('73efb4e3-6a23-5e3b-511b-4017b51fe4a1', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7486376f-67ef-8367-a1ed-b74b2843b34a', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('751b81ce-4913-afe4-8f34-0c64393e6e8b', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'event_type', 'event_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7552df2d-2e0d-7184-251d-a347ee7a1c0a', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'filename', 'filename', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('75755d2b-ba0d-a20e-47b3-101540b2ad23', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('75c9d6d9-f351-7b0a-a9ea-1d3915f48b4a', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'quantity', 'quantity', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('763dcc71-1709-6081-9f32-49f564ca8a05', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'system_prompt', 'system_prompt', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('76dd645b-0f5b-2a09-886d-bd19c82f29a7', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7711c891-47c2-2c4c-cfbc-9d08685d3ea5', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7735785c-3177-19a9-ee07-ad2e211a5248', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'result', 'result', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('77976a5a-e923-4c29-0af5-11e6496b2bfe', '019fa679-9064-7be8-b12a-f974608356ce', 'ce0568b5-2326-c4ad-f4c7-b57c0863b6ee', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('77c15599-76e8-287a-068d-f37bf86c4291', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'metadata', 'metadata', NULL, NULL, false, false, '{"cast":{"name":"jsonb"},"value":{}}', NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('780a0458-7926-b7e5-bb37-cd6572fd99b9', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('782bcff2-cc95-6427-3680-ea8d9a6ed268', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('788dcae0-f525-02a7-9930-0f01cbc1c067', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'summary', 'summary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('790eea51-a164-39ee-eecc-38fa0b6bb997', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('794d9dfa-d924-a757-fb6e-b7de2407d651', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7a345bfb-c476-d222-3734-1554cbfe0b68', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7a669186-b043-1d0b-f961-e4a022237097', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7a9756ea-3ea0-7e24-6241-14f99bf8db46', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'provider_attachment_id', 'provider_attachment_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7ac48e28-b9da-1890-3699-dc80d157bfee', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7af30a59-e8db-47ee-3403-507982913384', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'last_sync_at', 'last_sync_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7b554410-a8ce-91cb-53da-3b2ba2d187f4', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7c0107d5-d07b-e83b-99c6-cdb25250daa5', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7c9ad335-113b-feeb-d24f-2c3aaf41b07a', '019fa679-9064-7be8-b12a-f974608356ce', '130a697a-0a4f-354d-ab8e-6e5eb38c51cb', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7ce41448-30c4-9f29-9200-096c3178ada9', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'provider_thread_id', 'provider_thread_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7cee93c3-c760-c30d-d00f-8eb751fdf2fc', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7d247817-4d26-d42f-218d-f44b1641b04e', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7d39e1aa-b02f-76ce-29f6-45b14ed79ca0', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'version', 'version', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7d7dd05f-dac4-fb4b-b51a-1d2ff7a91b5d', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7d9bbe9c-ba44-4f05-4760-2aeee87bede1', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'rating', 'rating', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7dc41a85-8c7e-af4e-93d1-16bf4c4f5f94', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7e276023-3246-4c11-9cae-519ee5903486', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'quantity_unit', 'quantity_unit', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7e9a9971-3cfe-c4b7-4c39-ded73f177c20', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('7f998b3a-fa47-8637-92ec-ff99d714b0d4', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('7fcb19e3-3d23-a2db-5081-c4cf2201675c', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('80377cbb-9473-9a7a-b628-c96379db1a7a', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'message', 'message', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8065b25a-c774-bdcb-1af1-4111b3e3d5f3', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('809c1474-f629-be5b-a8a7-86847ed2678d', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('80b63d0f-1b1d-cdd7-0c28-d28372bc798f', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('81096e7a-1c7b-7506-b38d-639c618e7c4e', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'subject', 'subject', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8129cefe-3cca-79ac-77fe-b84b295b06d9', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('813214ec-1330-59d3-6304-5d8fc2cc578a', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'tool_calls', 'tool_calls', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('817185d1-2e2d-f33a-9fde-5e2445cfe490', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('817ca7fc-1fab-45f8-9c58-05dc32e3d1ea', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('81c2b6c1-db0c-04c9-1f6f-f847e507fa27', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'conversation_id', 'conversation_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('81f70070-b958-781d-9916-c6a1f28e3563', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('821409cb-4e57-e4ae-6e7b-ae65fc4b7034', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('82993f2a-b33e-748c-5fe6-3fb0777278f0', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('82cf35c4-359d-f5ad-0b91-70df6c034e53', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('82d74090-f217-0429-c465-c62e90177061', '019fa679-9064-7be8-b12a-f974608356ce', '4bd52833-0ac1-13ca-800d-6e50450c1f57', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('83155633-3cfd-c9ac-deb5-e995f1429bf9', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('83208151-5e2a-4fbd-fd2f-4cff53ec5b17', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('84745c70-943a-12d1-70d0-0ba0606e2c5b', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('850d8cab-da4e-bf8a-088f-ffb67ae24314', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'trip_id', 'trip_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8610a0e4-b92f-d106-c1fc-0ab79e06de4d', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('86469171-504d-cde0-3fe3-2d7d417caee0', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'email', 'email', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('872bb3dd-b2d1-2743-10a8-bf9e9ccb813d', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('87479d4d-78bc-54f9-d91c-4a427940cf54', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('874f4fd3-ccf8-c112-f2dd-085a656db3f4', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'repo_name', 'repo_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('875441f8-dd5c-805f-6efd-c24fe678a5c0', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'trigger_config', 'trigger_config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('87c41d4a-3028-8112-cca3-037156793eaa', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'timezone', 'timezone', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('87e06001-554d-36da-3863-19eb17d47682', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('87e4c8d6-255d-db31-8d9b-0cf32f6e4cf3', '019fa679-9064-7be8-b12a-f974608356ce', 'bc13c372-2c8e-77aa-b069-38602ba75ac9', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8803d91a-fb4b-aee6-036c-fe46ecbaadb0', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8815f288-e74c-85f6-2758-75346329adb0', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('88306703-db49-6eb1-66fe-941c12042b1d', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8857b4c2-1717-90b4-b4a7-2f70b51e7f86', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('88787de0-95c7-6987-9880-65f3e66c41b9', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('88aeba17-e925-6a21-7873-4639271cfcb8', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8915a172-a428-1325-8d7d-3c50823436db', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'value', 'value', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8a5ea828-77c5-e1b7-f389-c21975ded51c', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8a838fbe-0269-ade1-f814-5e64a0686b0f', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'target_date', 'target_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8ad2afba-dfde-86c8-bb53-106d42f03415', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8b0e7a65-a2c4-6029-3008-d8598b428530', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('8b9ae3fc-f82a-973d-8b47-ffb1bb3b0089', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8bee97bc-3507-6d8c-6e53-19d63052776f', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('8c0a69b6-9ad2-be57-52dd-21de96c8d53b', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_type', 'tool_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8c2865a1-c403-89d4-6980-c98ba8d72db6', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'overview', 'overview', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8c88afc5-77d7-7515-491c-8a8c6b4f2920', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'event_type', 'event_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8cb5ec8b-8333-3de9-242b-988a84ac2070', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'birthday', 'birthday', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"date"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8cd67b80-41c4-c2a4-8129-ae6763a34b8f', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8d5c2469-ce60-9ed5-2acb-837dbcfc6f3b', '019fa679-9064-7be8-b12a-f974608356ce', '8865e1d5-9d89-66bc-4ae2-1be62e4dda21', 'source_record_id', 'source_record_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8d794eee-0b4e-909d-932a-f5b5f9b8b3da', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'file_path', 'file_path', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8e0d6a37-c199-5ae5-04d8-3109ff5555df', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'context', 'context', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8e1207de-bc6e-40cd-d3bc-5e8433fa9b32', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('8e2ac422-a29c-36f7-9de7-a1621b629ef5', '019fa679-9064-7be8-b12a-f974608356ce', 'fb6f00c3-c1d0-d9e5-0c36-56f864a50082', 'goal_id', 'goal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8e3bf695-56d9-696d-a549-c2494cb40880', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8efa745e-ecf0-84e7-1cca-bedb662e0d69', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'resource_type', 'resource_type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8f8d645e-a406-0c33-8497-cda415ec099a', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'raw_contact_id', 'raw_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8fd69c8f-315e-5e84-244c-89cb5f692df8', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'address', 'address', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('8fec18ca-59ea-f619-bfce-1c7cd968aaab', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('903192ea-39c7-c922-4463-ade851dd6ef0', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'occurred_at', 'occurred_at', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('90c6dd2b-bc3e-c0b8-ac63-cc36ad676e25', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('910618d7-e19d-689a-4cda-2f355a53793e', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('9158ee13-4c75-77fc-959a-64a9c0e888a4', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'runtime_state_id', 'runtime_state_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('916555d3-a0e5-19e0-17e6-9a4dbf478bcd', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('9194864d-8700-346d-ca93-9b2a9f8c4542', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('919f9f75-580e-60c0-0556-62f20d56c0b9', '019fa679-9064-7be8-b12a-f974608356ce', '12cadf37-a55a-30e2-b3ea-4cc1c9d75d54', 'event_id', 'event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('91b4d13c-ef3e-2c0d-ea65-d41251862da3', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'body_html', 'body_html', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('91bb9146-6bce-7174-2081-b69795759b7f', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('91fd6d5e-8331-bedc-a89b-6f05d36d4b62', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('92887de3-e438-61cd-17d3-f7eca8bc415d', '019fa679-9064-7be8-b12a-f974608356ce', 'a1d52dba-8096-73f8-5420-5fdbd54af131', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('931610db-ce38-7bce-2a55-fc438ed8ca2f', '019fa679-9064-7be8-b12a-f974608356ce', '01d38958-e199-5cde-d2d8-6be3c1bdbffc', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('931d4f62-82a6-15e5-faec-face3b4a0cdb', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9360c9a1-8b58-1f4e-40a5-77717bef50aa', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9430a415-0395-7f9b-a244-770050801ab3', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('94334e81-e646-0d82-15d5-2b7045a54d0f', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('946ea279-c992-8877-f154-7b19b286f6df', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'job_title', 'job_title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('94c27ba7-8635-9eb7-2e30-4b7df6896789', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'tool_definition_id', 'tool_definition_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('954258ac-5b4b-61f0-9100-564be85e0581', '019fa679-9064-7be8-b12a-f974608356ce', '715d37b2-ba0a-85f0-4a8f-0304c6172578', 'prompt_id', 'prompt_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9543524f-1376-da79-4b9a-955032616ca3', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('9603fb9a-5d6c-e3fc-33dd-978902ec86d7', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('96480fef-ee6e-685d-75ec-340e1fe373ee', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('96598cef-e3ff-acc1-9390-4c874cabd63f', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('968ebd6a-53ec-0235-8b8d-1e6e66e26722', '019fa679-9064-7be8-b12a-f974608356ce', 'c449dc46-a55e-fe16-9550-933f39e0c575', 'skill_id', 'skill_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('974a2f4d-952b-4d88-f386-5322738989cc', '019fa679-9064-7be8-b12a-f974608356ce', 'ac39bfed-e061-aab2-b241-6d5227164f7e', 'document_id', 'document_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('975ea240-df23-5acd-eccf-e9c1164a359d', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'location_geo', 'location_geo', NULL, '{"spatialRelation":["nearbyVenues agentic_db_app_public.venues.location st_dwithin distance"]}', false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('97635298-ba60-2493-8e97-ba7c5bb76956', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('97af2d56-59d0-2f22-262c-7334d198c09e', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('97ccf141-d70b-26e1-22e7-b1dc18894fc5', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('97cdcb12-3cdf-b982-c7e5-6aa450c8ffa7', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('98901855-505a-cee2-6dc4-9d3a97f9689d', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9919a06a-61b5-7051-b37e-3ec916166294', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('992d242f-d64f-da68-1f10-7e3438e007ea', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('99326412-6271-2d09-d13b-ba2ec312cd34', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('99f5d1c1-be90-b4eb-e213-e1d552c19e76', '019fa679-9064-7be8-b12a-f974608356ce', '705c4282-71d5-6754-f26b-c7de135e3e63', 'habit_id', 'habit_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('99fc8995-914a-4fc6-ddda-1251e046b397', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'recipients', 'recipients', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9a55d0cb-989e-aa94-effd-3f1bdc3aa901', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'channel', 'channel', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9a6e967a-a189-a5b9-a7bb-ce8078c6a650', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9addf66b-96b8-9aee-08ea-30c9b6467376', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9b156eba-7718-1b09-404f-4b3b0b0e8ab7', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('9b239ddb-31e7-b29d-87f5-4f41cadc43e4', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9bcece8a-f6dd-7888-eba9-d12d7f163f37', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'intent_trigger', 'intent_trigger', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9bf00f20-f7c9-d949-062d-d22228b29e5a', '019fa679-9064-7be8-b12a-f974608356ce', 'abd92ed6-d29f-535d-86d1-a18e4e9baa33', 'venue_id', 'venue_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9c1546bf-1e20-5f27-911a-e4d85df58356', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('9c2a3929-1741-2191-8c96-55f1c5945170', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'ingested_at', 'ingested_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9c86f348-b073-2a8e-e844-ff95f826dade', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('9cae6d0c-adb3-4a47-1d20-33aa1ff69210', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'completed_at', 'completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9d52341a-170d-ffee-2d19-b9843a2a8878', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'raw_data', 'raw_data', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9db72ac5-9a9c-eafa-4a12-a89907bfb4d4', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9e143ba7-919d-fe8b-df0d-02011b394ac7', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'rating', 'rating', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('9f417191-2906-6f83-aa75-8497319876bc', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('9fde1f20-e6bd-3dd7-3884-c9c263aaff15', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'error', 'error', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a000dd89-dbf1-b878-2059-c9b17daed77d', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a0a2a5b6-bbd1-f420-f011-a862aae9681d', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'headline', 'headline', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a137b3c5-bfa9-445f-2442-680ad90e21e5', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'promoted_conversation_id', 'promoted_conversation_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 20, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a1477711-01f4-ff44-2c83-4a8d8a968f7d', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a15c638e-c1fd-62fb-158f-4a8528f03568', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'processed_at', 'processed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a1be7190-627b-6b15-765b-7a383878dafa', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a1c8909f-4a13-3613-8110-d98f166de932', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a2d116e0-079f-caeb-f007-b812b5b09afc', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a391fc0f-3c2f-67bc-4cf3-fd5a17500baf', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a3c6d557-ea00-77ab-ba38-37b8198f1064', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_id', 'calendar_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a40e8034-0f7d-48ea-95be-7f0d18507b8e', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'currency', 'currency', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a4aa881b-9060-14e3-d444-fed5ab969b8c', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a4aebc38-b42d-6fe4-8270-e5ae3016d976', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a4f3b302-4e3f-a97e-8e89-a222fd44976d', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 18, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a5487daa-cecc-acae-a88e-c229ad5df4db', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'notes_text', 'notes_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a6389f4d-39c5-72ae-0dc4-ccd737e26a91', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'role', 'role', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a6435c26-f2d9-ed8e-def4-3b687467144e', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'currency', 'currency', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a6860d18-2786-8e07-591e-1516df9b561b', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a6f6d0c2-109e-772e-1bd4-eb06a8d5ca8b', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'context', 'context', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a72c1762-9555-1187-9ebd-a4cda19586f7', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a771b0ef-6c7f-ba5e-3ef6-c0ed61371190', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'progress', 'progress', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a7c00a13-d9b3-f728-590b-828b7c9ff10c', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'agent_id', 'agent_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a7cce0e7-ef59-3bbb-f317-16497b50fba9', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a8ba0443-51f4-63b9-50f6-36a20e337170', '019fa679-9064-7be8-b12a-f974608356ce', '8865e1d5-9d89-66bc-4ae2-1be62e4dda21', 'target_record_id', 'target_record_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a8ce264f-ba89-cf86-de0a-e5cc30d4fba3', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a919ecab-9567-5d65-1bea-6178fe8ce26b', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'chunk_index', 'chunk_index', NULL, NULL, true, false, '{"value":0}', NULL, NULL, NULL, NULL, '{"name":"integer"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('a9201df9-48d6-877d-d933-1c4f04874a70', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('a9929c70-1eb3-0266-8418-d61dcd3110b2', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('aa0fc4b3-5a14-23e6-d2d3-a69075d8514c', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'address', 'address', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('aa68e684-8fe8-4eb6-a504-7c8089f1c053', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'duration_minutes', 'duration_minutes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('aa865eda-7c6f-7cc7-609c-3c708748cc88', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'domain', 'domain', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('aac666e6-3605-8925-64c5-a9a2e4be04e4', '019fa679-9064-7be8-b12a-f974608356ce', '23216bba-5061-5fa0-1d76-ef70680a7b7e', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('aae41c77-dede-130f-a38a-a34819594c98', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'started_at', 'started_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('abbc0601-cdbc-068b-e729-83546571b0c7', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('abea4af5-ea1c-3339-1a3e-c0ba34071eb9', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ac7222b2-bf61-8be6-2f85-88e225641c2b', '019fa679-9064-7be8-b12a-f974608356ce', '8158b978-1451-dbd3-3a9c-11b9fbf61e8b', 'collaborator_id', 'collaborator_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ac9672a8-f5c5-ba9c-b139-b1f4b66ab140', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('ad1521be-99f8-7529-20f6-d00057bd0a2c', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'chunk_index', 'chunk_index', NULL, NULL, true, false, '{"value":0}', NULL, NULL, NULL, NULL, '{"name":"integer"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('ad65ae6c-e4dc-0c4e-141c-96c20fba77aa', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'last_accessed_at', 'last_accessed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ada7686e-f304-3358-930a-e58f62ce5a39', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ae0ad36e-0f1c-071d-0f82-f39f64686160', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'direction', 'direction', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('aea8a1fb-7c7b-3c94-1458-a39069d6f1fa', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'title', 'title', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('aebad00c-ace4-73ce-dce8-2b605f55dafa', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('af51961d-23d9-dec6-1eaa-35d1464f4394', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('af87fe0b-d475-ccee-7b1d-489c0b7284bb', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'provider', 'provider', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('af981121-cca5-fb43-d7e0-ae386bc67f83', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b062987f-1208-0766-fb4a-c77ad0bc4f85', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b0771ddf-e6a8-e716-9dae-27200d95825b', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'history_id', 'history_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b07ee3f8-d3c2-9b69-6237-e4e086866cd5', '019fa679-9064-7be8-b12a-f974608356ce', '23216bba-5061-5fa0-1d76-ef70680a7b7e', 'deal_id', 'deal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b07f7849-f180-2a05-6e86-bd7b8aba4957', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b0802bd7-0a26-5cb6-5d0f-39f3826ffd94', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'is_primary', 'is_primary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b0eeaeab-ba8e-4715-1433-d433d0a42937', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'category', 'category', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b2422171-8a8d-8670-9a81-bcffaeacf90c', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b2892844-ad9e-f8d3-b079-bf1af95a4944', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'chunk_index', 'chunk_index', NULL, NULL, true, false, '{"value":0}', NULL, NULL, NULL, NULL, '{"name":"integer"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b33c5145-4e8e-f3e1-c5e7-e62f1ffb13d6', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b3f1c89d-94e0-0776-a7a4-03086577fb1c', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b3fce569-ebe8-4079-b8c9-3fdf7c7292ba', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b4d33223-9aff-36d5-82de-8a9035e4012c', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'model', 'model', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b4e6bf56-2033-77c3-3508-cbe2d0abe815', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b5386fa5-2644-7326-afeb-426878ad2e2a', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b54194e6-f237-8e50-3976-5bd6ce279191', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b5b972db-39ff-f3f8-d390-7962caaa22c1', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b5dc66b6-6ef2-c516-7424-18aff1e05987', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b5fcfba1-3ba2-be55-a950-fdff75ff8730', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b621658f-4bed-ab01-effb-994cb6438d10', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b6962d6d-dea8-0cb6-f297-833515fe65e2', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b6b866de-849e-68b3-21c4-e85c40c1a557', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b6ed5269-e8ee-9735-e3d9-30b72e5c82fb', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b70d1b25-3663-d198-efb6-dc14d5dff64e', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b70f1f47-7745-930b-371e-0d82cb4039da', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b7ce90a4-21fa-01e9-a0f3-e6aea7100386', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'deal_id', 'deal_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('b7e67f95-c459-bc03-48e0-fa8ec39aed16', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 14, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('b9aca211-c17a-2519-5c0d-51aac6b80141', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'state_type', 'state_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ba242e7a-4623-36a0-158d-a18fd69205fe', '019fa679-9064-7be8-b12a-f974608356ce', 'fd245e20-4d3b-c0fa-b467-d508c2c14ea9', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bacbff94-5157-0314-088b-a6bdba6be8bb', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('baeb7234-87ed-f75d-2d75-7581bc7c5683', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'message', 'message', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bafb8c70-11bc-5a46-a905-a8d07a2cf798', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('bb10bf58-deb8-be9c-cea8-86e445d2f3dc', '019fa679-9064-7be8-b12a-f974608356ce', '0d4cd07e-a08d-cf63-d1e5-0c60e692fc1f', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bb35e576-81cd-17c8-74f7-55f9a6aaa451', '019fa679-9064-7be8-b12a-f974608356ce', 'beda0cb3-61e6-26ac-f6bc-9ba8f1b7cd58', 'task_id', 'task_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bc0f465f-69a8-da37-2d49-9cabfae4351d', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('bc1155b1-b0bf-484e-4e18-a721b7daf0d7', '019fa679-9064-7be8-b12a-f974608356ce', 'b7756af1-9b93-7023-15a2-a5abfb9f5783', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bc200c17-3f37-065b-aa4d-dfde4b4da4bc', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('bc7553f4-bf11-c0c5-685f-52d5e13bd4a9', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'postal_code', 'postal_code', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bd04d00e-e4ca-041c-f003-7a31a53f1b09', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bdee9be5-80b3-6095-5726-436055f643ce', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('be240e26-b40a-dab1-9b1b-5611b441f809', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'completed_at', 'completed_at', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('be6c39de-24da-c4c2-38e2-6dbe9da0286a', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('be78806b-1c3f-96c3-7c89-7364f6fefc3b', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('be83e60a-95d0-c476-e599-7c7d21efa13c', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'full_name', 'full_name', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('beaca6c1-1717-eb49-c5b8-52c6f7a42a74', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'location', 'location', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bf4271ec-f5e9-a63f-f462-34e1aec23703', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bf8ddff6-42f4-e75d-3201-81329707d49d', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('bfc9ef0e-1dcb-9107-f3c0-f7454079a668', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c010bc1e-55dd-e4c3-0dae-810a5e910847', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c01bd4aa-f7c3-c1f8-11dc-634e565346ff', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'relationship_types', 'relationship_types', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c046e96c-0537-2f6b-cd87-6c71af3b1cb0', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c0a12cdb-f019-0993-d91e-f613c0ca0e99', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c1469706-9d36-8ca0-50d4-c21ae38c2f47', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'config', 'config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c19e01ff-0cb0-e5b6-2b3a-6d2fa1e7ab97', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'triage_notes', 'triage_notes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c22c979c-a616-8605-8b34-0409b730adce', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c2424b74-a8a7-6d3c-30bb-1a2499abd2f5', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c242ce90-77f7-092c-009d-11e882f63b7f', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c2439f85-4cd1-cdaf-c9e2-476caffde701', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'is_secret', 'is_secret', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c2a63ac5-ea7a-b96b-abc9-0e8a13b3a9e4', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'promoted_email_id', 'promoted_email_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 19, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c2e2724a-d657-e1a1-b06a-662e8733f741', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c2f17060-1eec-930f-4a34-91a6f20dc60a', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c2f97c58-f7a3-c083-8416-ac9cbe693ea2', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c364a01b-bd7c-72c5-0b8e-b2d6ffacd798', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c37696e7-0ea9-6052-c88b-cd991ec3142d', '019fa679-9064-7be8-b12a-f974608356ce', '706194fc-3286-7de9-7e61-710c10a67e03', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c41af73a-4391-74fc-6097-81e8fd68a660', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'company_id', 'company_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c4a4d20d-3252-6217-bd8d-d879afef3319', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c4df6f0d-cb2f-61ea-b67d-31d398aeaa90', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c4dfb4e5-d6b7-1007-9469-889edef1e790', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'stage', 'stage', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c4e3d22a-dd47-d91a-ade8-5cb0b02223cb', '019fa679-9064-7be8-b12a-f974608356ce', '1c257067-0217-7921-6f4b-295ceb6eb63e', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c526b33d-69ac-15e7-757b-fa6bed810e07', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c643750d-b8ea-e4fe-53d4-74f0e281ac27', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'unit', 'unit', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c65320bc-f8bd-13e9-6c77-1e40da1c7efe', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c69ff5f4-8e7b-f0fb-0d3a-b1cfcf72c7b3', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c76a7e8f-525e-2ec3-187b-fd51c54c6c72', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c7873a05-4dd7-7476-8f54-a4a13ad4d198', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c7a78e2f-f33f-b327-5031-0177384a54bf', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c91f79b2-f87c-f926-b2c1-3bdf867a80c4', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'body_text', 'body_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c941e4d5-7795-e26e-20a5-4d4222586d90', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('c971dfab-9365-587c-a939-5163b45fc8d9', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('c9d2dd6e-abd5-fd54-1740-ced71a61b0ba', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'habit_id', 'habit_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ca2d9e03-2e49-ffe2-93f1-b4aee4e088cb', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'action_config', 'action_config', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cabea9ce-211f-6222-f538-b9920d22b528', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('cad70c34-fb82-2b2f-f4d3-86ac8a1f3468', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cb649b1e-f957-9ba7-6401-f91133d56a39', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'mood', 'mood', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cbdb8f93-abb0-19f0-de7e-c0707a017596', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'tags', 'tags', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"citext","array_dimensions":1}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cc437bb3-1bb7-ca4a-4d12-d50bc00bad81', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cc440032-d2b6-d752-4e4f-87debbe97d7b', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('cc46bad5-7755-0255-8f5f-1083039b59ad', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cc4b21dc-10b8-fa2a-3cf2-65a6d3db3c82', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('cca5b3fc-db95-810f-aecb-91e6ec5376c1', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'destination_geo', 'destination_geo', NULL, '{"spatialRelation":["nearbyVenues agentic_db_app_public.venues.location st_dwithin distance"]}', false, false, NULL, NULL, NULL, NULL, NULL, '{"args":["Point",4326],"name":"geography"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('cccd7c5c-83bc-945a-9d32-d41025dac32a', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('cd3a6414-143e-ca70-fbdd-db6cf848cd59', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'address_type', 'address_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cdf756a4-f8f5-dc28-2b1d-295982a535d0', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'summary', 'summary', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ce7b1706-a3dd-5697-80e7-5ea86185b30f', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cf3c1570-cd52-cb1a-a7fb-97f776a1807e', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'content', 'content', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cf7877e6-0e70-2db8-2ff6-bf703983de44', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'content', 'content', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('cf966b7e-b21e-d88c-8e46-207c578360ea', '019fa679-9064-7be8-b12a-f974608356ce', '0a3e8571-6db0-4306-ffc7-a4942d9c048b', 'deal_id', 'deal_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cf988a3d-99a3-61ce-7431-8f1ef8cadedd', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('cfc36ead-126b-5ac8-ecf3-0ebf2b9cc598', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('cffaa9e0-d733-d07c-534a-a38700e9472f', '019fa679-9064-7be8-b12a-f974608356ce', '12cadf37-a55a-30e2-b3ea-4cc1c9d75d54', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d008f6bf-2992-b50f-1030-529b821c8589', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d1431bf7-4996-15aa-aced-a4ed0a0bc429', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'headline', 'headline', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d149792c-3c27-eee7-c53a-ccd4d708fbf6', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d1b05f5d-0e26-0e34-5272-4ecac0ac1e27', '019fa679-9064-7be8-b12a-f974608356ce', 'abd92ed6-d29f-535d-86d1-a18e4e9baa33', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d21a6149-7fb7-65ca-2bd4-8099183294a7', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('d391ea1b-06b3-773d-b050-4ffb2418744d', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d3fb70e4-8e91-eaea-144a-cb7988d0dc19', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('d42ef7e6-5203-253e-a6e2-df996f6994f0', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('d46a96ea-3a38-02db-15dc-19c471664efd', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d4ed51dc-921d-046c-88a3-8da4db1d586f', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d518462d-b55f-3e1d-0810-f45d0fea8d25', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'level', 'level', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d547a533-4d8a-cebb-3b4f-efe183f2ab13', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'occurred_at', 'occurred_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d59293b1-e70f-5a44-2897-eeae79d975b3', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d5a30cf4-a53a-f755-9a57-6c4a66c871de', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'parent_id', 'parent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d6583fa4-d950-7f6e-ebff-c91c71f290a6', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'last_run_at', 'last_run_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d6677e3d-f28d-61fc-2af5-d3b46e07cf97', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d69c58b9-1607-e4fa-3e3f-6d0254c2a114', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('d6f04bb1-677d-d1d2-7482-b38e31a28ca8', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d74cf341-4b83-6ab6-cde0-8305b5ac8f4c', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('d79c6045-14f3-2efc-5b34-b2fda03ce9d4', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d7ad86e4-a5fc-5330-3702-5b8533ff0a4f', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d7b8fd77-43d6-51be-fc2b-431f6cf6c094', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'expected_close_date', 'expected_close_date', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d83ed4ce-db57-2bbf-3752-215a2e16946c', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d842ad59-cd8f-2914-195a-e4edf5ae1959', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d88175d1-8295-eac5-c078-68cfb2c6283e', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'price_level', 'price_level', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d890d55e-9add-61da-8571-d3e0bed5acfb', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'streak', 'streak', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d89bb6fe-07cd-168b-faa0-3f5d300bd244', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'trigger_concept_embedding_updated_at', 'trigger_concept_embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 16, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('d9415317-9705-306b-7ae5-b0e3e96f1370', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('d9663fca-8b4d-f46e-05ce-8a0204faf8e4', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'triage_status', 'triage_status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('da1de56e-21ad-9b69-3717-0506f1a755ff', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('da34e98f-ff1d-fd20-e0c0-3ae87fb970dc', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('da5a7982-a9da-38af-decb-e53707492d85', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('dc24cd82-0c16-4737-ec61-ec21ce963f06', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'key', 'key', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('dc848bba-4266-d8a0-72a2-8ea73c59cddb', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('dd1cae6c-44fc-381f-d365-c77a97165c82', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'filename', 'filename', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('dd5ea42e-a69e-e978-1198-91906b6866ca', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'search', 'search', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('de23c7e2-8bb8-4245-e6db-c342cf584363', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e0138740-efcd-2a2f-d4a4-3b8d3e02e9c2', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e05808eb-bd4f-a30d-c3d3-3466f26dc25d', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'phone', 'phone', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e06781bc-8b84-7705-0250-404f07fbf4c7', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e17f5294-9ac3-1ed4-dac3-d053716df9d1', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e1a69647-485c-57b1-2a33-303e21cab5e0', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 15, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e22abc0e-f4cb-2fdb-08ff-0fac1653d755', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'project_type', 'project_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e22c1d0e-c786-1925-a8e2-f2e786370912', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e2b66875-6426-7e12-031c-5bf8831780de', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e360ba1f-0f95-3b01-db17-9f96a491d3e7', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e3cb948c-3ac4-0074-5a09-f477318eeff2', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'abstract', 'abstract', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e3ef30ee-4683-294c-6880-2eb2cf920568', '019fa679-9064-7be8-b12a-f974608356ce', 'dd268a5e-862e-ab5f-7363-a3ca864ff5b7', 'email_thread_id', 'email_thread_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e41efba3-548d-7746-c94d-ccd41dcca35b', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e4245f77-b4f5-8e45-df8b-4019434b19c1', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'email_thread_id', 'email_thread_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 17, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e44b32ed-0bd4-409f-a7bc-17122a259eb3', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e472d2d0-597c-7c20-2af0-3dfd20f6ef41', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'priority', 'priority', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e5136be2-b392-5abc-772c-45582fec3f73', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'agent_id', 'agent_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 13, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e56422eb-bd07-6c53-4893-570712cb7b8f', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e5c18d13-5475-4ae9-f810-a4a73b23fd1b', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e60021c8-5e24-aff7-39f8-025412db3f05', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'size_bytes', 'size_bytes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e63a0a37-f58c-5d52-9d96-1a8b72cadc64', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_id', 'contacts_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e660cf50-1e77-fe9c-a048-377c9802ad53', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e67ff001-79a8-ca91-9bc2-8b385ac52e27', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e70dd226-200f-b66e-6ec5-20be6143a83d', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('e779740b-ff85-6530-8d61-43493f16eccb', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'completed_at', 'completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e7d3b046-6e2c-e7d7-9ebe-819c9a0095ce', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'external_id', 'external_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e82a4157-532f-c626-23c5-91909d330b35', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'bcc', 'bcc', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e8732a5e-b1fc-083e-ae28-87836cbc09ea', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e8914a16-bd0a-725b-490f-e8db26566eb0', '019fa679-9064-7be8-b12a-f974608356ce', 'beda0cb3-61e6-26ac-f6bc-9ba8f1b7cd58', 'calendar_event_id', 'calendar_event_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e892b2df-9822-8e6f-b186-c8e49cf6b86b', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'source', 'source', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e902cb05-b658-a125-afef-d94b957a377e', '019fa679-9064-7be8-b12a-f974608356ce', '54bf1101-e631-1b3c-988d-ae9bcfb4b1a6', 'image_id', 'image_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e94a6189-215c-b9d3-74fb-724d5375f0fc', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'sender_handle', 'sender_handle', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e984098a-a55f-80dc-2ff8-f6d105ca8f5d', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'email_type', 'email_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('e9d6957e-dfde-a3d3-6ba0-2033eba0ec4d', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'metadata', 'metadata', NULL, NULL, false, false, '{"cast":{"name":"jsonb"},"value":{}}', NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('ea04ccf2-b503-b313-ebc7-8025546c5f95', '019fa679-9064-7be8-b12a-f974608356ce', '3643a6e9-aba6-0a38-5cc2-6b2e880b9b2f', 'note_id', 'note_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('eb038a43-b8df-a4b8-db70-59167ae3a2bb', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'content_type', 'content_type', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ebcf8b8f-ea64-76dd-39d1-1ce8bc9f5c4e', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ed18ba27-0741-d63d-a1dd-9a2261e196d0', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'main_image_id', 'main_image_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ed3d67bd-5298-d639-153b-d92ad1abd498', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'country', 'country', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ed4f0ba5-02ef-95cd-7a41-115c4b3c6065', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('eda8b446-c9a4-39f5-5d5d-4dc69d8a36c9', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'search_tsv', 'search_tsv', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"tsvector"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('eddd1d3a-1078-3d32-83ce-91d0c1e3350b', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('edf50dd8-bf88-eb6c-7a1d-107e464d4b43', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('edfe8c59-46f3-da8e-197e-b2f298fd8ab3', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('ee281638-4058-f16f-a889-5e13922d95d9', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ee2ca08a-ec53-21a4-7618-84f5e6685521', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('ee60574a-3fdf-d037-0a94-de73a081a581', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'bio', 'bio', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ee7c1dc6-2043-82b1-e64b-f0546e992832', '019fa679-9064-7be8-b12a-f974608356ce', 'fb6f00c3-c1d0-d9e5-0c36-56f864a50082', 'project_id', 'project_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('eeadf7cb-b9c8-4422-e77e-046f6c4684ea', '019fa679-9064-7be8-b12a-f974608356ce', 'b9ddb712-17c3-c827-f984-356ec9f71aa0', 'company_id', 'company_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('ef5c103b-ad82-b390-4fe7-f6a6b21e9ebb', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'company', 'company', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f00b5ee8-2c41-6101-a41f-3d7b19f2e200', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'embedding_text', 'embedding_text', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('f042fb51-a9e3-d7e6-0b87-8069c623d0c9', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f06d0a1e-e356-ef87-6d08-6f35901c35a6', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'sync_cursor', 'sync_cursor', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f0cb34b0-9c33-4311-8927-c8abb50a804f', '019fa679-9064-7be8-b12a-f974608356ce', 'dd268a5e-862e-ab5f-7363-a3ca864ff5b7', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f15c20ef-62d0-ba89-16f0-6fb3060d5de1', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f15f9e2b-2b9f-dcae-7221-d5ea31bc1564', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f162ee7b-14ad-f147-40fc-06471c5c8274', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'notes', 'notes', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f19d2e7c-9067-5024-46e4-a8d3474ee440', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'message_id', 'message_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f1e90e22-ce3d-0716-eae8-4a0987468c3e', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'sender_contact_id', 'sender_contact_id', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 18, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f264bc3b-2ce0-2448-6590-8437a63eda8d', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'type', 'type', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f2ddc29c-c149-753a-9e2e-b5d934c7cde2', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 18, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('f33a3fdd-ed14-8f14-eda7-6179225a3b48', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 12, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f34a0268-c71a-891d-6302-52b4bc99c3b0', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'embedding', 'embedding', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"args":[768],"name":"vector"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('f3eb7688-92f9-a9c0-4a49-26082a555791', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'meta', 'meta', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f4244b0a-965a-44f1-f3cd-119bc9b73b42', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'url', 'url', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f498ef64-d5c4-9594-7122-c833d5b6f2da', '019fa679-9064-7be8-b12a-f974608356ce', 'bc13c372-2c8e-77aa-b069-38602ba75ac9', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f4a7c55e-890b-f04f-534c-57caf17901fe', '019fa679-9064-7be8-b12a-f974608356ce', 'f1c44add-37ac-18d8-4a39-0b1dbc6021d9', 'related_contact_id', 'related_contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f6055f5b-1549-5b04-6b97-b5693f66a7c5', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 2, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f70afd14-b43f-6e22-e9e2-a7d783a9f3a7', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f72d8fc6-c767-f21b-dc90-83958a94cdc0', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 9, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('f73f06ad-e187-482a-78ac-0cc6269871c4', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'last_completed_at', 'last_completed_at', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f7616c82-ab57-3a92-0203-5fd6716acf42', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 8, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f7831731-ca73-742a-45e8-fb91256562f3', '019fa679-9064-7be8-b12a-f974608356ce', 'f1c44add-37ac-18d8-4a39-0b1dbc6021d9', 'contact_id', 'contact_id', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"uuid"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f7a914cf-01b7-da57-0285-f19d4d923e25', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'description', 'description', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f7ea40ef-f4ea-c1e1-507c-a21082015677', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'subject', 'subject', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f8003042-d1cb-6da8-20f8-31af54e9fe4b', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'token_count', 'token_count', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"int"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f8993f2b-5227-9cb8-4260-21db733ec76f', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('f8b4c9b9-eb9a-1e5a-d5c2-190a71944c02', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'storage_url', 'storage_url', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f8e6c9ed-8dda-1bf2-1437-5834b0c60c7e', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'meeting_url', 'meeting_url', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f8f0e6b5-5813-993e-387b-6666942f22b4', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'name', 'name', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('f9963781-8afd-6194-5812-0896954fff01', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'payload', 'payload', NULL, NULL, true, false, NULL, NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('fa279013-9b14-308d-6e8c-86fbe50fffef', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'amount', 'amount', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 1, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('fac9dffb-b915-4569-55a7-3612211796ae', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'metadata', 'metadata', NULL, NULL, false, false, '{"cast":{"name":"jsonb"},"value":{}}', NULL, NULL, NULL, NULL, '{"name":"jsonb"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('fba2d492-2f84-ab4f-e012-4e8fb6037597', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'status', 'status', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 3, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('fbb718e7-7d88-7f9b-b8c9-a9d6cd4cb7f3', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('fce22c86-7f03-b310-56fd-4bff4d0eed36', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'id', 'id', NULL, NULL, true, false, '{"function":"uuidv7"}', NULL, NULL, NULL, NULL, '{"name":"uuid"}', 6, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('fcf59885-44f8-a657-7cab-dd5b228147c7', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'created_at', 'created_at', 'Timestamp when this record was created', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('fd14c1a0-885d-919b-3d9d-4f57ceb093e1', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 10, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('fd614451-138c-0b67-7ace-7f7f2483cab9', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'title', 'title', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"text"}', 0, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('fd79b6f2-6c0b-993f-fa96-72f0e3c477c9', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'confidence', 'confidence', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"numeric"}', 4, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('fe01b938-6e9c-e1ef-fe5c-5713c2043489', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'is_active', 'is_active', NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"bool"}', 5, NULL, NULL, NULL, NULL, NULL, '{}', 'app'), + ('fe48fe86-ec33-572e-da8a-6a8e0dc8b6fa', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'updated_at', 'updated_at', 'Timestamp when this record was last updated', NULL, true, false, '{"function":"now"}', NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 7, NULL, NULL, NULL, NULL, NULL, '{}', 'module'), + ('ff3bcdb2-9977-d07c-2e32-c7ec13836f1e', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'embedding_updated_at', 'embedding_updated_at', NULL, '{"@behavior":"-insert -update"}', false, false, NULL, NULL, NULL, NULL, NULL, '{"name":"timestamptz"}', 11, NULL, NULL, NULL, NULL, NULL, '{}', 'module'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/foreign_key_constraint.sql b/packages/agentic-db-services/deploy/migrate/foreign_key_constraint.sql index 3e4970c1992..8d7b0db7df7 100644 --- a/packages/agentic-db-services/deploy/migrate/foreign_key_constraint.sql +++ b/packages/agentic-db-services/deploy/migrate/foreign_key_constraint.sql @@ -40,121 +40,125 @@ INSERT INTO metaschema_public.foreign_key_constraint ( category, tags ) VALUES - ('01f6e079-2e2b-0d41-5010-0ffc8f67d78c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '916593a4-e0b7-af5c-47e1-e6d9ff68a0c5', 'thread_participants_contact_id_fkey', NULL, NULL, 'f', '{524d8fea-023f-7613-bc65-4c79237df5e5}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('04950deb-54de-324d-cb34-d7ee492972a3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_habit_id_fkey', NULL, NULL, 'f', '{39e0eef0-45f4-3cb3-835c-0a2220dd9e05}', '3c57ba82-ed88-5868-1104-dd009985ef65', '{a919f33d-b483-6831-c0ca-0bae8f743ee6}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('05edb24b-b01c-0df0-2c7f-ac855774458e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_organizer_contact_id_fkey', NULL, NULL, 'f', '{ac531a41-1c5d-5607-43bf-51a1dec19c38}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('0bb8709f-d06f-5b6a-f1c6-408f5b064087', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'da5b5144-990b-f7fd-1fce-5dd3cff75417', 'company_memories_company_id_fkey', NULL, NULL, 'f', '{d615e151-a873-5351-4614-5209359fe7f3}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('0e629df7-e1d7-1ce8-6063-ef0857eb3718', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a1b17efe-df85-506d-c17c-20a8b9e3364a', 'deal_contacts_deal_id_fkey', NULL, NULL, 'f', '{f3e1d8d6-2e7f-b42c-fac0-b48177869f72}', 'a2584282-1ad1-b286-72ed-5600afec4d5d', '{e993d31e-5aed-1aa2-2802-8072acff90bb}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('0ee1cafb-8ce3-5ddf-6ec8-c9c3bd965af3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0fff97a5-3cfd-54cd-198a-60b6815a4887', 'deal_companies_deal_id_fkey', NULL, NULL, 'f', '{ab9a1722-9a44-6404-ecaa-169a64de9c82}', 'a2584282-1ad1-b286-72ed-5600afec4d5d', '{e993d31e-5aed-1aa2-2802-8072acff90bb}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('0f3030d1-92a7-bf30-7072-a7bc636758d8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1dc61d39-7f88-0ae9-8156-f9ddab63d0a2', 'email_recipients_email_id_fkey', NULL, NULL, 'f', '{810089f4-ae91-5e04-86d8-42547b9b233c}', '53d41bb0-907f-f868-d963-3559c2fa6bc6', '{6ae58a62-4d8b-3f09-fed1-2f493f89125a}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('11dbb598-9cee-854e-1301-c127ff244fba', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db6d316e-1f53-f575-84a1-185ddf112eca', 'project_documents_project_id_fkey', NULL, NULL, 'f', '{3a597aea-1c51-c6b6-ddc3-07b18aa65b53}', '800eafad-ad41-27a2-5c7a-749c4638d592', '{bf76308d-f91c-107a-7647-dee64649180c}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('1363f9ef-87d3-ebf3-cb15-f5cb2959ce24', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_calendar_id_fkey', NULL, NULL, 'f', '{f697dec6-b0ab-f0d9-9925-ade33aaca943}', '8fd28309-07ce-4de9-e507-16327cce4800', '{d6da5ad4-2212-344a-c31a-4da9675a4341}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('136d08d6-9906-06fa-32da-fefaea82b2b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ae455b39-e68a-6ebc-85cb-74e228fd1d02', 'calendar_event_notes_note_id_fkey', NULL, NULL, 'f', '{6cdeeccb-bcbf-f449-8336-9ae7654d1b92}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('16b3bd70-ac36-b015-4b14-a12b3bd5d448', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2519f4bc-ea71-c6b4-b37e-975000df26f4', 'email_notes_note_id_fkey', NULL, NULL, 'f', '{afb11b74-832e-b5eb-bf2a-8dab1fdead06}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('18a91990-35b5-90e8-30d3-dcff263a0d18', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'contact_addresses_contact_id_fkey', NULL, NULL, 'f', '{abc4352a-9639-b242-298f-22d12a802532}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('1c6e7fd5-777e-83a3-f170-1d1d7a771241', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_conversation_id_fkey', NULL, NULL, 'f', '{d3b1163e-ae9c-94d8-da5e-c84f60f25242}', '27649de5-b2b6-7f06-45b0-924ae3979ecb', '{ffab6a9e-4bf7-b65d-403c-38d05064b9d5}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('1e7c8f7e-a19b-0c3f-0e9f-f221808622cf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'runtime_artifacts_runtime_state_id_fkey', NULL, NULL, 'f', '{6fd8e93d-52a4-c1d7-520a-b8416f41c98f}', '11a044ad-dc93-bd9c-836d-135528294212', '{a2dd489d-5057-2147-a119-7ba8e6f471a9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('1f7cd6ac-4e55-e2dd-c4a6-dfc9879d09e1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'event_links_event_id_fkey', NULL, NULL, 'f', '{11690ca9-9f30-d3d8-1d08-9e8eb750732a}', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('203df5b4-5dc8-dc27-a923-c23e5a840564', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f7e4b7b0-bc9b-c4de-94c8-680a5318c059', 'agent_prompts_agent_id_fkey', NULL, NULL, 'f', '{d1c29c11-a1d1-cd04-a7af-dd3c8284c1a6}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('2a8c9cee-0312-56b4-0194-0955cd5266dd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db6d316e-1f53-f575-84a1-185ddf112eca', 'project_documents_document_id_fkey', NULL, NULL, 'f', '{b154d230-59c2-a57a-e3a8-800106822937}', '0656baa1-4248-6e66-72be-f9ad387c9cf0', '{e40045bf-631d-931f-db15-db6d6d4bb063}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('31e94cd4-5652-22ab-4021-271704c28619', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'calendar_attendees_contact_id_fkey', NULL, NULL, 'f', '{026e1714-b83c-20f3-bd79-0ca668b36503}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('3353dc5e-65ab-910b-615f-a4620448ec5e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '406d92cc-cd74-faa7-e131-b93ab157277a', 'venue_images_venue_id_fkey', NULL, NULL, 'f', '{d1296159-60c5-a59c-6cad-d6cbb9cd2774}', '5e8637f4-a7b5-1655-b15a-3518077c69e4', '{a8a22395-05d3-75bc-3806-d072d11a2d07}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('369a8611-78cf-1639-d8b3-d1a6197d58d1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_contact_id_fkey', NULL, NULL, 'f', '{11273107-18c3-126b-0c67-a6b98139af18}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('37a9e54f-cc4e-34cd-b615-b633c435732b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_event_id_fkey', NULL, NULL, 'f', '{cc113348-21ef-8722-bfc8-46defc6b2e29}', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('3ff2793f-0972-0fba-5a22-0d81db7a96ec', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f65e301a-2609-4bc0-d9f0-a5feaef3551f', 'deal_notes_deal_id_fkey', NULL, NULL, 'f', '{74db3463-d617-cb51-aa8c-a6e224f2e5c6}', 'a2584282-1ad1-b286-72ed-5600afec4d5d', '{e993d31e-5aed-1aa2-2802-8072acff90bb}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('416afc5d-66d8-61ac-cc8a-ed091d77a7be', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58882eac-e093-2a34-be7b-af7054d416e7', 'project_contacts_project_id_fkey', NULL, NULL, 'f', '{1754ff3e-0166-93b6-0436-1ea3820bbaa6}', '800eafad-ad41-27a2-5c7a-749c4638d592', '{bf76308d-f91c-107a-7647-dee64649180c}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('44d6564a-17bb-fdfe-b434-fee1f45163d5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'runtime_metrics_runtime_state_id_fkey', NULL, NULL, 'f', '{6a799f26-8da7-aaf8-8641-3f96e984cb75}', '11a044ad-dc93-bd9c-836d-135528294212', '{a2dd489d-5057-2147-a119-7ba8e6f471a9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('4713c173-4a7f-dec0-c427-61078e230c52', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f3d548b3-3c6f-356b-f04a-cf5f4c2df82d', 'contact_notes_contact_id_fkey', NULL, NULL, 'f', '{e560c39f-5675-e4a7-a54f-2beef4eec765}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('49792037-9f2b-13a2-3562-a9c0d04011aa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8f6da1c-d096-73f7-e8d1-a438fa8df13d', 'contact_images_image_id_fkey', NULL, NULL, 'f', '{ae5473d5-c73f-13bb-a650-bb4218a732e3}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('4d77593e-e274-4904-fbd6-a323e043cf17', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2b631e-beb4-c64a-82a9-f140a28875e9', 'autonomy_record_links_source_record_id_fkey', NULL, NULL, 'f', '{6b9510f2-2df2-0b4a-2958-9abc9078c898}', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', '{1da4eee8-d600-722c-8807-e19cbb8a751b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('4d977cc2-2f45-3631-901f-449afdba1d57', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a1b17efe-df85-506d-c17c-20a8b9e3364a', 'deal_contacts_contact_id_fkey', NULL, NULL, 'f', '{8b35d160-2f5b-651b-690e-c2d217515870}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('504723c1-96d7-9b78-7e8e-0105f9ad7542', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '68edf88c-42d9-4f2d-f870-90546662fd76', 'contact_events_contact_id_fkey', NULL, NULL, 'f', '{8c8aa45f-99c8-7b6c-6c3d-4caf508f37db}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('5073d8a9-777f-d058-2a05-25f90e1be404', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800043d8-7751-9090-308c-b70a2516688b', 'event_venues_event_id_fkey', NULL, NULL, 'f', '{1a322b4a-8ae1-a57a-e95b-2a89108cf268}', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('52cb806f-f7e7-0deb-92c9-228e18eed456', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e2b173a8-9a89-6741-1825-2247b2410da4', 'expense_contacts_expense_id_fkey', NULL, NULL, 'f', '{7ba0501a-bc2f-cbcd-23d7-59ddf564a20e}', 'e75595e2-db26-8fba-2432-4c20f5de790d', '{c1844855-447b-cd7c-6cd0-3ac934cf50c7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('52d804ce-275b-389e-66d7-4e7798f9bf87', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8f6da1c-d096-73f7-e8d1-a438fa8df13d', 'contact_images_contact_id_fkey', NULL, NULL, 'f', '{eec14f73-8f5f-6764-629d-ef0c0d7c1a5c}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('57eebee7-77bc-e7dc-148d-c8db4278ed66', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2fe27288-806b-12cc-d0a2-b1ca9d87f3bc', 'contact_memories_contact_id_fkey', NULL, NULL, 'f', '{aaa8afde-c7b5-8995-434e-d9c15689fc4b}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('5cbdb608-6ffa-4149-6f6d-28bdce4ebd31', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1dc61d39-7f88-0ae9-8156-f9ddab63d0a2', 'email_recipients_contact_id_fkey', NULL, NULL, 'f', '{c8b3ed85-7d50-f095-0461-a8dbe9b5a56b}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('5e547d2f-1d0c-516b-b5e7-b87c619addfc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '243709c7-f9f9-9c9e-9ca7-8b221dda4e3c', 'task_projects_task_id_fkey', NULL, NULL, 'f', '{d72262d5-ba7b-a9fe-efb7-d6f6037c5159}', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', '{e3bfd188-29bb-89bb-3a3f-11dc1c28bf5f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('5ee578a9-0966-8ac4-a5c7-7385910f3473', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70d508d6-2baa-38b9-2e7a-a1c7e635408e', 'runtime_state_dependencies_dependency_id_fkey', NULL, NULL, 'f', '{77625da4-bedc-cef9-bc9e-d01bf9cdf79b}', '11a044ad-dc93-bd9c-836d-135528294212', '{a2dd489d-5057-2147-a119-7ba8e6f471a9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('5fe58480-6c29-23b7-7cfd-0209df662ef7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8711d3f1-5f40-46f5-4300-24c713a27fe5', 'company_documents_document_id_fkey', NULL, NULL, 'f', '{b194d14d-498a-257c-01ab-0a7ad7276818}', '0656baa1-4248-6e66-72be-f9ad387c9cf0', '{e40045bf-631d-931f-db15-db6d6d4bb063}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('60784b40-8a14-de62-e852-8e4c54b2999d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bae5c563-ef9d-6517-ce1a-2e88b8e2470e', 'calendar_event_tasks_calendar_event_id_fkey', NULL, NULL, 'f', '{db4a31f0-2836-c7e5-3c0a-e12d4985533c}', '746b9969-1a47-eeb8-53bc-84a077486db2', '{b2094a39-e80c-cac3-91e1-c7e44549bf77}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('6185bdc2-78dd-ca50-63c7-82bfac0054b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'venue_links_venue_id_fkey', NULL, NULL, 'f', '{d7abfd5e-3e20-0253-f9d6-0684902ee2fe}', '5e8637f4-a7b5-1655-b15a-3518077c69e4', '{a8a22395-05d3-75bc-3806-d072d11a2d07}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('646713be-ae68-022f-99cd-9487e7f7784f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '9a208554-2d9f-3cac-4aef-49701f75ca05', 'goal_projects_goal_id_fkey', NULL, NULL, 'f', '{5129fec6-fb02-44b8-0cb5-5e3f7ce565c8}', '6735cf0f-2faa-29d0-871d-a996b05936fd', '{b636ff51-40d5-f375-78a3-7c21bd12c133}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('67f35c56-a958-a895-bc24-991fab3fb169', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'calendar_attendees_calendar_event_id_fkey', NULL, NULL, 'f', '{f4f87624-785c-4f4c-509d-6cf19a8495e3}', '746b9969-1a47-eeb8-53bc-84a077486db2', '{b2094a39-e80c-cac3-91e1-c7e44549bf77}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('68d34e0e-8519-f1f6-813a-2c7e339eb5ba', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_agent_id_fkey', NULL, NULL, 'f', '{62d86e4e-2948-fa53-46f0-4d7853bdb853}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('692cd058-1aa3-0c2c-c6da-1d094c8dfca1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_contact_id_fkey', NULL, NULL, 'f', '{a3ef24fd-57c8-7de6-c9b4-e8208a9362d6}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('69371fce-a1bd-3b88-bc4d-a3145c2cc263', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'da5b5144-990b-f7fd-1fce-5dd3cff75417', 'company_memories_memory_id_fkey', NULL, NULL, 'f', '{84617d1b-40e5-5952-f730-2d495d42b126}', '78d08852-1160-0dfb-193a-e1ba85d840cd', '{bc605a9e-d8c5-fe44-996b-63b409267599}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('6d86d20f-7433-2113-7d9a-622b52d8230f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'contact_links_contact_id_fkey', NULL, NULL, 'f', '{88476149-fb6b-d4a2-51a3-8a3f048d87f7}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('6e804e13-5eb2-036b-ab98-6f824747a939', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70c8fc88-d517-4761-7c37-2bcdaf7acbbf', 'task_notes_note_id_fkey', NULL, NULL, 'f', '{77ce1be9-0c76-f386-c851-f8ced7d02ce5}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('6ebc542c-8f75-09b4-0b31-8d6066ff4c43', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'email_attachments_email_id_fkey', NULL, NULL, 'f', '{0a877d8e-d77e-af51-bb67-87c411f3b3a6}', '53d41bb0-907f-f868-d963-3559c2fa6bc6', '{6ae58a62-4d8b-3f09-fed1-2f493f89125a}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('752600ec-c7c7-697a-b653-64710a0e988c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'tool_executions_tool_definition_id_fkey', NULL, NULL, 'f', '{5ec43b79-2e12-2c71-584a-303734d96cf5}', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', '{d303f5b3-6c4d-9d57-6f09-06e7e2c0447a}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('77ae239c-4f04-1399-21d9-78708ff55ae4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'raw_contact_urls_raw_contact_id_fkey', NULL, NULL, 'f', '{e15cb8df-5be2-fcec-3fba-c5b4747031ed}', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', '{3ed07ecb-a258-f979-7f0a-3fb26d4b584f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('791e1b52-7319-917c-0b9e-7517dc13b450', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '68edf88c-42d9-4f2d-f870-90546662fd76', 'contact_events_event_id_fkey', NULL, NULL, 'f', '{ae9d995c-cc3c-feeb-b4c8-a598afeed9b2}', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('7d7693d8-24e2-55f4-e9f2-b0397f74d32f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f7e4b7b0-bc9b-c4de-94c8-680a5318c059', 'agent_prompts_prompt_id_fkey', NULL, NULL, 'f', '{156ec94b-8b6d-a745-60f7-f3f990db9f18}', '0d521c88-2b66-2a03-72dd-e44963fadce1', '{311468ad-48d0-3644-cc6e-b26af88f614e}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('7fcea182-95aa-909b-a666-acfec6879696', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '243709c7-f9f9-9c9e-9ca7-8b221dda4e3c', 'task_projects_project_id_fkey', NULL, NULL, 'f', '{47123f23-d20a-92ee-6743-1ecbf807e20f}', '800eafad-ad41-27a2-5c7a-749c4638d592', '{bf76308d-f91c-107a-7647-dee64649180c}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('80fc5754-2a4d-7e64-fafe-96ab6f086b6b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2b631e-beb4-c64a-82a9-f140a28875e9', 'autonomy_record_links_target_record_id_fkey', NULL, NULL, 'f', '{b4c69058-58d7-5e5a-6d3f-19d1841eaeb5}', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', '{1da4eee8-d600-722c-8807-e19cbb8a751b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('81637fe7-4d4a-3179-d79f-e0589a914068', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_contacts_id_fkey', NULL, NULL, 'f', '{0bb6a9fd-3568-a0fc-e82c-d2a54981cdb8}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('8546e03c-4eba-9ce8-388f-a3b8f5065843', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e31ba1db-28aa-bd28-094d-48570417512f', 'event_images_image_id_fkey', NULL, NULL, 'f', '{70dcfb85-3e61-93d1-2ca9-2e5449fcfd16}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('856a35d6-2fb2-358e-f8b7-ab3c2f5f0b7c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '4137a1f7-45da-8cab-a93a-809db3b579b8', 'event_notes_event_id_fkey', NULL, NULL, 'f', '{066b7b55-707b-9771-e0db-1cf70ad9a2f2}', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('85826fe8-d268-6fb2-43a5-8ffddae8ab43', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f3d548b3-3c6f-356b-f04a-cf5f4c2df82d', 'contact_notes_note_id_fkey', NULL, NULL, 'f', '{40606f4a-984b-7b62-ca65-9d60fbf6fab6}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('86a18377-f7b6-fb02-9df9-913146e95c69', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'company_links_company_id_fkey', NULL, NULL, 'f', '{1aa598c3-e606-25d7-8b3d-707253718423}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('89dfeffe-83b9-dcee-9cd2-fb73566c8d57', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_trip_id_fkey', NULL, NULL, 'f', '{2ac311c2-d1ac-c895-ca32-984c74157776}', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', '{10cef1a2-890f-cb7d-66ed-a58353442e40}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('8bee06db-951a-332e-bade-e07dfb61f409', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e352b23e-a611-f59d-14df-af7aecf451b8', 'contact_companies_contact_id_fkey', NULL, NULL, 'f', '{15bb63f4-2c82-499c-2dcb-a10cdb127cc0}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('8d530556-0176-25ee-b104-c4096f72b0e9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_agent_id_fkey', NULL, NULL, 'f', '{7825d883-13ed-96ca-8cad-973b7756d42d}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('8d6c106d-c691-a3f3-3482-843b09596f0c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'afdd17b9-a0b6-05ed-e74c-1ea8d28b2575', 'skill_tools_skill_id_fkey', NULL, NULL, 'f', '{be939382-548a-b9f4-5a7f-cdf4244f991d}', '5108b493-8e50-6922-c7fa-2c9b59728797', '{f3965a85-e47d-6913-aa82-4f646ad0c69b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('90cfe776-6d4d-f60d-bcef-8598bdef009c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'raw_contact_emails_raw_contact_id_fkey', NULL, NULL, 'f', '{e27707e4-c023-5a01-6966-29c2b320984a}', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', '{3ed07ecb-a258-f979-7f0a-3fb26d4b584f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('95fa710a-a40d-82f1-45d2-ea9b069c9c1f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '406d92cc-cd74-faa7-e131-b93ab157277a', 'venue_images_image_id_fkey', NULL, NULL, 'f', '{9d55fcf5-e937-773c-f47a-936c31f96639}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('96e1d290-8cd6-39f2-115c-e6c1a6becce4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_company_id_fkey', NULL, NULL, 'f', '{446513d1-5986-9dab-0ee9-b661cd9cce3e}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('971d247e-5c28-3605-780e-ac1e06c30f6d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'afdd17b9-a0b6-05ed-e74c-1ea8d28b2575', 'skill_tools_tool_definition_id_fkey', NULL, NULL, 'f', '{e696432c-b95e-7b10-2c93-da95e77daa42}', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', '{d303f5b3-6c4d-9d57-6f09-06e7e2c0447a}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('97c95866-5d84-a1fc-ad45-305aad4f81e6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_agent_id_fkey', NULL, NULL, 'f', '{a07c9b3d-dcb4-2720-faf6-12ed5ea376a4}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('99d61d2d-c07e-aa07-baaa-6eadbc372152', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f65e301a-2609-4bc0-d9f0-a5feaef3551f', 'deal_notes_note_id_fkey', NULL, NULL, 'f', '{c728976a-88a2-bcf4-8cfe-ed90944ebb91}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('a0aec74b-d0b3-2319-90d2-c045d84e76f5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5cc24e28-557e-41dc-1888-dcb2b029123b', 'company_notes_note_id_fkey', NULL, NULL, 'f', '{51c249d3-028d-41fb-5500-f7506c7d1036}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('a33c56cb-5001-6fde-a1a2-7b9e40b1c8b6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6e406615-395c-67ea-fc36-b45215f77cd0', 'calendar_event_contacts_contact_id_fkey', NULL, NULL, 'f', '{2148ba94-9e23-45c8-ce2f-59a570c40df5}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('a96a7dba-00c0-9d0a-89c4-a083498eef80', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_from_contact_id_fkey', NULL, NULL, 'f', '{1235ce70-7e52-e700-fdab-f1cb12fe6b7e}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('acc3a408-5907-bfa7-1571-e9ba7ee0e1a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2adf72cf-ca09-6fe3-7cf7-dea4b8f1d648', 'contact_relationships_contact_id_fkey', NULL, NULL, 'f', '{8466965d-1eb3-4274-bbc5-8e45c7d94173}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('adbcb315-d4d9-ec55-7822-4657756b8ff1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bae5c563-ef9d-6517-ce1a-2e88b8e2470e', 'calendar_event_tasks_task_id_fkey', NULL, NULL, 'f', '{56a8aa42-ff2f-dbd3-8bdb-9fd7fbfc8488}', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', '{e3bfd188-29bb-89bb-3a3f-11dc1c28bf5f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('add7c9c7-783d-4229-18e9-58a2321456bf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '4137a1f7-45da-8cab-a93a-809db3b579b8', 'event_notes_note_id_fkey', NULL, NULL, 'f', '{35340d1b-243b-9198-019d-b586aee7757b}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('aec4243a-af9b-139a-a42c-3e56bb6c14ab', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'notes_chunks_notes_id_fkey', NULL, NULL, 'f', '{18e2561c-f16b-d7f9-369e-3c4e968b5aca}', '37730bcd-d659-4296-c0fa-65768b87d9c5', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('af224c78-db71-8991-0c4f-86dc9be2a6eb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'documents_chunks_documents_id_fkey', NULL, NULL, 'f', '{f9821189-8e0f-39e3-610a-d8122abbfe20}', '0656baa1-4248-6e66-72be-f9ad387c9cf0', '{e40045bf-631d-931f-db15-db6d6d4bb063}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('aff461cc-1b4e-2c64-95e6-8c8996e12263', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '9a208554-2d9f-3cac-4aef-49701f75ca05', 'goal_projects_project_id_fkey', NULL, NULL, 'f', '{44f75651-0de2-360b-d3ae-d7f32c6f247c}', '800eafad-ad41-27a2-5c7a-749c4638d592', '{bf76308d-f91c-107a-7647-dee64649180c}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('b0322fb1-84f8-750d-139c-d6605bbff085', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_agent_id_fkey', NULL, NULL, 'f', '{f0480de9-588b-db07-aaf2-751d43c3848e}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('b0c93cc6-ce4e-6d6d-b542-09f5916606a1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '35adb4cd-e050-3711-852b-defcf54002db', 'company_images_company_id_fkey', NULL, NULL, 'f', '{46a9ad28-b109-9bb2-5268-d01cfe0801f7}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('b0f216df-d267-e1e8-9ffd-4754a5410f8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ec39e1ac-214c-d20a-a838-08fffbe278fa', 'agent_collaborators_agent_id_fkey', NULL, NULL, 'f', '{04fe3d49-3df4-8120-a712-7f2977df9180}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('b18ded54-e4a2-6933-d755-c07c7cda9fc4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'contact_phones_contact_id_fkey', NULL, NULL, 'f', '{46f4f301-6f2d-7c96-aa86-8565e163c535}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('b21bf5f1-3605-4c70-d096-6e95b76d5aaf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_main_image_id_fkey', NULL, NULL, 'f', '{f98f7d4c-0f3d-fced-127a-509e83a8fb17}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('b2bf1318-4cea-4e4d-b8bb-06305b953148', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8e5e2584-dedf-0d6d-d4da-3512613b6b48', 'task_contacts_task_id_fkey', NULL, NULL, 'f', '{4fe05e47-5729-6b78-f603-323ed8af03cf}', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', '{e3bfd188-29bb-89bb-3a3f-11dc1c28bf5f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('b6405b37-ebf3-8cd5-2b3d-c136cd75f909', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6e406615-395c-67ea-fc36-b45215f77cd0', 'calendar_event_contacts_calendar_event_id_fkey', NULL, NULL, 'f', '{3c88bc0a-dbb5-db71-98a3-faa41f20724e}', '746b9969-1a47-eeb8-53bc-84a077486db2', '{b2094a39-e80c-cac3-91e1-c7e44549bf77}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('bb02df4c-5501-6324-6743-868469c8e418', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2519f4bc-ea71-c6b4-b37e-975000df26f4', 'email_notes_email_id_fkey', NULL, NULL, 'f', '{044284aa-339c-44aa-0f86-f6b4e272f988}', '53d41bb0-907f-f868-d963-3559c2fa6bc6', '{6ae58a62-4d8b-3f09-fed1-2f493f89125a}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('c0827a56-7150-2ec6-c450-97f19b5c2d84', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_main_image_id_fkey', NULL, NULL, 'f', '{2e70183a-37c0-dbcc-5fa3-56fa23ffc1d0}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('c3f925b4-3eb6-7227-56ec-9de05342fbe0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b72b7176-c9f7-9e24-85dd-a28cf9784959', 'goal_habits_habit_id_fkey', NULL, NULL, 'f', '{79f674dc-8963-7487-8f2d-34d5b3b92d57}', '3c57ba82-ed88-5868-1104-dd009985ef65', '{a919f33d-b483-6831-c0ca-0bae8f743ee6}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('c5927c0e-7dac-3fe7-1b53-98f40603cbc0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_main_image_id_fkey', NULL, NULL, 'f', '{08af388a-5a90-d541-d17c-b5f1ba5e4673}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('c5fd1144-49e2-e563-3835-0ac48abc5157', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2adf72cf-ca09-6fe3-7cf7-dea4b8f1d648', 'contact_relationships_related_contact_id_fkey', NULL, NULL, 'f', '{991b6298-364e-5663-3188-811288e43054}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('c6f4073f-2427-61fe-a79d-38a387ec1099', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b72b7176-c9f7-9e24-85dd-a28cf9784959', 'goal_habits_goal_id_fkey', NULL, NULL, 'f', '{06b2f488-859c-6aed-2bdb-364d26cd6525}', '6735cf0f-2faa-29d0-871d-a996b05936fd', '{b636ff51-40d5-f375-78a3-7c21bd12c133}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('c88ca112-8ec9-a53a-17ab-9ea5a9443e79', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70c8fc88-d517-4761-7c37-2bcdaf7acbbf', 'task_notes_task_id_fkey', NULL, NULL, 'f', '{043026a1-6f64-4ea6-0bcc-b12b331204f4}', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', '{e3bfd188-29bb-89bb-3a3f-11dc1c28bf5f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('c9838fb1-ac13-e655-3eb5-aea234b49650', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800043d8-7751-9090-308c-b70a2516688b', 'event_venues_venue_id_fkey', NULL, NULL, 'f', '{b3d50888-dd30-d1a3-a890-a1c530596430}', '5e8637f4-a7b5-1655-b15a-3518077c69e4', '{a8a22395-05d3-75bc-3806-d072d11a2d07}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('cd1937b5-cf03-6cf5-602a-116bcf76dca9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '35adb4cd-e050-3711-852b-defcf54002db', 'company_images_image_id_fkey', NULL, NULL, 'f', '{1e278dbc-5507-d9f9-333d-99806ecd00c2}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('ce036e84-3f86-6a41-3f60-78151871e8be', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0fff97a5-3cfd-54cd-198a-60b6815a4887', 'deal_companies_company_id_fkey', NULL, NULL, 'f', '{f7eee65c-66e4-662e-cd14-6070fa63c16a}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('d3061dba-4977-bd07-3252-42dfda1fe364', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_runtime_state_id_fkey', NULL, NULL, 'f', '{52c1616d-7a1c-de68-ef78-ca71cdcd27ed}', '11a044ad-dc93-bd9c-836d-135528294212', '{a2dd489d-5057-2147-a119-7ba8e6f471a9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('d30fb816-b6c6-4768-1296-8bb8134c2dac', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ae455b39-e68a-6ebc-85cb-74e228fd1d02', 'calendar_event_notes_calendar_event_id_fkey', NULL, NULL, 'f', '{bba0e1d0-6f9f-823c-3f8e-5479fcbe7948}', '746b9969-1a47-eeb8-53bc-84a077486db2', '{b2094a39-e80c-cac3-91e1-c7e44549bf77}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('d44544c5-2c1c-0c8b-4406-dbcb73c7776c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8711d3f1-5f40-46f5-4300-24c713a27fe5', 'company_documents_company_id_fkey', NULL, NULL, 'f', '{4bc99cc2-0dfe-2c01-094e-dfa3db91c5fd}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('d5985664-8048-a8bf-e215-e43fa7a9c188', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58882eac-e093-2a34-be7b-af7054d416e7', 'project_contacts_contact_id_fkey', NULL, NULL, 'f', '{bdbac692-0409-b1ec-0f3c-9cf4e0f78c36}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('de5e68f1-f054-49f3-20d3-c14459190eb4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5cc24e28-557e-41dc-1888-dcb2b029123b', 'company_notes_company_id_fkey', NULL, NULL, 'f', '{75b55ee9-8b59-6d4d-921e-66d2875ff825}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('e0c90c45-de36-bcbd-2482-8a4fbf3a3b94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e2b173a8-9a89-6741-1825-2247b2410da4', 'expense_contacts_contact_id_fkey', NULL, NULL, 'f', '{3efcb9aa-82e4-f964-b7b9-cc6449ea3c7c}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('e1f91ec3-ac31-aae9-cfeb-4b703e99a266', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'contact_emails_contact_id_fkey', NULL, NULL, 'f', '{e3071c57-3ec5-88db-3341-3ee29eae4a81}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('e667736a-f12b-cea8-57ca-5cf12c1c752c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70d508d6-2baa-38b9-2e7a-a1c7e635408e', 'runtime_state_dependencies_state_id_fkey', NULL, NULL, 'f', '{c7e7b11c-8c28-21ca-ce5d-bb3fe828a10a}', '11a044ad-dc93-bd9c-836d-135528294212', '{a2dd489d-5057-2147-a119-7ba8e6f471a9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('e9811a63-1ccb-eaa4-57a0-96c81a951295', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_agent_id_fkey', NULL, NULL, 'f', '{ae5cbe48-6354-19a3-5ad2-4950463f0ec8}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('ec334a98-8a63-4173-d053-9f9a7acd1f69', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e352b23e-a611-f59d-14df-af7aecf451b8', 'contact_companies_company_id_fkey', NULL, NULL, 'f', '{96f7d9d4-94c4-0a00-ef1d-05bf75f24377}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('ed602f47-b240-d74b-f137-59df8f210f72', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_email_thread_id_fkey', NULL, NULL, 'f', '{75a9557c-e7f7-ec4f-4503-7c99006d7c7c}', 'bd2a1437-8af8-97ac-b324-7315ac909a00', '{18dd7cff-9f64-79b2-8baa-e8dbbe7e2139}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('ee3b157f-0ec3-a5a7-8db3-0ae27e922a09', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '005af3e0-1a91-92b7-2f33-0f92998648c5', 'company_events_event_id_fkey', NULL, NULL, 'f', '{e69cc6e4-4174-e3a9-ed52-7f3f17bf799e}', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('f053be5a-fbd2-9e50-4a23-18904d504de5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8e5e2584-dedf-0d6d-d4da-3512613b6b48', 'task_contacts_contact_id_fkey', NULL, NULL, 'f', '{c8458fc6-23e4-d3c5-662a-a261dfb67a17}', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('f1ba358e-d951-061b-258f-a0ea5f589446', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'raw_contact_phones_raw_contact_id_fkey', NULL, NULL, 'f', '{66dd1ba4-ab8f-ba78-23e2-25bd3df1093c}', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', '{3ed07ecb-a258-f979-7f0a-3fb26d4b584f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('f2adc5d1-1e06-9415-9daa-3efe286cc5ad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2fe27288-806b-12cc-d0a2-b1ca9d87f3bc', 'contact_memories_memory_id_fkey', NULL, NULL, 'f', '{5854267e-03f1-fd74-0d62-54d807dc5f9e}', '78d08852-1160-0dfb-193a-e1ba85d840cd', '{bc605a9e-d8c5-fe44-996b-63b409267599}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('f3273290-a21d-dea5-6066-b52a2ae9eb92', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_deal_id_fkey', NULL, NULL, 'f', '{42dcf068-4206-9899-61a4-c6a6206b6259}', 'a2584282-1ad1-b286-72ed-5600afec4d5d', '{e993d31e-5aed-1aa2-2802-8072acff90bb}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('f33f43a7-cd47-29e5-c227-9228a408f579', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_main_image_id_fkey', NULL, NULL, 'f', '{8d65e52c-fb3e-9e36-329d-03d7b8ce39cf}', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', 'n', 'a', false, '{}', false, false, 'app', '{}'), - ('f419f4bf-c019-c5e3-9779-4c24b1e9c127', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e31ba1db-28aa-bd28-094d-48570417512f', 'event_images_event_id_fkey', NULL, NULL, 'f', '{068ffaa4-ea5c-12b1-bfda-946ef940c733}', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('f441a367-5720-1692-00a8-7c53a145f6c0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ec39e1ac-214c-d20a-a838-08fffbe278fa', 'agent_collaborators_collaborator_id_fkey', NULL, NULL, 'f', '{e643f069-b773-529b-d23c-ea088b22fc2f}', '867f4e78-903d-d6d4-26e5-71701af6fa30', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('f9e15b61-82c7-420b-a8ca-d5cf30c80d66', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '005af3e0-1a91-92b7-2f33-0f92998648c5', 'company_events_company_id_fkey', NULL, NULL, 'f', '{edf30b2c-f27a-bb30-cfc4-bf1cf2f1a533}', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', 'c', 'a', false, '{}', false, false, 'app', '{}'), - ('fe44f370-8c18-3e51-fa89-0afb62a82f90', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '916593a4-e0b7-af5c-47e1-e6d9ff68a0c5', 'thread_participants_email_thread_id_fkey', NULL, NULL, 'f', '{03bfe451-70c6-23aa-6e5d-7e57cd7853d3}', 'bd2a1437-8af8-97ac-b324-7315ac909a00', '{18dd7cff-9f64-79b2-8baa-e8dbbe7e2139}', 'c', 'a', false, '{}', false, false, 'app', '{}'); + ('007ae6b9-5f48-1833-5135-773191658605', '019fa679-9064-7be8-b12a-f974608356ce', '9439d734-1945-000d-7391-088b0fcf45c9', 'project_contacts_contact_id_fkey', NULL, NULL, 'f', '{01632d57-1b42-8ff3-f1cf-b4bb2a79ff67}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('016bdf6e-af1d-68e3-4580-3480fe66cbbb', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'raw_contact_phones_raw_contact_id_fkey', NULL, NULL, 'f', '{3ff4bb8e-03fc-a62a-376c-026741df5517}', '6a9bffde-8633-681d-4fdd-626c364f9464', '{ce7b1706-a3dd-5697-80e7-5ea86185b30f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('019bbe6d-e7ce-84d5-69be-20143b6b7040', '019fa679-9064-7be8-b12a-f974608356ce', '0a3e8571-6db0-4306-ffc7-a4942d9c048b', 'deal_companies_company_id_fkey', NULL, NULL, 'f', '{28d6f7d7-0285-9453-0a98-1c555c0dc0db}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('020a816e-fa58-f7eb-901c-8864ca732559', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'runtime_artifacts_runtime_state_id_fkey', NULL, NULL, 'f', '{245a8bcf-5312-1b4a-3996-ee67bc16f653}', '4773a126-6464-2b8f-2e1b-2bcae29b209d', '{d6677e3d-f28d-61fc-2af5-d3b46e07cf97}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('07f83ac6-c52b-4398-f105-30f5be9e7e49', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_agent_id_fkey', NULL, NULL, 'f', '{3b92b4dd-64b1-db3c-2741-7bcbbdcf811d}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('0a671fff-80f2-4f87-0db3-caf7635d5b1e', '019fa679-9064-7be8-b12a-f974608356ce', 'c0511c5c-68f3-8d11-2a4e-d187a78acf12', 'email_recipients_contact_id_fkey', NULL, NULL, 'f', '{2627a278-abf3-e543-a4ef-c9157e227f86}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('0c2b1073-4f0b-1d9c-4947-dd2d59021883', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_promoted_conversation_id_fkey', NULL, NULL, 'f', '{a137b3c5-bfa9-445f-2442-680ad90e21e5}', '5ce09675-4b78-e50a-6418-a79b55062f30', '{c7a78e2f-f33f-b327-5031-0177384a54bf}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('0ebd70bd-68d1-ad4a-bb6f-cfc5f52168de', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'raw_contact_emails_raw_contact_id_fkey', NULL, NULL, 'f', '{6d3462c9-b74f-db61-04ac-6fd7866f9205}', '6a9bffde-8633-681d-4fdd-626c364f9464', '{ce7b1706-a3dd-5697-80e7-5ea86185b30f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('13c0ff09-bf43-c271-c578-f2de74d46f90', '019fa679-9064-7be8-b12a-f974608356ce', 'eeeeac37-fd3b-83e7-7e23-152f560e51bd', 'project_documents_document_id_fkey', NULL, NULL, 'f', '{6c4ff767-c0cf-b116-90e9-94fbc877fd50}', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', '{3fbeddbd-17a2-e239-e707-028f1cb813be}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('1522bd11-51ad-3638-bddc-8c153964d590', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_conversation_id_fkey', NULL, NULL, 'f', '{81c2b6c1-db0c-04c9-1f6f-f847e507fa27}', '5ce09675-4b78-e50a-6418-a79b55062f30', '{c7a78e2f-f33f-b327-5031-0177384a54bf}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('1552743f-0e00-c2bf-a98a-451c3da99557', '019fa679-9064-7be8-b12a-f974608356ce', '715d37b2-ba0a-85f0-4a8f-0304c6172578', 'agent_prompts_agent_id_fkey', NULL, NULL, 'f', '{0f5a98f4-47df-3f27-5f05-815467e01e9d}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('1a5912d1-742b-6a22-69f8-de81fd99de60', '019fa679-9064-7be8-b12a-f974608356ce', '6bf29bf8-a01d-dc68-1bdd-6b037f0913c3', 'event_venues_venue_id_fkey', NULL, NULL, 'f', '{123663f8-54ba-8062-d409-55cf18b9cf86}', '681e78dd-266c-1a62-7301-53216dd38bcb', '{c4df6f0d-cb2f-61ea-b67d-31d398aeaa90}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('1c1ce327-3bdd-daa9-dfc6-71ace0eac809', '019fa679-9064-7be8-b12a-f974608356ce', '0a3e8571-6db0-4306-ffc7-a4942d9c048b', 'deal_companies_deal_id_fkey', NULL, NULL, 'f', '{cf966b7e-b21e-d88c-8e46-207c578360ea}', '70343075-c6a2-8169-1bfe-8a08663ea94d', '{00bc3cb6-c1cf-ac20-42b7-92910efe22e8}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('1c5e4609-4e35-6495-d8cb-61c85f825791', '019fa679-9064-7be8-b12a-f974608356ce', 'eeeeac37-fd3b-83e7-7e23-152f560e51bd', 'project_documents_project_id_fkey', NULL, NULL, 'f', '{565f6a02-1efe-eab9-a8b3-8d846f5f4bfb}', '7b67ad37-c527-fc79-9e27-144acdd50180', '{b3fce569-ebe8-4079-b8c9-3fdf7c7292ba}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('1facc174-ca7a-02a3-06bc-5ed6c9afa8ab', '019fa679-9064-7be8-b12a-f974608356ce', 'c449dc46-a55e-fe16-9550-933f39e0c575', 'skill_tools_skill_id_fkey', NULL, NULL, 'f', '{968ebd6a-53ec-0235-8b8d-1e6e66e26722}', '31caa3ae-4049-e8e1-2e68-4520742e2960', '{58ce9bc0-f47c-559e-f5ad-e7d53e247447}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('212944c0-5a59-e070-9fc6-4dbd6127b453', '019fa679-9064-7be8-b12a-f974608356ce', 'ac39bfed-e061-aab2-b241-6d5227164f7e', 'company_documents_document_id_fkey', NULL, NULL, 'f', '{974a2f4d-952b-4d88-f386-5322738989cc}', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', '{3fbeddbd-17a2-e239-e707-028f1cb813be}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('215bcbf2-91ec-00af-4776-3945491814bd', '019fa679-9064-7be8-b12a-f974608356ce', '705c4282-71d5-6754-f26b-c7de135e3e63', 'goal_habits_goal_id_fkey', NULL, NULL, 'f', '{1e13a05c-89d7-5e2f-0beb-5bd6a2523967}', '8449e133-6bb4-6588-0557-d08e42baef94', '{fce22c86-7f03-b310-56fd-4bff4d0eed36}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('23e799b1-07ea-d809-ee7f-7d7b8bbf44e5', '019fa679-9064-7be8-b12a-f974608356ce', '54c4a789-52fd-10b1-a15f-01c3291a177b', 'deal_contacts_contact_id_fkey', NULL, NULL, 'f', '{346ca124-91c4-ff6a-9e8b-c052811af737}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('26ff5dc4-2a26-c200-3b14-cc4e384740b2', '019fa679-9064-7be8-b12a-f974608356ce', 'abd92ed6-d29f-535d-86d1-a18e4e9baa33', 'venue_images_image_id_fkey', NULL, NULL, 'f', '{d1b05f5d-0e26-0e34-5272-4ecac0ac1e27}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('27ab9d90-4bd2-36d3-5cbd-e153ca0d3c04', '019fa679-9064-7be8-b12a-f974608356ce', 'beda0cb3-61e6-26ac-f6bc-9ba8f1b7cd58', 'calendar_event_tasks_task_id_fkey', NULL, NULL, 'f', '{bb35e576-81cd-17c8-74f7-55f9a6aaa451}', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', '{55d3211a-3d83-b295-1f0b-7c84d17500a7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('2b1c8e23-5f9a-5261-ec1a-18712d102ad4', '019fa679-9064-7be8-b12a-f974608356ce', 'c449dc46-a55e-fe16-9550-933f39e0c575', 'skill_tools_tool_definition_id_fkey', NULL, NULL, 'f', '{20030ca2-17f8-b59d-12bd-01c40948b524}', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', '{821409cb-4e57-e4ae-6e7b-ae65fc4b7034}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('2ba123b7-005e-320c-aeb2-f84e3c94fca2', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_contact_id_fkey', NULL, NULL, 'f', '{5cb2a3d2-0104-8664-8c56-2609ba74edf9}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('2cc8aa5d-ec5e-c4c8-c29a-e6699cc6b96b', '019fa679-9064-7be8-b12a-f974608356ce', 'fb6f00c3-c1d0-d9e5-0c36-56f864a50082', 'goal_projects_goal_id_fkey', NULL, NULL, 'f', '{8e2ac422-a29c-36f7-9de7-a1621b629ef5}', '8449e133-6bb4-6588-0557-d08e42baef94', '{fce22c86-7f03-b310-56fd-4bff4d0eed36}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('30e51d09-fb1d-16d5-b477-469f94c2ecb0', '019fa679-9064-7be8-b12a-f974608356ce', 'ac39bfed-e061-aab2-b241-6d5227164f7e', 'company_documents_company_id_fkey', NULL, NULL, 'f', '{07eec68c-6a1e-fcdc-364c-7019d8067a70}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('30f6cb1b-f94b-9ee6-d3b8-85bdd135c24e', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_trip_id_fkey', NULL, NULL, 'f', '{850d8cab-da4e-bf8a-088f-ffb67ae24314}', '6a91c644-677c-dfd8-481c-ddda687f0610', '{a4aa881b-9060-14e3-d444-fed5ab969b8c}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('35699ece-bc5d-0b97-ad49-ac4f4e202e6d', '019fa679-9064-7be8-b12a-f974608356ce', 'ae46f40e-b035-5e32-18a4-dec5e143f1e5', 'contact_memories_memory_id_fkey', NULL, NULL, 'f', '{34b4f8fd-0b35-35d4-b96b-f9901260e40d}', '26bbe4e4-345c-c783-2572-48b65a799066', '{e8732a5e-b1fc-083e-ae28-87836cbc09ea}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('36841af3-f258-b390-50e7-f00fd0319829', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_calendar_id_fkey', NULL, NULL, 'f', '{a3c6d557-ea00-77ab-ba38-37b8198f1064}', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', '{bdee9be5-80b3-6095-5726-436055f643ce}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('37354d1c-7cbf-853f-b973-ab3c899abcc1', '019fa679-9064-7be8-b12a-f974608356ce', '0d4cd07e-a08d-cf63-d1e5-0c60e692fc1f', 'contact_notes_note_id_fkey', NULL, NULL, 'f', '{71fa5e46-db30-1f4d-c87d-9a4c4d7068f1}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('374ff885-3f44-c95d-94f1-7f3a53234be4', '019fa679-9064-7be8-b12a-f974608356ce', 'a1d52dba-8096-73f8-5420-5fdbd54af131', 'task_notes_task_id_fkey', NULL, NULL, 'f', '{4d8fe19c-d566-535b-7f03-40b06c7acb6c}', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', '{55d3211a-3d83-b295-1f0b-7c84d17500a7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('37bfd73f-677e-5122-3730-771ffcdd3db5', '019fa679-9064-7be8-b12a-f974608356ce', 'abd92ed6-d29f-535d-86d1-a18e4e9baa33', 'venue_images_venue_id_fkey', NULL, NULL, 'f', '{9bf00f20-f7c9-d949-062d-d22228b29e5a}', '681e78dd-266c-1a62-7301-53216dd38bcb', '{c4df6f0d-cb2f-61ea-b67d-31d398aeaa90}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('3eaf5312-f148-7826-6e7d-fb6842895e1d', '019fa679-9064-7be8-b12a-f974608356ce', 'de623993-71a2-3a37-b303-dff7d2945fac', 'runtime_state_dependencies_state_id_fkey', NULL, NULL, 'f', '{69a308ab-342d-f671-dc0c-ef3db0dcadbd}', '4773a126-6464-2b8f-2e1b-2bcae29b209d', '{d6677e3d-f28d-61fc-2af5-d3b46e07cf97}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('41d508d6-3006-b81e-6269-126bbab5ad6c', '019fa679-9064-7be8-b12a-f974608356ce', 'f1c44add-37ac-18d8-4a39-0b1dbc6021d9', 'contact_relationships_related_contact_id_fkey', NULL, NULL, 'f', '{f4a7c55e-890b-f04f-534c-57caf17901fe}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('47089282-6341-f70f-55c2-bc4d3d5d1db1', '019fa679-9064-7be8-b12a-f974608356ce', '3643a6e9-aba6-0a38-5cc2-6b2e880b9b2f', 'event_notes_note_id_fkey', NULL, NULL, 'f', '{ea04ccf2-b503-b313-ebc7-8025546c5f95}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('4a14ae01-b997-0a8e-8cc4-cb924b98a384', '019fa679-9064-7be8-b12a-f974608356ce', 'bc13c372-2c8e-77aa-b069-38602ba75ac9', 'contact_images_image_id_fkey', NULL, NULL, 'f', '{87e4c8d6-255d-db31-8d9b-0cf32f6e4cf3}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('4b6fa496-d7db-4501-870d-c39bb5353886', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_runtime_state_id_fkey', NULL, NULL, 'f', '{3e116842-c4bd-c4a5-69e5-cc4e65674b97}', '4773a126-6464-2b8f-2e1b-2bcae29b209d', '{d6677e3d-f28d-61fc-2af5-d3b46e07cf97}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('4f8604da-426a-14cd-23f4-5ce12989dab3', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'runtime_metrics_runtime_state_id_fkey', NULL, NULL, 'f', '{9158ee13-4c75-77fc-959a-64a9c0e888a4}', '4773a126-6464-2b8f-2e1b-2bcae29b209d', '{d6677e3d-f28d-61fc-2af5-d3b46e07cf97}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('4fb834d5-df2e-56b0-daae-a13d6a0e41f2', '019fa679-9064-7be8-b12a-f974608356ce', 'a1d52dba-8096-73f8-5420-5fdbd54af131', 'task_notes_note_id_fkey', NULL, NULL, 'f', '{92887de3-e438-61cd-17d3-f7eca8bc415d}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('4ff137d5-d2c9-9245-6fdc-c43d38addac2', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'company_links_company_id_fkey', NULL, NULL, 'f', '{9b239ddb-31e7-b29d-87f5-4f41cadc43e4}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('522dfd80-f544-25c7-aa82-3577e08c95af', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'calendar_attendees_contact_id_fkey', NULL, NULL, 'f', '{39c11e0b-7254-e8ed-a996-0e32901a13ea}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('554f784e-e8a2-6be5-7ec1-e5ec9d8d690b', '019fa679-9064-7be8-b12a-f974608356ce', '6bf29bf8-a01d-dc68-1bdd-6b037f0913c3', 'event_venues_event_id_fkey', NULL, NULL, 'f', '{25937dca-ab7c-9f4d-d96a-91831336d5e2}', '682fc22b-1922-4990-6dc1-8992c84d4963', '{4938b4df-5959-90d1-e181-fe23fa09240b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('555add38-b9a7-aa07-d229-84306aa8a368', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_main_image_id_fkey', NULL, NULL, 'f', '{4845a0cf-edea-c82b-dc68-fc30810446f4}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('55d242a4-6704-9f71-5ae4-7c87212cf292', '019fa679-9064-7be8-b12a-f974608356ce', '715d37b2-ba0a-85f0-4a8f-0304c6172578', 'agent_prompts_prompt_id_fkey', NULL, NULL, 'f', '{954258ac-5b4b-61f0-9100-564be85e0581}', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', '{4f2c95dd-3707-6399-54c8-7779d502ed30}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('57bdd4c3-2ae2-f817-a79e-b711fbd3ef7a', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_agent_id_fkey', NULL, NULL, 'f', '{8cd67b80-41c4-c2a4-8129-ae6763a34b8f}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('582a57f9-6931-674f-c737-69abbadc1818', '019fa679-9064-7be8-b12a-f974608356ce', 'e0e59d44-6406-e202-0f4b-a8d4f0039761', 'task_contacts_task_id_fkey', NULL, NULL, 'f', '{46fc59d5-49b1-d8b5-c179-1091bc055469}', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', '{55d3211a-3d83-b295-1f0b-7c84d17500a7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('5d36e6cb-0343-f57b-b462-d9f8284b9069', '019fa679-9064-7be8-b12a-f974608356ce', '01d38958-e199-5cde-d2d8-6be3c1bdbffc', 'company_notes_note_id_fkey', NULL, NULL, 'f', '{931610db-ce38-7bce-2a55-fc438ed8ca2f}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('61d121b7-4747-413e-f161-a5cd93d779dc', '019fa679-9064-7be8-b12a-f974608356ce', '4bd52833-0ac1-13ca-800d-6e50450c1f57', 'calendar_event_notes_calendar_event_id_fkey', NULL, NULL, 'f', '{82d74090-f217-0429-c465-c62e90177061}', 'bba78443-f49e-5101-39a4-b7cfd043bea7', '{81f70070-b958-781d-9916-c6a1f28e3563}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('623e4913-eda0-d9fc-a661-e31857080b5e', '019fa679-9064-7be8-b12a-f974608356ce', 'beda0cb3-61e6-26ac-f6bc-9ba8f1b7cd58', 'calendar_event_tasks_calendar_event_id_fkey', NULL, NULL, 'f', '{e8914a16-bd0a-725b-490f-e8db26566eb0}', 'bba78443-f49e-5101-39a4-b7cfd043bea7', '{81f70070-b958-781d-9916-c6a1f28e3563}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('65d9dfcf-d415-3e77-000d-f6229910a80f', '019fa679-9064-7be8-b12a-f974608356ce', '23216bba-5061-5fa0-1d76-ef70680a7b7e', 'deal_notes_note_id_fkey', NULL, NULL, 'f', '{aac666e6-3605-8925-64c5-a9a2e4be04e4}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('6d8eb124-492e-9d1d-ecdb-7d3b97fe523f', '019fa679-9064-7be8-b12a-f974608356ce', 'de623993-71a2-3a37-b303-dff7d2945fac', 'runtime_state_dependencies_dependency_id_fkey', NULL, NULL, 'f', '{23272d89-f2c1-38e0-374b-3549f79c5995}', '4773a126-6464-2b8f-2e1b-2bcae29b209d', '{d6677e3d-f28d-61fc-2af5-d3b46e07cf97}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('6e9d221f-c903-5f1c-3fc0-9b3a8e769568', '019fa679-9064-7be8-b12a-f974608356ce', 'b7756af1-9b93-7023-15a2-a5abfb9f5783', 'task_projects_task_id_fkey', NULL, NULL, 'f', '{4bb7f7da-7e91-008b-25de-0804be47fa5b}', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', '{55d3211a-3d83-b295-1f0b-7c84d17500a7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('77b0a192-83a0-3910-75ef-7265283bd4bb', '019fa679-9064-7be8-b12a-f974608356ce', '12cadf37-a55a-30e2-b3ea-4cc1c9d75d54', 'company_events_company_id_fkey', NULL, NULL, 'f', '{cffaa9e0-d733-d07c-534a-a38700e9472f}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('78d15720-333e-96d0-0ec3-46b854e4cf13', '019fa679-9064-7be8-b12a-f974608356ce', '54bf1101-e631-1b3c-988d-ae9bcfb4b1a6', 'event_images_event_id_fkey', NULL, NULL, 'f', '{50ef5345-3099-a8f9-743f-f402bbbc6251}', '682fc22b-1922-4990-6dc1-8992c84d4963', '{4938b4df-5959-90d1-e181-fe23fa09240b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('7d96dc01-e3ec-040e-b9c3-ae76e6b05e46', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_deal_id_fkey', NULL, NULL, 'f', '{b7ce90a4-21fa-01e9-a0f3-e6aea7100386}', '70343075-c6a2-8169-1bfe-8a08663ea94d', '{00bc3cb6-c1cf-ac20-42b7-92910efe22e8}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('7f1a2697-59f5-9f61-dab7-24f59d918e6f', '019fa679-9064-7be8-b12a-f974608356ce', 'fd245e20-4d3b-c0fa-b467-d508c2c14ea9', 'calendar_event_contacts_calendar_event_id_fkey', NULL, NULL, 'f', '{ba242e7a-4623-36a0-158d-a18fd69205fe}', 'bba78443-f49e-5101-39a4-b7cfd043bea7', '{81f70070-b958-781d-9916-c6a1f28e3563}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('81c957ce-eb51-216f-c5db-af4491813406', '019fa679-9064-7be8-b12a-f974608356ce', 'ae46f40e-b035-5e32-18a4-dec5e143f1e5', 'contact_memories_contact_id_fkey', NULL, NULL, 'f', '{4896111e-3505-f5de-5d2d-af2658455e75}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('828889aa-a6e1-3a67-cbc9-8662def0e4c0', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'contact_phones_contact_id_fkey', NULL, NULL, 'f', '{300e1afb-1343-9139-f6bc-8a47e41afff8}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('83fdf25c-a664-d00b-9390-7c4de50d4200', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_contacts_id_fkey', NULL, NULL, 'f', '{e63a0a37-f58c-5d52-9d96-1a8b72cadc64}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('84fa78f7-222c-81d5-7e16-85773c44812a', '019fa679-9064-7be8-b12a-f974608356ce', 'fd245e20-4d3b-c0fa-b467-d508c2c14ea9', 'calendar_event_contacts_contact_id_fkey', NULL, NULL, 'f', '{671403c0-50e6-ee95-fb90-3faac2308085}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('86d3c47c-d6b9-cd48-a50f-36d0d457102a', '019fa679-9064-7be8-b12a-f974608356ce', 'ce0568b5-2326-c4ad-f4c7-b57c0863b6ee', 'email_notes_email_id_fkey', NULL, NULL, 'f', '{1bef984b-5b48-18ba-a923-fd22b3d13931}', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', '{1157c70a-d2ff-7054-cf1c-a8acfc9f2d88}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('88385326-8406-74d7-9a1b-0d82e80eaa6a', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'notes_chunks_notes_id_fkey', NULL, NULL, 'f', '{48711a92-c72a-49f8-22e8-4cc0e856efeb}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('88a6e242-cd90-6358-4f08-2faa4cc19ea7', '019fa679-9064-7be8-b12a-f974608356ce', '8865e1d5-9d89-66bc-4ae2-1be62e4dda21', 'autonomy_record_links_source_record_id_fkey', NULL, NULL, 'f', '{8d5c2469-ce60-9ed5-2acb-837dbcfc6f3b}', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', '{98901855-505a-cee2-6dc4-9d3a97f9689d}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('8abd32dd-f34d-22f0-e071-8ec5d481659c', '019fa679-9064-7be8-b12a-f974608356ce', '5b3ab1d7-86c4-ebfc-0635-a31030582a74', 'company_memories_company_id_fkey', NULL, NULL, 'f', '{47dc6ad2-7646-0855-8df1-8a9967a9c6c4}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('8b03beab-658d-ff93-2b0f-1633b6fa9c33', '019fa679-9064-7be8-b12a-f974608356ce', '8158b978-1451-dbd3-3a9c-11b9fbf61e8b', 'agent_collaborators_collaborator_id_fkey', NULL, NULL, 'f', '{ac7222b2-bf61-8be6-2f85-88e225641c2b}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('8bb42488-137d-b50e-6bb2-9de8a19f6498', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_main_image_id_fkey', NULL, NULL, 'f', '{c4a4d20d-3252-6217-bd8d-d879afef3319}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('8c1d03d0-c934-2fd9-a140-79996de4eff2', '019fa679-9064-7be8-b12a-f974608356ce', 'dd268a5e-862e-ab5f-7363-a3ca864ff5b7', 'thread_participants_email_thread_id_fkey', NULL, NULL, 'f', '{e3ef30ee-4683-294c-6880-2eb2cf920568}', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', '{21c58d3f-bd1c-a609-0d1b-fe74f1064972}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('8d4ebf2e-535e-9933-5af2-db4bf68aafb5', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_email_thread_id_fkey', NULL, NULL, 'f', '{e4245f77-b4f5-8e45-df8b-4019434b19c1}', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', '{21c58d3f-bd1c-a609-0d1b-fe74f1064972}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('8e5ceade-f9a0-232c-dfd1-cbda7d0d70ed', '019fa679-9064-7be8-b12a-f974608356ce', '8865e1d5-9d89-66bc-4ae2-1be62e4dda21', 'autonomy_record_links_target_record_id_fkey', NULL, NULL, 'f', '{a8ba0443-51f4-63b9-50f6-36a20e337170}', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', '{98901855-505a-cee2-6dc4-9d3a97f9689d}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('95ba9694-6ee1-52f5-e86c-84e1999324b6', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_habit_id_fkey', NULL, NULL, 'f', '{c9d2dd6e-abd5-fd54-1740-ced71a61b0ba}', '8977c3cf-36f7-e2e1-2481-3401b0375622', '{d149792c-3c27-eee7-c53a-ccd4d708fbf6}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('965db9b0-8a5f-6a7b-4e6d-dd134f615072', '019fa679-9064-7be8-b12a-f974608356ce', 'bc13c372-2c8e-77aa-b069-38602ba75ac9', 'contact_images_contact_id_fkey', NULL, NULL, 'f', '{f498ef64-d5c4-9594-7122-c833d5b6f2da}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('98dfa10b-1a96-26d4-1f95-272398756a63', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_company_id_fkey', NULL, NULL, 'f', '{c41af73a-4391-74fc-6097-81e8fd68a660}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('9a1ecc6b-afdb-539f-762c-4750e50f1fda', '019fa679-9064-7be8-b12a-f974608356ce', '01d38958-e199-5cde-d2d8-6be3c1bdbffc', 'company_notes_company_id_fkey', NULL, NULL, 'f', '{431386d6-c2df-a50f-1134-31c9245af55b}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('9a25ed6b-8fad-2b5f-d953-f6c8862f9bb0', '019fa679-9064-7be8-b12a-f974608356ce', '9439d734-1945-000d-7391-088b0fcf45c9', 'project_contacts_project_id_fkey', NULL, NULL, 'f', '{1e46865a-c18c-358f-de76-71207eda6ec6}', '7b67ad37-c527-fc79-9e27-144acdd50180', '{b3fce569-ebe8-4079-b8c9-3fdf7c7292ba}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('9cb60349-53ca-bb3e-7e07-bb868df772cb', '019fa679-9064-7be8-b12a-f974608356ce', 'c0511c5c-68f3-8d11-2a4e-d187a78acf12', 'email_recipients_email_id_fkey', NULL, NULL, 'f', '{290309b4-c613-7b1e-74a1-a2a3a0ce3d8f}', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', '{1157c70a-d2ff-7054-cf1c-a8acfc9f2d88}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('9dfdb1a6-449b-63c7-54bb-f40fa0e4ada1', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'calendar_attendees_calendar_event_id_fkey', NULL, NULL, 'f', '{d6f04bb1-677d-d1d2-7482-b38e31a28ca8}', 'bba78443-f49e-5101-39a4-b7cfd043bea7', '{81f70070-b958-781d-9916-c6a1f28e3563}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('9e008a3b-6418-4fba-5dd9-790826c78042', '019fa679-9064-7be8-b12a-f974608356ce', '12cadf37-a55a-30e2-b3ea-4cc1c9d75d54', 'company_events_event_id_fkey', NULL, NULL, 'f', '{919f9f75-580e-60c0-0556-62f20d56c0b9}', '682fc22b-1922-4990-6dc1-8992c84d4963', '{4938b4df-5959-90d1-e181-fe23fa09240b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('9e72b545-dacd-e8ab-7c47-22b2ef1476fe', '019fa679-9064-7be8-b12a-f974608356ce', '5b3ab1d7-86c4-ebfc-0635-a31030582a74', 'company_memories_memory_id_fkey', NULL, NULL, 'f', '{5c479588-ad14-b4a1-f69c-aae2ed0fa354}', '26bbe4e4-345c-c783-2572-48b65a799066', '{e8732a5e-b1fc-083e-ae28-87836cbc09ea}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('a95e0936-8ba1-90cd-d75a-175773c6b077', '019fa679-9064-7be8-b12a-f974608356ce', '8158b978-1451-dbd3-3a9c-11b9fbf61e8b', 'agent_collaborators_agent_id_fkey', NULL, NULL, 'f', '{32e32951-64d9-3c06-a3ee-742a268a4e56}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('ad4bcb35-c0dd-69cb-3322-337aa1e0bf4f', '019fa679-9064-7be8-b12a-f974608356ce', '706194fc-3286-7de9-7e61-710c10a67e03', 'expense_contacts_contact_id_fkey', NULL, NULL, 'f', '{c37696e7-0ea9-6052-c88b-cd991ec3142d}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('aecd5bbe-e2b0-97de-529a-e27cb808cd58', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_agent_id_fkey', NULL, NULL, 'f', '{bacbff94-5157-0314-088b-a6bdba6be8bb}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('af412554-3814-b584-d6e4-74ff46d4514f', '019fa679-9064-7be8-b12a-f974608356ce', '3643a6e9-aba6-0a38-5cc2-6b2e880b9b2f', 'event_notes_event_id_fkey', NULL, NULL, 'f', '{3464b2c4-f1f1-c244-5d74-5d66436d9543}', '682fc22b-1922-4990-6dc1-8992c84d4963', '{4938b4df-5959-90d1-e181-fe23fa09240b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('aff45232-3388-aed3-4a6b-364baa9a2aae', '019fa679-9064-7be8-b12a-f974608356ce', '1c257067-0217-7921-6f4b-295ceb6eb63e', 'company_images_image_id_fkey', NULL, NULL, 'f', '{71947ca8-3c6b-79f2-189a-7b136a4f1cb8}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('b1cffcc1-e86c-589b-58eb-5d446599a6ce', '019fa679-9064-7be8-b12a-f974608356ce', '0d4cd07e-a08d-cf63-d1e5-0c60e692fc1f', 'contact_notes_contact_id_fkey', NULL, NULL, 'f', '{bb10bf58-deb8-be9c-cea8-86e445d2f3dc}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('b1ef5c31-ee81-37d2-12ed-5f207ee7b16e', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'contact_links_contact_id_fkey', NULL, NULL, 'f', '{32bf4d82-a044-a574-53b1-1034b862aeed}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('b4dbfb0f-d677-8cc9-4dd6-919a0e99712f', '019fa679-9064-7be8-b12a-f974608356ce', '706194fc-3286-7de9-7e61-710c10a67e03', 'expense_contacts_expense_id_fkey', NULL, NULL, 'f', '{31d81928-60a6-9195-d7c5-9450eccaed52}', '66d9a296-6091-ba52-e6d7-37501fe59588', '{f7616c82-ab57-3a92-0203-5fd6716acf42}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('b8680e7c-8a6d-1a55-0df0-4d0748de2ca1', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_agent_id_fkey', NULL, NULL, 'f', '{e5136be2-b392-5abc-772c-45582fec3f73}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('baa514e5-3bfe-4595-3b63-729c0dd15292', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_organizer_contact_id_fkey', NULL, NULL, 'f', '{3571fdbf-210a-513c-bd99-676bb7a675ce}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('baac7e5c-b1f1-7ede-ac51-38138a312161', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'documents_chunks_documents_id_fkey', NULL, NULL, 'f', '{1be005cc-64a6-421e-e3de-46fabaa22e0a}', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', '{3fbeddbd-17a2-e239-e707-028f1cb813be}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('bb4bb10b-1299-4ef4-1245-97a508b46f21', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_main_image_id_fkey', NULL, NULL, 'f', '{ed18ba27-0741-d63d-a1dd-9a2261e196d0}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('beb77d3c-f7f2-6619-9255-9006c7083889', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'raw_contact_urls_raw_contact_id_fkey', NULL, NULL, 'f', '{8f8d645e-a406-0c33-8497-cda415ec099a}', '6a9bffde-8633-681d-4fdd-626c364f9464', '{ce7b1706-a3dd-5697-80e7-5ea86185b30f}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('bfa86279-59f3-bfc0-6a53-fe1f24c37344', '019fa679-9064-7be8-b12a-f974608356ce', '1c257067-0217-7921-6f4b-295ceb6eb63e', 'company_images_company_id_fkey', NULL, NULL, 'f', '{c4e3d22a-dd47-d91a-ade8-5cb0b02223cb}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('c35b0439-5972-0873-224f-fcdae1b4c07b', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_contact_id_fkey', NULL, NULL, 'f', '{b70f1f47-7745-930b-371e-0d82cb4039da}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('c4a08043-d383-3c23-f724-f5852d0ba6d0', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_sender_contact_id_fkey', NULL, NULL, 'f', '{f1e90e22-ce3d-0716-eae8-4a0987468c3e}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('c5d84c7e-3365-ab38-e708-4988319f17a9', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'event_links_event_id_fkey', NULL, NULL, 'f', '{33a46a45-c243-b9c7-ae05-fe684e2229fd}', '682fc22b-1922-4990-6dc1-8992c84d4963', '{4938b4df-5959-90d1-e181-fe23fa09240b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('c81677a8-5e10-21af-d73d-43495a702876', '019fa679-9064-7be8-b12a-f974608356ce', 'e0e59d44-6406-e202-0f4b-a8d4f0039761', 'task_contacts_contact_id_fkey', NULL, NULL, 'f', '{3eea5d7a-7e1d-08b2-7280-df9761bb614d}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('c85b8762-747f-e648-0305-ccf9c9e02862', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'contact_emails_contact_id_fkey', NULL, NULL, 'f', '{5d057c28-3d30-33b5-aa83-639cabaf1fe9}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('cb807790-6f61-25f5-8048-9a3a4799cf7d', '019fa679-9064-7be8-b12a-f974608356ce', 'dd268a5e-862e-ab5f-7363-a3ca864ff5b7', 'thread_participants_contact_id_fkey', NULL, NULL, 'f', '{f0cb34b0-9c33-4311-8927-c8abb50a804f}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('ccebaabe-24cd-c74e-7a87-f04108f1906c', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_from_contact_id_fkey', NULL, NULL, 'f', '{4996f8cf-df6f-a559-db2a-cc0cdb48290f}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('d001fc78-9ab1-7f91-01ad-e486385b4aed', '019fa679-9064-7be8-b12a-f974608356ce', '23216bba-5061-5fa0-1d76-ef70680a7b7e', 'deal_notes_deal_id_fkey', NULL, NULL, 'f', '{b07ee3f8-d3c2-9b69-6237-e4e086866cd5}', '70343075-c6a2-8169-1bfe-8a08663ea94d', '{00bc3cb6-c1cf-ac20-42b7-92910efe22e8}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('d1733d6d-f736-8534-3e00-8a74b4ebeefb', '019fa679-9064-7be8-b12a-f974608356ce', '705c4282-71d5-6754-f26b-c7de135e3e63', 'goal_habits_habit_id_fkey', NULL, NULL, 'f', '{99f5d1c1-be90-b4eb-e213-e1d552c19e76}', '8977c3cf-36f7-e2e1-2481-3401b0375622', '{d149792c-3c27-eee7-c53a-ccd4d708fbf6}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('d48ad425-e2f7-c8f8-2b99-4aa0e72a4e90', '019fa679-9064-7be8-b12a-f974608356ce', '54c4a789-52fd-10b1-a15f-01c3291a177b', 'deal_contacts_deal_id_fkey', NULL, NULL, 'f', '{06339bf5-80c5-4bcb-f267-89b8adf94696}', '70343075-c6a2-8169-1bfe-8a08663ea94d', '{00bc3cb6-c1cf-ac20-42b7-92910efe22e8}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('d6a846fa-76b1-5f89-c4a4-4cb8ecc50046', '019fa679-9064-7be8-b12a-f974608356ce', 'ce0568b5-2326-c4ad-f4c7-b57c0863b6ee', 'email_notes_note_id_fkey', NULL, NULL, 'f', '{77976a5a-e923-4c29-0af5-11e6496b2bfe}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('d98a9f98-5d04-c438-c1ab-435e4809aa60', '019fa679-9064-7be8-b12a-f974608356ce', 'fb6f00c3-c1d0-d9e5-0c36-56f864a50082', 'goal_projects_project_id_fkey', NULL, NULL, 'f', '{ee7c1dc6-2043-82b1-e64b-f0546e992832}', '7b67ad37-c527-fc79-9e27-144acdd50180', '{b3fce569-ebe8-4079-b8c9-3fdf7c7292ba}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('d9e97a48-673d-64e5-9c7a-8be0838a8116', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'contact_addresses_contact_id_fkey', NULL, NULL, 'f', '{7e9a9971-3cfe-c4b7-4c39-ded73f177c20}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('dd8ce7ed-67c8-33a5-5abb-0fc002e361f2', '019fa679-9064-7be8-b12a-f974608356ce', '4bd52833-0ac1-13ca-800d-6e50450c1f57', 'calendar_event_notes_note_id_fkey', NULL, NULL, 'f', '{6a6cc282-47d6-4ae4-e590-5c9cdc11a4a1}', '74b70c74-94ad-ebce-3b90-77799064954c', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('de9942b6-8bcb-cc89-0ec4-b5b6ffcafae5', '019fa679-9064-7be8-b12a-f974608356ce', 'b9ddb712-17c3-c827-f984-356ec9f71aa0', 'contact_companies_company_id_fkey', NULL, NULL, 'f', '{eeadf7cb-b9c8-4422-e77e-046f6c4684ea}', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('df891a73-c152-8389-f09b-47a5a7a0ea18', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_event_id_fkey', NULL, NULL, 'f', '{1ec32774-9d65-95f7-3c40-a2f6bf172852}', '682fc22b-1922-4990-6dc1-8992c84d4963', '{4938b4df-5959-90d1-e181-fe23fa09240b}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('e38613b8-d811-8818-2de9-e12fb290356c', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'tool_executions_tool_definition_id_fkey', NULL, NULL, 'f', '{94c27ba7-8635-9eb7-2e30-4b7df6896789}', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', '{821409cb-4e57-e4ae-6e7b-ae65fc4b7034}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('e48fa488-f81b-8b17-4b40-43a189233747', '019fa679-9064-7be8-b12a-f974608356ce', '54bf1101-e631-1b3c-988d-ae9bcfb4b1a6', 'event_images_image_id_fkey', NULL, NULL, 'f', '{e902cb05-b658-a125-afef-d94b957a377e}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('e4ed5d45-72bf-ab2a-813c-f4b8672128fb', '019fa679-9064-7be8-b12a-f974608356ce', 'b7756af1-9b93-7023-15a2-a5abfb9f5783', 'task_projects_project_id_fkey', NULL, NULL, 'f', '{bc1155b1-b0bf-484e-4e18-a721b7daf0d7}', '7b67ad37-c527-fc79-9e27-144acdd50180', '{b3fce569-ebe8-4079-b8c9-3fdf7c7292ba}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('ec455fe8-df2f-7326-10a7-730decf9c80b', '019fa679-9064-7be8-b12a-f974608356ce', '130a697a-0a4f-354d-ab8e-6e5eb38c51cb', 'contact_events_event_id_fkey', NULL, NULL, 'f', '{624dcd83-cf57-933e-8543-43f116f005c7}', '682fc22b-1922-4990-6dc1-8992c84d4963', '{4938b4df-5959-90d1-e181-fe23fa09240b}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('edd33825-4d41-e1ae-d8a0-c8491a9fb368', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'email_attachments_email_id_fkey', NULL, NULL, 'f', '{6268f176-908f-6da1-a02c-f98bd83203ac}', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', '{1157c70a-d2ff-7054-cf1c-a8acfc9f2d88}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('effa121a-8984-4fd4-1062-b2e047d556a5', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'venue_links_venue_id_fkey', NULL, NULL, 'f', '{53db99d2-634b-23a7-7d8a-fbe99763e875}', '681e78dd-266c-1a62-7301-53216dd38bcb', '{c4df6f0d-cb2f-61ea-b67d-31d398aeaa90}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('f35c0578-99f7-512a-9f54-bfdba602b5cb', '019fa679-9064-7be8-b12a-f974608356ce', '130a697a-0a4f-354d-ab8e-6e5eb38c51cb', 'contact_events_contact_id_fkey', NULL, NULL, 'f', '{7c9ad335-113b-feeb-d24f-2c3aaf41b07a}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('f4ffdf3a-77ce-7c26-1dcf-4856d65e6e03', '019fa679-9064-7be8-b12a-f974608356ce', 'f1c44add-37ac-18d8-4a39-0b1dbc6021d9', 'contact_relationships_contact_id_fkey', NULL, NULL, 'f', '{f7831731-ca73-742a-45e8-fb91256562f3}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('f571768f-f939-40b4-3be7-04350d7bb312', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_promoted_email_id_fkey', NULL, NULL, 'f', '{c2a63ac5-ea7a-b96b-abc9-0e8a13b3a9e4}', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', '{1157c70a-d2ff-7054-cf1c-a8acfc9f2d88}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('f58f1f46-9b61-be0b-c17e-f8dadbcf5095', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_main_image_id_fkey', NULL, NULL, 'f', '{794d9dfa-d924-a757-fb6e-b7de2407d651}', '2d0b9842-d2ed-6b44-84d2-904db643cabd', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', 'n', 'a', false, '{}', false, false, 'app', '{}'), + ('fbd36d40-f626-9da0-5d80-00b9ccc761f5', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'raw_message_attachments_raw_message_id_fkey', NULL, NULL, 'f', '{45a02ba3-b859-7942-3ecf-69dfdbe01308}', '0639cf97-405e-3cc2-95b8-4b179448e2e0', '{8e3bf695-56d9-696d-a549-c2494cb40880}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('fd2f771a-adfb-b87d-e6db-9a8054cf7e5e', '019fa679-9064-7be8-b12a-f974608356ce', 'b9ddb712-17c3-c827-f984-356ec9f71aa0', 'contact_companies_contact_id_fkey', NULL, NULL, 'f', '{6ff92f5d-e901-d034-a30b-3fc8304340da}', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', 'c', 'a', false, '{}', false, false, 'app', '{}'), + ('fee9b8d4-217b-25a7-d910-07c5199c57b0', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_agent_id_fkey', NULL, NULL, 'f', '{a7c00a13-d9b3-f728-590b-828b7c9ff10c}', '30255e42-1f7e-1293-6dee-f70aca7feb42', '{100733b7-d694-5985-c8bc-049051212307}', 'c', 'a', false, '{}', false, false, 'app', '{}'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/full_text_search.sql b/packages/agentic-db-services/deploy/migrate/full_text_search.sql index db27ffa9c04..ef7cc4e9ccb 100644 --- a/packages/agentic-db-services/deploy/migrate/full_text_search.sql +++ b/packages/agentic-db-services/deploy/migrate/full_text_search.sql @@ -30,14 +30,14 @@ INSERT INTO metaschema_public.full_text_search ( langs, lang_column ) VALUES - ('15826647-07b8-0d16-9ef8-e90e14ea44e6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'c69dbb96-c207-3b0b-70ea-de53b4adf929', '{d985f6e4-45d0-7d6a-8932-41089e4b59dd,bee6ab58-8e42-2094-77d6-9ca8827e98d6,b60f252e-0abb-80fb-f139-3a4e5b402291}', '{A,B,C}', '{english,english,english}', NULL), - ('15fd7442-1f70-e920-53f6-55280726fff6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', '3d83e81c-340f-3387-9b21-4205afbf0a29', '{69b829b2-9231-a19e-3760-8f0da2c33699,4753ff29-d92a-5579-911a-e580e853d2fc}', '{A,B}', '{english,english}', NULL), - ('57ae7ee6-a2a9-62c7-7d24-eba932f6c385', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'a4f4e0bc-b596-d880-638d-a4b94a8d9119', '{3050636d-7452-329f-6fe6-f0f68eb8f4d3,5305a029-9c18-d75e-2d22-7a6cb5b41397,fa50842c-4f83-c8a6-e083-4138b31d3bf0,58c71e78-887d-f262-f9a9-c1c6313c7564}', '{A,A,B,C}', '{english,english,english,english}', NULL), - ('5e032458-5443-59f2-38be-34214f9e350f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', '40cf2039-1ee3-d466-858f-9693958fe7c9', '{8a527500-3cd3-d49d-d0a6-1c5245082cb7,07c352b3-d32a-b529-1fb1-0c19370c6648}', '{A,B}', '{english,english}', NULL), - ('6d1a8c32-5820-0e62-0a04-eea23f7c8129', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'df9bd156-4b56-72d0-efca-e62545c912b4', '{90cf42e3-359c-7893-9ecd-7a1d21ef223d}', '{A}', '{english}', NULL), - ('7068b8eb-bd0f-3d33-61c6-fe6734bc1e1b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', '9af3ade4-0615-b92f-0491-75902157fa85', '{a88eb080-7327-e431-8e00-c94b89e4bd43,a284dfdc-91fd-6486-9ecb-8853949fc707}', '{A,B}', '{english,english}', NULL), - ('cb411ee2-6a31-4a1b-7eb1-3d297e38027a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', '5d5d1569-bedd-b9a0-85b6-8f0a6f22657e', '{271e584c-01b3-8be6-de0c-0adcb05eb654,d583663e-25a9-7d4d-35a7-7c4c0506889f,04ab83ce-cf3d-cd6e-5b7c-520208db7c0d}', '{A,B,C}', '{english,english,english}', NULL), - ('eb1552da-df40-5d05-c879-74138b36546a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '604385ed-3386-12fa-b124-8464aec744f6', '{fa429070-c842-7c62-0e84-db3278ef94f3,296c1340-97f2-1023-eb5b-451636ce74bf,510f420c-38fe-2160-674c-83a4e3c96a94}', '{A,B,C}', '{english,english,english}', NULL); + ('0be6ccbc-5c4e-0951-8f14-fde79e9d1a45', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'dc848bba-4266-d8a0-72a2-8ea73c59cddb', '{bd04d00e-e4ca-041c-f003-7a31a53f1b09,22d1d18c-a249-8ee8-3817-8b943dc68dfa,7a669186-b043-1d0b-f961-e4a022237097}', '{A,B,C}', '{english,english,english}', NULL), + ('2d4e1d10-527b-a89b-57f8-dcccff929f26', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', '67b3be19-e6a2-5603-93d0-4c427ec5b26f', '{b07f7849-f180-2a05-6e86-bd7b8aba4957,f162ee7b-14ad-f147-40fc-06471c5c8274,24e2493a-9b07-3ae7-86e7-15ab8c81ffb6}', '{A,B,C}', '{english,english,english}', NULL), + ('452526b1-e57b-b2f2-77a2-a3bc180e0970', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'b2422171-8a8d-8670-9a81-bcffaeacf90c', '{722beff7-5cf9-bada-248d-543185b9b779,4fce0eb2-c79a-0503-752c-27c5cb477195,a0a2a5b6-bbd1-f420-f011-a862aae9681d,ee60574a-3fdf-d037-0a94-de73a081a581}', '{A,A,B,C}', '{english,english,english,english}', NULL), + ('476abdd4-b1ab-74a9-725e-d851a8268837', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'eda8b446-c9a4-39f5-5d5d-4dc69d8a36c9', '{50d053f1-39ab-c9cf-92a0-c910e0164d0d,788dcae0-f525-02a7-9930-0f01cbc1c067}', '{A,B}', '{english,english}', NULL), + ('532b857c-84de-ce2f-701b-e71dc1da6931', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', '01ce5061-d292-2e78-5029-a6ae9b2731f7', '{552f6f14-7470-93c2-cb8e-47844a1ffda1,6a58408d-dc5b-5269-873a-5af28acd8319}', '{A,B}', '{english,english}', NULL), + ('5944aa70-6e32-c7e4-ff97-0b7b5de30ffe', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', '0b31ddc1-6bf3-5706-8223-3163d82e6c92', '{d391ea1b-06b3-773d-b050-4ffb2418744d,bf8ddff6-42f4-e75d-3201-81329707d49d,60f4bf23-0d95-def3-c458-4f0fa53d982a}', '{A,B,C}', '{english,english,english}', NULL), + ('77204bb1-4d1a-a538-2a01-b9416009bc09', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', '59c3658a-0427-f04b-388f-2eabd0e67cf7', '{8ad2afba-dfde-86c8-bb53-106d42f03415,2360e5ef-2ea6-19c5-cd33-14952ca95b13}', '{A,B}', '{english,english}', NULL), + ('9453fb69-62c4-83e0-e69a-9fb5fa358ae4', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'dd5ea42e-a69e-e978-1198-91906b6866ca', '{cf7877e6-0e70-2db8-2ff6-bf703983de44}', '{A}', '{english}', NULL); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/index.sql b/packages/agentic-db-services/deploy/migrate/index.sql index bee71685178..636abbdcfc9 100644 --- a/packages/agentic-db-services/deploy/migrate/index.sql +++ b/packages/agentic-db-services/deploy/migrate/index.sql @@ -37,331 +37,340 @@ INSERT INTO metaschema_public.index ( category, tags ) VALUES - ('018f937d-f176-eb13-0d91-2aa431547a2b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'contact_addresses_country_idx', '{99479aa6-2ec0-447a-074a-8f5d5ffb3fd1}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('034b73be-06fa-58fe-a3a7-3f266a860bfd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_occurred_at_idx', '{3c56b7da-971d-abd1-4a9f-a0a541bcf38e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('04b57a8e-38e5-d1cc-3155-3a8db8b136ab', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '4137a1f7-45da-8cab-a93a-809db3b579b8', 'event_notes_event_id_idx', '{066b7b55-707b-9771-e0db-1cf70ad9a2f2}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('04ea740c-2126-25aa-ab29-93c75bc7ba70', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f65e301a-2609-4bc0-d9f0-a5feaef3551f', 'deal_notes_deal_id_idx', '{74db3463-d617-cb51-aa8c-a6e224f2e5c6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('052a2eca-c163-30c0-5844-8c1d98a2a710', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ec39e1ac-214c-d20a-a838-08fffbe278fa', 'agent_collaborators_agent_id_idx', '{04fe3d49-3df4-8120-a712-7f2977df9180}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('06a2bdea-3be8-953e-5c9f-339c542b52c2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_status_idx', '{00c17cdd-a2b5-06b2-1f9e-358a87900f6a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('06b80c76-9592-22fe-1a12-4a1e438e831a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'tool_executions_tool_definition_id_idx', '{5ec43b79-2e12-2c71-584a-303734d96cf5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('08fce557-1ad8-2f49-bb06-93e0bc28c091', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800043d8-7751-9090-308c-b70a2516688b', 'event_venues_venue_id_idx', '{b3d50888-dd30-d1a3-a890-a1c530596430}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('09701190-ff3b-53d3-cb0f-91fb137086b7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'provider_sync_states_provider_idx', '{0d6d8eec-9133-c95e-ca76-35605a53dad3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('09b7b78f-b103-3748-df47-d48dd2a2eb91', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2519f4bc-ea71-c6b4-b37e-975000df26f4', 'email_notes_note_id_idx', '{afb11b74-832e-b5eb-bf2a-8dab1fdead06}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('09e722ab-9cc3-4a08-f0a9-d3385df116ed', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_embedding_hnsw_idx', '{d4747767-6bb2-11fb-70fd-189e67a4ccac}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('0bda2495-678c-ff71-a2d5-6d963378077f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_parent_id_idx', '{227e7a1b-d6c2-6db8-7000-c551c502872d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('0d4f22f7-49f0-a804-b456-b336d871ff42', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_touchpoint_type_idx', '{bf3c2d92-5ef7-8ce1-3b52-263444a9fda0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('0d7a57bd-0e11-29dc-2c63-4457f2068076', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_config_gin_idx', '{f06c96f2-382f-f309-cbbf-4f6bdc670ab0}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('0fa25858-9a83-9fd6-dfc0-93ac2fca5cdd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_embedding_text_bm25_idx', '{82b0cd53-2f2d-4b7a-8358-a60e96fae728}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('10737595-f696-f792-72b9-4b4567637ff8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'documents_chunks_embedding_hnsw_idx', '{35b13b71-c15c-c752-b8c0-f883cd077c59}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('10cd6f02-f528-cb99-aac4-94110a4a6be4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_embedding_text_bm25_idx', '{fd34e916-3274-2c93-c277-0758d474e994}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('1158cdc0-fac8-4cd3-abeb-36915bf65341', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_embedding_text_bm25_idx', '{12e9fda9-f3f5-008e-70b6-7eac0f18855c}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('119071fd-057b-bda8-7b45-483e46188381', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_priority_idx', '{186a7da6-6869-2619-2672-7d26c2c918f4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('1195ad10-a0cd-04fa-da83-afac2c074d03', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'raw_contact_phones_raw_contact_id_idx', '{66dd1ba4-ab8f-ba78-23e2-25bd3df1093c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('12588c8b-5550-e539-ef8d-c13db8284b30', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_embedding_hnsw_idx', '{732785da-05c8-2638-b597-e24bb8d23301}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('13c8f4b0-d5fe-ff86-87db-99c29c4ca3fc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_embedding_hnsw_idx', '{b0a60ffe-fd47-1f9d-de03-07cbf286daff}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('14e04612-6f26-ab0b-81bc-db1fa21326ec', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_tags_gin_idx', '{64b048dc-4117-27f1-37cd-dfb22f882f01}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('161cd7e6-f009-6ea5-2f43-5d10b8949d65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_tags_gin_idx', '{f01a0899-976b-040b-2223-b53b57672d9d}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('162dd15e-4a1e-079c-da38-a0837a738316', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b72b7176-c9f7-9e24-85dd-a28cf9784959', 'goal_habits_habit_id_idx', '{79f674dc-8963-7487-8f2d-34d5b3b92d57}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('183483ea-47c7-eca3-0f67-684d92e42ba6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db6d316e-1f53-f575-84a1-185ddf112eca', 'project_documents_document_id_idx', '{b154d230-59c2-a57a-e3a8-800106822937}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('19cd3d88-c6e6-756a-bca6-d24703662d12', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ec39e1ac-214c-d20a-a838-08fffbe278fa', 'agent_collaborators_collaborator_id_idx', '{e643f069-b773-529b-d23c-ea088b22fc2f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('19dfc536-d5df-d791-d823-24485d695023', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_search_tsv_gin_idx', '{604385ed-3386-12fa-b124-8464aec744f6}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('19eeeb9b-30d8-c84d-ee49-5e0493a55e21', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_embedding_hnsw_idx', '{70ef4aa9-b8ca-af20-82b0-45f8f0d77130}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('1a3b0342-793e-b5c8-9f47-a73d180a2339', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_is_active_idx', '{191b237b-3bb5-4742-ddc5-af6d20884c1d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('1a546c48-7516-d97d-3ec3-aafaa7962ecb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5cc24e28-557e-41dc-1888-dcb2b029123b', 'company_notes_company_id_idx', '{75b55ee9-8b59-6d4d-921e-66d2875ff825}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('1a803b36-0e81-65e4-884f-4d4897f02186', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_calendar_id_idx', '{f697dec6-b0ab-f0d9-9925-ade33aaca943}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('1b3f476c-a5af-b317-c2a4-34d2b38fbf57', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8711d3f1-5f40-46f5-4300-24c713a27fe5', 'company_documents_document_id_idx', '{b194d14d-498a-257c-01ab-0a7ad7276818}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('1cc8dfe0-8099-a265-7abd-7e3bdf20c888', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '9a208554-2d9f-3cac-4aef-49701f75ca05', 'goal_projects_goal_id_idx', '{5129fec6-fb02-44b8-0cb5-5e3f7ce565c8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('1d7f76b6-e420-dbee-1b7b-625252ae8376', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_provider_thread_id_idx', '{7eea5400-74fa-4993-7e37-2ca839a5144b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('1e3a736f-eb0e-f694-85ad-716b2d4939ef', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'notes_chunks_content_bm25_idx', '{75fe9ef8-de80-a89f-df73-379c89b26284}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('21f0aaef-7308-aca0-8a3d-b5f6a577b3e2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f3d548b3-3c6f-356b-f04a-cf5f4c2df82d', 'contact_notes_note_id_idx', '{40606f4a-984b-7b62-ca65-9d60fbf6fab6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('232c5cd7-0525-285b-0a0e-9e8e3a3bc118', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_source_idx', '{d25ace9b-394c-7b74-4e6b-11761d0d87ea}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('243eabb8-148b-0ef7-a699-233a133aee85', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'provider_sync_states_resource_type_idx', '{9e339f1c-f8b8-d63f-d09f-cbf5907caa78}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('24647ebf-d954-7878-aadf-20f8adf9ba2a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'calendar_attendees_calendar_event_id_idx', '{f4f87624-785c-4f4c-509d-6cf19a8495e3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('246e5c62-d39d-799c-36ee-4c076eb0bf8c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_role_idx', '{c3524e66-0eee-1b1d-2dcd-3ca67742a299}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('24d62c2e-0845-0541-3074-38b08fcc1e2e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e352b23e-a611-f59d-14df-af7aecf451b8', 'contact_companies_contact_id_idx', '{15bb63f4-2c82-499c-2dcb-a10cdb127cc0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('276a95b5-39a7-cf48-900b-5293826a7e48', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_embedding_text_bm25_idx', '{f0dea4c9-f71f-dbe3-1ec5-3364d4b0a44f}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('2aaaedd3-fc33-e614-0cb4-e71a55718c96', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a1b17efe-df85-506d-c17c-20a8b9e3364a', 'deal_contacts_contact_id_idx', '{8b35d160-2f5b-651b-690e-c2d217515870}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('2b4c892c-3cd9-df70-50c6-f1137a2b7495', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_embedding_hnsw_idx', '{ed945ffb-73ef-4693-ce67-a40e28faac8a}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('2bd7c3cf-8f03-96bb-6432-c37d908a6ab6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800043d8-7751-9090-308c-b70a2516688b', 'event_venues_event_id_idx', '{1a322b4a-8ae1-a57a-e95b-2a89108cf268}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('2d77fe80-e89f-1906-72c1-5dc097184e7d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2adf72cf-ca09-6fe3-7cf7-dea4b8f1d648', 'contact_relationships_related_contact_id_idx', '{991b6298-364e-5663-3188-811288e43054}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('310685e0-f4e2-6cbe-3cfd-d0f389411d32', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_organizer_contact_id_idx', '{ac531a41-1c5d-5607-43bf-51a1dec19c38}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('3190e421-7685-496b-2ee9-7c75239e24d1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_location_gist_idx', '{2d7ab33b-f99e-0c4e-90b0-801b1be6a0ed}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('32a8ab5a-9200-25e8-748e-06160b47342f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_stage_idx', '{1175d0a1-33bd-44d8-6323-d1fe5c90a429}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('33e6aa7f-807a-37b0-f6f5-38e9bd9af2db', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_last_message_at_idx', '{15d4f973-30a2-e032-acd0-6a26d2b2f815}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('33ed575d-ef18-0e15-5454-98cbd8bb97e7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_embedding_hnsw_idx', '{23b0404b-be89-050c-27fa-7b16848ace38}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('35a750ca-8b12-d01c-ca15-7948c5b0393f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_contact_id_idx', '{a3ef24fd-57c8-7de6-c9b4-e8208a9362d6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('3652f716-fc6e-254c-63a5-252c1c5e99a3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'images_embedding_hnsw_idx', '{42b1531f-925e-5f24-98be-4d63f3efbb99}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('37307f45-2403-23b8-0691-b7310391135e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '005af3e0-1a91-92b7-2f33-0f92998648c5', 'company_events_event_id_idx', '{e69cc6e4-4174-e3a9-ed52-7f3f17bf799e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('37b36d7a-658c-66f8-51d6-e76b713e17b1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2b631e-beb4-c64a-82a9-f140a28875e9', 'autonomy_record_links_source_record_id_idx', '{6b9510f2-2df2-0b4a-2958-9abc9078c898}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('3822d4d3-0957-d6cc-45ff-5b625c18525a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_embedding_text_bm25_idx', '{6491fd9d-e92b-ad2e-e447-e371fdb53f4a}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('3a7391ab-9be9-75cb-92f9-9e1d2f7776b3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_location_geo_gist_idx', '{64691dab-b478-acc8-bb55-2d5bc8df8eb0}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('3ad01211-0ab2-95ff-fb3d-e2fd223c4037', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_end_time_idx', '{d49394da-02d8-ed36-a70a-02589e65753e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('3cdf1b98-acdc-8724-2f6b-9199dfb12a7b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_tags_gin_idx', '{6ccf5c10-9efe-ace3-0327-fb1fbd44e67d}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('3d0cb48d-c284-3030-5b26-a994b2e1a281', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_embedding_text_bm25_idx', '{5b0967ea-0073-92f1-7e90-da90b53c6a6e}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('3ef86d2c-d18e-f3be-120e-cae213a0bf3d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'venue_links_venue_id_idx', '{d7abfd5e-3e20-0253-f9d6-0684902ee2fe}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('3ffb2072-790a-c79b-1e2b-61341ab12eae', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_sent_at_idx', '{a49e99dc-d06c-89fd-ed0c-6a52818cd217}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4091142e-b952-7e85-2849-894b2b019b88', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'runtime_artifacts_runtime_state_id_idx', '{6fd8e93d-52a4-c1d7-520a-b8416f41c98f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('40c56695-2165-7508-c4b5-28f93a52705e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a1b17efe-df85-506d-c17c-20a8b9e3364a', 'deal_contacts_deal_id_idx', '{f3e1d8d6-2e7f-b42c-fac0-b48177869f72}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4128ade4-919d-0a0b-6894-2f31d2d97332', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2519f4bc-ea71-c6b4-b37e-975000df26f4', 'email_notes_email_id_idx', '{044284aa-339c-44aa-0f86-f6b4e272f988}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('414b6a66-6986-d69c-9239-f03960e6a75c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_tags_gin_idx', '{8fec4501-9be5-83c7-1a81-24198f144ace}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('41801dec-846f-6a15-b21e-93446384b3be', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f3d548b3-3c6f-356b-f04a-cf5f4c2df82d', 'contact_notes_contact_id_idx', '{e560c39f-5675-e4a7-a54f-2beef4eec765}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('41d41864-1340-296b-5f63-56f3061c2641', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2fe27288-806b-12cc-d0a2-b1ca9d87f3bc', 'contact_memories_contact_id_idx', '{aaa8afde-c7b5-8995-434e-d9c15689fc4b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('420b7616-7777-4656-4d3a-2b10382c136d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'runtime_events_event_type_idx', '{8425b6e4-9c48-51fb-4405-3bff3da315b3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('42a80a2a-ab42-6844-0847-3ab8f6739f84', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_location_geo_gist_idx', '{6efb683f-abc1-7755-6cda-9b41fa62ac74}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('42b56753-0de9-d371-7534-3ceda8d74b29', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_is_active_idx', '{d8bacbf0-110f-512a-17ce-6cc77dc26404}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('42c3f372-82a8-c5a5-d815-a98d66926d4f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_embedding_hnsw_idx', '{7f600297-bf66-da4e-2d21-749e56fde7b8}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('42d32081-c40c-4940-820c-877c51b7dc19', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_tags_gin_idx', '{9e64fd89-949e-3c3a-c44e-4c38ffe74a11}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('43c9ff52-0342-03d7-5a82-516f53f41f3b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '005af3e0-1a91-92b7-2f33-0f92998648c5', 'company_events_company_id_idx', '{edf30b2c-f27a-bb30-cfc4-bf1cf2f1a533}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('457485b2-6f63-072f-1531-b582161543c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ae455b39-e68a-6ebc-85cb-74e228fd1d02', 'calendar_event_notes_note_id_idx', '{6cdeeccb-bcbf-f449-8336-9ae7654d1b92}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('458919df-8632-7da3-4452-d3df6a2fef3b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'runtime_metrics_runtime_state_id_idx', '{6a799f26-8da7-aaf8-8641-3f96e984cb75}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('46183cfb-b452-a901-65f9-9468de6e2d40', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '4137a1f7-45da-8cab-a93a-809db3b579b8', 'event_notes_note_id_idx', '{35340d1b-243b-9198-019d-b586aee7757b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4697fae7-3f4a-2ce3-76f0-80c3bb270452', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_tags_gin_idx', '{0567c0c7-8a9a-b7c4-7ee5-3a62621eb8c2}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('47a0f04e-97b9-8027-31d0-8e08fc1a0b7b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_embedding_text_bm25_idx', '{1d5bd255-efb7-b630-991e-5841680cf9f3}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('499e1484-600e-4823-7424-bdcb9521acc7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'runtime_schedules_is_active_idx', '{f801cf86-b23c-d9d2-fc6f-f004666e3c36}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('49b87148-cca9-e842-d835-a4f10c0ef2a5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'da5b5144-990b-f7fd-1fce-5dd3cff75417', 'company_memories_memory_id_idx', '{84617d1b-40e5-5952-f730-2d495d42b126}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4a82c9c7-4355-5859-affb-565b4c9b9449', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'documents_chunks_content_bm25_idx', '{a51a284c-da68-9d36-af4f-ce38af35411d}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('4a91b9da-f885-96cc-6b2b-a4d25f3e19e6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'contact_phones_phone_idx', '{0398e0c1-5653-c2c6-f105-d1358c61b2e2}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4afd93c3-ceb6-094d-c04f-9514f327424f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e31ba1db-28aa-bd28-094d-48570417512f', 'event_images_image_id_idx', '{70dcfb85-3e61-93d1-2ca9-2e5449fcfd16}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4b0884f5-d4cb-5309-a13e-c30b6baee3f9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_status_idx', '{eee0ea33-1b9c-491f-e2a1-edfaab964431}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4ce5c0ba-cd55-53e8-d4f5-c17b905236fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_last_accessed_at_idx', '{2a36fb85-87f5-e6bb-ebf7-a6e800f8015d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4d1f489b-ee2e-f7b8-e01f-5d5a09894da1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8711d3f1-5f40-46f5-4300-24c713a27fe5', 'company_documents_company_id_idx', '{4bc99cc2-0dfe-2c01-094e-dfa3db91c5fd}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4da10f93-7e9f-28c4-9e30-749e2a54634d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_event_type_idx', '{3d5c79ff-060b-dc57-69ae-7462fe31d017}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('4f9aff1f-4f81-a96e-6749-6d8be42eb967', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_embedding_text_bm25_idx', '{f8af9590-6414-4fd0-8a6e-c06b01060e01}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('4ff96e7a-f5e5-9c2e-cb75-b66df1745a90', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_tags_gin_idx', '{a3897679-93e4-7d4d-a6a4-10690bb522d6}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('506f2c27-90f7-52ea-bf4a-c3a73c3877ce', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_project_type_idx', '{c302ea2c-1138-a7cf-77dd-9469a0dbce74}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('5128f22b-9857-3a8e-7dae-7ed20f4f633f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_location_geo_gist_idx', '{6f42c1fc-e7e9-de7a-d56f-dda42af79402}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('51749674-d0da-f804-c811-f84b7393c497', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_search_tsv_gin_idx', '{5d5d1569-bedd-b9a0-85b6-8f0a6f22657e}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('53690a57-4195-12b0-7a3d-04844b3311bb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_intent_trigger_embedding_hnsw_idx', '{986d6307-2f7b-e7cb-2432-5316b695bc12}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('543a622b-967f-e27f-ff75-c206773692fd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1dc61d39-7f88-0ae9-8156-f9ddab63d0a2', 'email_recipients_contact_id_idx', '{c8b3ed85-7d50-f095-0461-a8dbe9b5a56b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('54c9bf55-9e27-c252-ba0e-189a4c6ff4bd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_tags_gin_idx', '{f2c17b13-9dcd-834e-4f62-2636674b1ba0}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('553b47c4-cf1f-37ff-1c24-46a7d5dc1a65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_tags_gin_idx', '{f4d98fda-e34f-b142-f7ae-cd15dc061ab9}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('5583c196-3b24-c39c-21c2-81d478967fe1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_embedding_hnsw_idx', '{7993d9cd-854d-6195-29a6-9a9d329bdc50}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('5727068c-d5ea-1bd3-5d16-f76a372bd7a0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_main_image_id_idx', '{f98f7d4c-0f3d-fced-127a-509e83a8fb17}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('577c0219-8425-88f2-59f2-ee5413a69abe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8f6da1c-d096-73f7-e8d1-a438fa8df13d', 'contact_images_image_id_idx', '{ae5473d5-c73f-13bb-a650-bb4218a732e3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('58678e56-21d1-87d8-33be-7db47f1a25e8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_embedding_text_bm25_idx', '{783c75e7-4eda-7cac-79be-3a0e6615aa53}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('59a2fad5-dd23-7a99-c79b-bc262ffe752f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e352b23e-a611-f59d-14df-af7aecf451b8', 'contact_companies_company_id_idx', '{96f7d9d4-94c4-0a00-ef1d-05bf75f24377}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('59aeb04a-93a5-292d-02ba-2daec83a9835', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'calendars_provider_calendar_id_idx', '{909c30a4-a3db-e769-a0d4-a5b410115d86}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('59f6e127-679a-4368-73c5-242b8538865d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_activity_type_idx', '{8c6f0fce-4fa2-27d0-baca-bbd0b07cc558}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('5b6b94ae-9719-a3d4-aba2-c97fa520162a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_content_bm25_idx', '{90cf42e3-359c-7893-9ecd-7a1d21ef223d}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('5c518794-4816-1e8a-446f-578058323a94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_embedding_hnsw_idx', '{be420704-ddc8-e8de-6fe4-c043ae7a1335}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('5d168de6-54f6-3389-aeb6-b9b0ba4e4f3e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_is_active_idx', '{b1fb9796-48a6-5eee-19d9-6135df547f28}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('5d8a940a-f6e6-363f-4256-ea9b76f9b384', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58882eac-e093-2a34-be7b-af7054d416e7', 'project_contacts_project_id_idx', '{1754ff3e-0166-93b6-0436-1ea3820bbaa6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('5f10ce61-55ec-f7fd-5913-edf3eda6c8a1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_embedding_text_bm25_idx', '{39a64e4d-c75e-efd6-497c-d17c48fc08fb}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('5f94f29c-8c2f-44fe-cd1c-579fb4ecd26d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_category_idx', '{07c4935b-2d62-4290-eaff-f2265402ffa0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6056d100-a968-6d19-585a-daa4ffd64a8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_main_image_id_idx', '{2e70183a-37c0-dbcc-5fa3-56fa23ffc1d0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('62a1a39e-f2da-a35b-8f58-6ff9283df359', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_embedding_hnsw_idx', '{ba30cbb5-2e5c-6832-1c6b-fcf840232562}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('643be8f5-d215-ae9b-d2dc-867f18250a23', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '68edf88c-42d9-4f2d-f870-90546662fd76', 'contact_events_event_id_idx', '{ae9d995c-cc3c-feeb-b4c8-a598afeed9b2}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('649a0557-4e13-1dc1-d63d-1bd00a8958be', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_embedding_text_bm25_idx', '{93050daa-47f5-c814-2211-d0a772a798f7}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('64e310aa-a0d1-7f15-7993-0dcf53aa3749', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_embedding_hnsw_idx', '{dfa9860a-fbd4-4879-3e41-c13bca0c97df}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('668d5b8e-463a-3ed7-7c3e-61464188af97', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_agent_id_idx', '{62d86e4e-2948-fa53-46f0-4d7853bdb853}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('67bed890-bd1e-eab2-1517-e253ea3c63a6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'raw_contacts_external_id_idx', '{a83e3623-51fa-ac77-2e92-aad798877d47}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('681d3067-d24c-9beb-f1f8-6c5385d796b0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_embedding_text_bm25_idx', '{7d1a79bb-5da8-4d9e-e5a8-646a90a52c8a}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('68a7c3b5-f617-3b38-505d-dba17e90cec6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_channel_idx', '{d5fe13cf-21cb-0132-e4e9-124cd48a6a99}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('690372aa-deae-67fc-0a76-d77f645d4038', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'tags_name_idx', '{190ffeaa-7207-65c5-02e6-235e0c993d6e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('69bc7381-3efc-d3f3-4666-412791644448', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_search_gin_idx', '{df9bd156-4b56-72d0-efca-e62545c912b4}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6a8378cb-0362-d9d2-cd98-9606eeb629db', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'runtime_metrics_metric_name_idx', '{5f722487-1506-dd56-aaf4-623cf8560fc0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6b1cbb60-fcc4-18e6-a080-0e0d3e41a4d8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_tags_gin_idx', '{f19a6724-f4ce-fdfc-e248-a1a68a3f97de}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6b555152-3a89-1dad-fefb-12a9fe2d0740', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_habit_id_idx', '{39e0eef0-45f4-3cb3-835c-0a2220dd9e05}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6b961b6e-893a-843d-b71d-5836253051b4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_runtime_state_id_idx', '{52c1616d-7a1c-de68-ef78-ca71cdcd27ed}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6c1ab207-2659-6d7a-07a7-96c2325e626b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_status_idx', '{8d0536de-3614-2462-9b04-c7208a441f72}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6e0b9c6a-3cff-22c0-0584-a28a18a81cb7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_agent_id_idx', '{a07c9b3d-dcb4-2720-faf6-12ed5ea376a4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6e956e8d-0481-871d-4350-7ac1c11f3e37', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_tags_gin_idx', '{b0eb6c3f-d2c0-6b8a-25cd-247ce64320ab}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6ead4ea9-4841-ea4a-5f9a-6a12431a529d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5cc24e28-557e-41dc-1888-dcb2b029123b', 'company_notes_note_id_idx', '{51c249d3-028d-41fb-5500-f7506c7d1036}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('6f3f2d02-0b19-9433-6edb-2ffb14d8b9d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '35adb4cd-e050-3711-852b-defcf54002db', 'company_images_image_id_idx', '{1e278dbc-5507-d9f9-333d-99806ecd00c2}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('70ee29f8-3d5c-16f3-ece0-4651ec1fc7fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_city_idx', '{bc999d9e-233c-9efd-038c-cb00f8ff19d8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('713ad0c5-84c2-6515-3a20-0ec896c45888', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e2b173a8-9a89-6741-1825-2247b2410da4', 'expense_contacts_contact_id_idx', '{3efcb9aa-82e4-f964-b7b9-cc6449ea3c7c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('716f191f-3637-386e-2432-9077303a880c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_contacts_id_idx', '{0bb6a9fd-3568-a0fc-e82c-d2a54981cdb8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('71d8209d-df6f-d38e-1f85-36213de90f3e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_tags_gin_idx', '{73edbc32-f11a-e83e-e937-f947b2227e34}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('72b2799e-db2b-0a30-aa6b-bd2d533d9679', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_embedding_hnsw_idx', '{115bd6af-8373-21e5-1f3b-b47a907ac58f}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('72f2c1fc-fd35-169d-70ac-198d0d6cf801', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_embedding_text_bm25_idx', '{77f1e109-c41e-fd1e-b5c5-d96b04443ca7}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('747bae66-3796-bafe-74be-7a7dd129ffbe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_status_idx', '{2953bf6d-23d8-96aa-ff15-d7a067c70ff9}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('75384c70-4a55-ae91-530d-dcb1abebaebf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_embedding_text_bm25_idx', '{ff81cdf0-a75e-8520-365c-112e40fd7324}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('755ffadf-808b-4bf0-5daa-b16e8c4a119f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f65e301a-2609-4bc0-d9f0-a5feaef3551f', 'deal_notes_note_id_idx', '{c728976a-88a2-bcf4-8cfe-ed90944ebb91}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('76e4e054-ad4a-cafd-4122-3e59d0ea6ad0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bae5c563-ef9d-6517-ce1a-2e88b8e2470e', 'calendar_event_tasks_task_id_idx', '{56a8aa42-ff2f-dbd3-8bdb-9fd7fbfc8488}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7798e196-3b84-0290-c21c-c1767585244f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'raw_contacts_source_idx', '{b7070e81-d7aa-746c-fa7d-afc11ec507e5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('78846b66-81ea-1773-3108-9e2f84bb4c65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_tool_type_idx', '{081a517f-3444-9323-5d56-9fcd5c5cb957}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('79200c87-d905-4e31-3726-829beef9df9d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_embedding_hnsw_idx', '{cd18ef98-6eb1-f0af-8638-94d7471205bb}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('79ce9603-ed14-6f24-dc2a-768004ae9e40', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_category_idx', '{74217aec-9ece-776a-7a51-1382f5710579}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('79dc71bc-268f-e90b-79ce-a82eed3fb5ee', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_embedding_hnsw_idx', '{252d72a3-d420-f97f-528f-8d51760fdb22}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('7b723ea8-f202-b21b-1f94-949a12c38348', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_occurred_at_idx', '{a677edca-92cf-a993-c185-beb25a22b911}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7b7f998d-8caa-ddad-af37-8c438a2e060f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'notes_chunks_notes_id_idx', '{18e2561c-f16b-d7f9-369e-3c4e968b5aca}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7bf9ad36-fbb4-becf-fc0d-9bc70dd17269', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_embedding_hnsw_idx', '{0be23c43-5979-318b-e5f1-aa2b8fee02b7}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('7d64f328-a54e-84f7-481a-b82ab634d5f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_domain_idx', '{6d5da827-d30c-4619-80fa-e851cb944720}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7dca1bda-37ea-9244-e93d-848f4eff002f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_state_type_idx', '{6e262dba-02b9-0494-add5-872fe49dd0c6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7e0752fe-684e-b9ce-2411-5f5b28f444c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70d508d6-2baa-38b9-2e7a-a1c7e635408e', 'runtime_state_dependencies_state_id_idx', '{c7e7b11c-8c28-21ca-ce5d-bb3fe828a10a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7e3869a3-76ac-e0fd-711e-6313baddf298', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_deal_id_idx', '{42dcf068-4206-9899-61a4-c6a6206b6259}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7e639e19-7cf6-bab8-3551-8fe28259d781', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_category_idx', '{c1111a43-dc95-31a5-c714-a268bca3b7ed}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('7f6545e1-3f23-3b3c-cb2f-495d69752536', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '35adb4cd-e050-3711-852b-defcf54002db', 'company_images_company_id_idx', '{46a9ad28-b109-9bb2-5268-d01cfe0801f7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('801131b2-5feb-e275-26a1-67c24e8f42ba', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b72b7176-c9f7-9e24-85dd-a28cf9784959', 'goal_habits_goal_id_idx', '{06b2f488-859c-6aed-2bdb-364d26cd6525}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('80efd888-966a-bacc-f422-7f2373b638a3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_email_thread_id_idx', '{75a9557c-e7f7-ec4f-4503-7c99006d7c7c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('81080201-5ae7-698b-36dc-8b30dc7e1c9b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_email_idx', '{57e7a92a-0219-5388-5209-3b120492d495}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('81bea26a-fb99-c70c-89a9-3c2e4a52bec2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_data_gin_idx', '{2dec00b9-9405-dd94-6b7d-ed0f9986b1ff}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('8286d87f-5c44-50bb-9ba7-9bddd517428c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_repo_name_idx', '{beb696d4-27a3-5122-9f1e-fd3054386c06}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('84002f3f-222d-88f8-79dc-b11eed9b8ff1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_search_tsv_gin_idx', '{3d83e81c-340f-3387-9b21-4205afbf0a29}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('843345cd-1652-ecf3-8689-91960c986812', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_tags_gin_idx', '{fdd6592c-f0a2-2755-3318-8e32187d6091}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('85a78d9a-47c8-1b79-6d3f-d31000181c49', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'event_links_embedding_hnsw_idx', '{d37dff7a-3229-dc9b-fea1-046dcd8061de}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('897a9f1f-4108-b926-9ef2-0b5dfa8c28c9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_tags_gin_idx', '{005b9299-6bf7-9746-638f-5be0773eac61}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('89afdf37-655a-3524-0425-794bbe957c90', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'raw_contact_urls_url_idx', '{3bef94c4-9a9a-0732-c7ca-69d251feae98}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('8a214476-e3e4-c5ba-6c5c-0f3dd86bdb09', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_embedding_hnsw_idx', '{9ee394ac-1c0c-dcab-05b9-e91e593799ae}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('8aeb8557-3d96-5cbf-888b-a55d12cac2cd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_from_contact_id_idx', '{1235ce70-7e52-e700-fdab-f1cb12fe6b7e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('8b527c7a-9bdc-adbe-9a0b-6b9a85fadee5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'provider_sync_states_status_idx', '{77bd4037-21eb-ecb2-053b-2890ab4351a8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('8d3ae078-24b5-154f-c3db-3010367c9f68', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e31ba1db-28aa-bd28-094d-48570417512f', 'event_images_event_id_idx', '{068ffaa4-ea5c-12b1-bfda-946ef940c733}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('8e1e300a-f770-32fd-3aaf-c1874bde657f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0fff97a5-3cfd-54cd-198a-60b6815a4887', 'deal_companies_deal_id_idx', '{ab9a1722-9a44-6404-ecaa-169a64de9c82}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('904c1bd9-0538-bcc2-d486-fd75557eaf56', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_embedding_hnsw_idx', '{1453ada5-dba8-860d-aa53-e42c52a33297}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('91545eca-0eb8-af5f-07f9-ff864c2472e4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_start_date_idx', '{e1f82da8-dc3a-3213-d74d-a8dee70bb99c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9179280b-b3e8-1787-884e-c2f63e615b60', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_priority_idx', '{4fcb04b1-5a02-af7c-3bf5-4bfd7dd72a65}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('92231fa6-c793-2f7b-6baf-7da634b37115', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'email_attachments_email_id_idx', '{0a877d8e-d77e-af51-bb67-87c411f3b3a6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9371c6c3-8f30-8355-e288-aff06caf100b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_tags_gin_idx', '{e883b660-c55e-36bb-2307-567dd195b89d}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('938c9a71-0383-5ad5-45c8-6a428b92190c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1dc61d39-7f88-0ae9-8156-f9ddab63d0a2', 'email_recipients_email_id_idx', '{810089f4-ae91-5e04-86d8-42547b9b233c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('93a38f36-7801-8dbd-9b43-d8f3bf1d4e85', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'contact_emails_contact_id_idx', '{e3071c57-3ec5-88db-3341-3ee29eae4a81}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('93bc4e16-cb76-731c-30f2-89a7f1f9a8b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'tool_executions_message_id_idx', '{b2322e5d-1edf-0079-ef04-81261413de83}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('946e7f58-e52d-2ee9-0d25-0bbb892d30e0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_provider_message_id_idx', '{2dc5385b-3651-9a30-7e63-a8826e706b07}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('99f7a212-e8c2-826e-bbee-3c20ef6aa357', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0fff97a5-3cfd-54cd-198a-60b6815a4887', 'deal_companies_company_id_idx', '{f7eee65c-66e4-662e-cd14-6070fa63c16a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9a7834bc-2808-0621-4bac-a739bad34ba4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '406d92cc-cd74-faa7-e131-b93ab157277a', 'venue_images_image_id_idx', '{9d55fcf5-e937-773c-f47a-936c31f96639}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9aa1edd2-db7d-fc68-2ec6-a78550f8123f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_task_id_idx', '{a82a2f39-fead-d615-5da7-1f2ff155dd09}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9afb4772-8047-afc2-b6b5-65dfcf791d8e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_destination_geo_gist_idx', '{908de6ec-ff19-52a6-35e1-25711954c0d4}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9bbc100e-ec86-9336-1987-5ec277d88a30', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_provider_event_id_idx', '{37165662-08a9-be01-815a-79cbd411ebcd}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9befb92c-85e2-dadf-a741-4e6553f934eb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_record_type_idx', '{28310594-c508-7632-f417-19e7f5742561}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9c0114ab-d482-9006-8690-1de41784495a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2adf72cf-ca09-6fe3-7cf7-dea4b8f1d648', 'contact_relationships_contact_id_idx', '{8466965d-1eb3-4274-bbc5-8e45c7d94173}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9c36136e-9766-f624-df54-fdae1ea9cc19', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '68edf88c-42d9-4f2d-f870-90546662fd76', 'contact_events_contact_id_idx', '{8c8aa45f-99c8-7b6c-6c3d-4caf508f37db}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9d438f89-89d9-9179-51f5-8988d9dbde79', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_embedding_text_bm25_idx', '{9c3ef4c2-7af2-3b32-3e08-753f8fa03883}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('9f58dbf3-499c-c61a-61f1-f1f81a3d3585', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_completed_at_idx', '{c5b27ee1-7a1a-f472-4e99-304c959267c6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('9f86823f-4b13-5551-b0e2-3951af133b8f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'raw_contact_emails_raw_contact_id_idx', '{e27707e4-c023-5a01-6966-29c2b320984a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a0463f7c-9479-8f15-481f-224f01f8aaa3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_main_image_id_idx', '{08af388a-5a90-d541-d17c-b5f1ba5e4673}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a143e846-069b-5a1e-e802-bd790b3c5a39', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_embedding_text_bm25_idx', '{ec002215-5439-7062-d180-c589e1ee1c71}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('a1b82408-d4f9-ae48-4b88-be72142bcab1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_tags_gin_idx', '{4aed279d-4235-ce32-686d-7ba2add4d919}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a1e9aa29-8550-abb5-49c3-97e6973c1659', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_file_path_idx', '{6ab71b7f-8c30-99f5-11e3-a6b7e0277be5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a38bf1d6-859a-839f-6c49-6f795900a85f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_config_gin_idx', '{088f028f-f373-20cc-631f-6f4f5f80d2aa}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a47a35d4-58af-b8ee-ae44-9899a69ddc85', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_agent_id_idx', '{f0480de9-588b-db07-aaf2-751d43c3848e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a58498aa-e5b3-a2d6-d711-ae36dee701ad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_search_tsv_gin_idx', '{9af3ade4-0615-b92f-0491-75902157fa85}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a5de257d-5157-f8c9-29fc-6efa6b3274f9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'contact_links_embedding_hnsw_idx', '{76ff04ef-7776-a332-b891-2f9d455b38a8}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('a6385ba6-f7c0-1a9e-3e25-91f90d3f3eb4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bae5c563-ef9d-6517-ce1a-2e88b8e2470e', 'calendar_event_tasks_calendar_event_id_idx', '{db4a31f0-2836-c7e5-3c0a-e12d4985533c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a68928d8-83c2-ea2d-1764-2a6a5f56f11a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'raw_contact_emails_email_idx', '{ade1aa92-7a85-e022-fc2b-69e230e195bb}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a6aac08a-d0e0-db9a-427e-c82f74c85de9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_embedding_hnsw_idx', '{7fbc3c55-1566-3866-3b9f-7534170aeb3d}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('a6fb1d7b-987e-bf61-e58a-2f8594ef3320', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_agent_id_idx', '{889b41f8-5f70-1294-324f-729d1d1ed5f6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a7b46c41-14b6-82da-6960-a1f357600a32', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58882eac-e093-2a34-be7b-af7054d416e7', 'project_contacts_contact_id_idx', '{bdbac692-0409-b1ec-0f3c-9cf4e0f78c36}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a7f174f2-e78e-902a-ad79-06b80324a919', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'contact_emails_email_idx', '{641be7bd-4315-08cc-e630-296afb8665ba}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a88930f4-bbd1-9785-91f9-2eaf8952adad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6e406615-395c-67ea-fc36-b45215f77cd0', 'calendar_event_contacts_calendar_event_id_idx', '{3c88bc0a-dbb5-db71-98a3-faa41f20724e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a8a4d7f4-bed1-a962-01f3-a63babfb17ee', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_agent_id_idx', '{ae5cbe48-6354-19a3-5ad2-4950463f0ec8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a8ad7b68-8d50-91c9-df74-6d3435563297', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'afdd17b9-a0b6-05ed-e74c-1ea8d28b2575', 'skill_tools_tool_definition_id_idx', '{e696432c-b95e-7b10-2c93-da95e77daa42}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a917102d-3c1c-1266-e6ce-8dd33e36e465', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_category_idx', '{d914ff51-c010-ac9e-2732-e737886ff7b1}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('a9c37a6b-8786-5d4a-3544-e7f2e7ff1e3b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_embedding_text_bm25_idx', '{0baf12f0-fec7-b1a5-77b8-1c441d497c98}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('a9d5abea-4a69-7742-01cd-82ca1766f22b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_search_tsv_gin_idx', '{c69dbb96-c207-3b0b-70ea-de53b4adf929}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('aa2cc227-ee61-f073-2534-ae146347e7bf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_tags_gin_idx', '{9f967f3d-9775-e1f0-679e-28eee9a5622a}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('aa6d44e2-ae53-6b60-fb1c-69429ab6481e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'company_links_company_id_idx', '{1aa598c3-e606-25d7-8b3d-707253718423}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('aa9b47b1-d025-876d-b2ff-567a545905e6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'raw_contact_urls_raw_contact_id_idx', '{e15cb8df-5be2-fcec-3fba-c5b4747031ed}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('ab601527-78f2-20d7-bb66-98ba3e94103a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_embedding_hnsw_idx', '{b1c9847d-8a63-83ec-1e9f-f6dfc6fb9195}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('aced0ea5-e54c-c038-03ff-4b8709bb3331', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_embedding_hnsw_idx', '{08436fc2-3811-2049-2d3d-d544ae919e94}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('adc98cdf-ae1e-4e74-cda9-cd02e8ce9b99', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_main_image_id_idx', '{8d65e52c-fb3e-9e36-329d-03d7b8ce39cf}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('adca1aec-4ffb-2f8a-b6fe-0a80d8b095d2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '916593a4-e0b7-af5c-47e1-e6d9ff68a0c5', 'thread_participants_contact_id_idx', '{524d8fea-023f-7613-bc65-4c79237df5e5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('aeef0a32-765f-4f22-b777-35768adbff91', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8e5e2584-dedf-0d6d-d4da-3512613b6b48', 'task_contacts_contact_id_idx', '{c8458fc6-23e4-d3c5-662a-a261dfb67a17}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('af287586-d6cc-d209-91c0-80bbca21a5b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_embedding_hnsw_idx', '{2c8dc9ea-4162-4cf0-8b3f-689ca316787a}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('b01c6019-c30c-3e74-a523-9d0420099140', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_embedding_hnsw_idx', '{ee9e7d11-e1bd-a3c1-99cd-a42e3df01e3c}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('b04911d1-6953-1c90-2faf-afa776be3f96', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_type_idx', '{432ee49d-7381-fa9a-6090-993af2c7da81}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('b07f70b6-8ea5-800b-64e4-0ea81a752ddc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'notes_chunks_embedding_hnsw_idx', '{795593c8-9e44-d08b-b261-2368426d1d38}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('b0b90fa6-dbbe-0e0d-07ba-fe74135d8fa7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '406d92cc-cd74-faa7-e131-b93ab157277a', 'venue_images_venue_id_idx', '{d1296159-60c5-a59c-6cad-d6cbb9cd2774}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('b0fdc8c9-c53c-a667-e06e-5bc8f7d8f1be', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_embedding_hnsw_idx', '{f441d6fb-82ae-1981-0ca2-7498fc3c4a7d}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('b270bc6c-8ab9-f990-f4c6-96ac34d718d3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_status_idx', '{dae09677-737e-1e50-fcc4-cf43ee72fcb0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('b2b06e0a-5caa-f96a-7b75-dd365eda4b9e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_embedding_text_bm25_idx', '{aab295bc-43c2-dbdd-1192-fc53c2b5deaf}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('b4c8e069-59ff-4638-6ee6-949ab45ca1aa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'contact_addresses_contact_id_idx', '{abc4352a-9639-b242-298f-22d12a802532}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('b504f662-fbe2-d518-cbab-fb0e465c4327', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'company_links_embedding_hnsw_idx', '{32b994e1-da10-3622-18f8-260020a8650c}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('b64bc066-8065-9dc6-b6a3-3894848ad675', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_embedding_text_bm25_idx', '{11dea7d4-5aa2-69e4-83e2-a2ed96576c8c}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('b7783f40-3b82-bd74-53c8-5c8b6d2bdb00', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_is_favorite_idx', '{a0a857f2-eceb-a2a8-4786-00144b44288f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('b9c813f3-607b-5b78-58b5-a08dd95fa8df', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_embedding_hnsw_idx', '{88be43da-b2ef-7992-5757-e29660ceab7d}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('baa98662-3e2a-3e83-969a-a453dcdf1411', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_occurred_at_idx', '{ffdba3b6-2498-6ec1-cfb7-27dd3bacc9fc}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('baad0957-0cd9-9684-34fb-e3b561e737ba', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_tags_gin_idx', '{552cd3e5-7c5c-f84b-8e48-7e6a25e4dc36}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('bb39964e-9fb9-22d1-5096-94af60ced849', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70c8fc88-d517-4761-7c37-2bcdaf7acbbf', 'task_notes_note_id_idx', '{77ce1be9-0c76-f386-c851-f8ced7d02ce5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('bb8fd138-ed9c-9678-5b10-764882c1b1be', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'afdd17b9-a0b6-05ed-e74c-1ea8d28b2575', 'skill_tools_skill_id_idx', '{be939382-548a-b9f4-5a7f-cdf4244f991d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('bc3a376e-f215-c189-1449-4e611d02ec99', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_company_id_idx', '{446513d1-5986-9dab-0ee9-b661cd9cce3e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('bf48e5e4-8bdf-2238-a7c5-400e7bcae1c4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_level_idx', '{a1fb53bf-0a9a-5c28-43aa-14c99f6c92a4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('bf92bd44-666f-331a-b8cf-0a0cbbb51213', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'habits_frequency_idx', '{50e71d0d-6fcd-1fee-39b7-95f835c10015}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c08c6262-a83f-61d5-0a37-aee245668f12', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'contact_phones_phone_type_idx', '{f64c9100-5502-3682-2f86-383bd2e2fec5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c0f55ea5-11ee-5667-9b64-3ae51bf42bde', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'da5b5144-990b-f7fd-1fce-5dd3cff75417', 'company_memories_company_id_idx', '{d615e151-a873-5351-4614-5209359fe7f3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c12ca78a-1776-284d-8cc5-01a4e39cf2a3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70d508d6-2baa-38b9-2e7a-a1c7e635408e', 'runtime_state_dependencies_dependency_id_idx', '{77625da4-bedc-cef9-bc9e-d01bf9cdf79b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c14903d8-9d08-352d-af1d-e52ae2a3bb6c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2b631e-beb4-c64a-82a9-f140a28875e9', 'autonomy_record_links_target_record_id_idx', '{b4c69058-58d7-5e5a-6d3f-19d1841eaeb5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c2268679-e8ad-69df-fc89-8792f4046751', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_embedding_hnsw_idx', '{08b6052f-fcb8-8955-ccf1-50735bbd7dd3}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('c31b13ba-e270-102a-84ea-1cd6319c1cf0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_conversation_id_idx', '{d3b1163e-ae9c-94d8-da5e-c84f60f25242}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c40692c0-54d8-6787-5004-43e90445d829', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_trigger_type_idx', '{292f53d3-ff5c-6b4d-a770-0c65bb8d9c50}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c59e8bb0-d405-3f4d-0163-2bed5469c4bb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'raw_contact_phones_phone_idx', '{19981bb6-7c81-e0bb-67db-11ecc72ee268}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c5b4fc4f-b899-eefa-795e-cde6364b98b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f7e4b7b0-bc9b-c4de-94c8-680a5318c059', 'agent_prompts_prompt_id_idx', '{156ec94b-8b6d-a745-60f7-f3f990db9f18}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c7e62240-eabb-bda9-4c06-d1bd18313031', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_embedding_text_bm25_idx', '{2e5ec6bb-4b31-1d01-966e-414bbaece9b8}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('c7fe7d8e-f56f-ab80-f167-d7bf6ac4be81', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'contact_addresses_address_type_idx', '{71cf696c-084d-7387-a349-e990e1071dad}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('c8499e00-b1ed-c519-fbd0-3cd573f29473', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_embedding_hnsw_idx', '{855fdcb0-e9c9-2dee-ab23-3a74171d8722}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('c95a3d98-9bb5-1498-ebbd-fac501c699b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_embedding_text_bm25_idx', '{9ab419a8-532d-be36-fc0c-3c9692ebaeeb}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('c95edb0b-77cc-eca9-fe20-c55a76633257', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_embedding_hnsw_idx', '{930ec579-2313-970c-0cf6-09e86782a784}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('cab1307f-5c30-aa52-5e18-0e4508c4315c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_tags_gin_idx', '{99e308e9-0cf7-4d16-d878-d24e18bb53b0}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('caf724be-830e-21e6-576a-3e4193e01341', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_active_count_idx', '{722400d4-0d55-0060-b737-6a2c88d282de}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('cbf8bdd0-90ca-0ef1-bd51-5a6a7c6faae4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_embedding_hnsw_idx', '{fbeb203e-0a9b-8d66-f7b0-cec89f256893}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('cc8b183b-0c72-67a3-dacf-b3b48b5db1bf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'contact_phones_contact_id_idx', '{46f4f301-6f2d-7c96-aa86-8565e163c535}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('cd049ba9-1649-f4d9-c4c0-ed790487195f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'calendar_attendees_contact_id_idx', '{026e1714-b83c-20f3-bd79-0ca668b36503}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('ce7e98a6-f99b-c1a3-a7f0-7ec13b6d3a95', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_started_at_idx', '{73ebd75a-25c5-a936-3975-dc1d2fd49cd0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('cfc3f9c9-f20e-d04e-91b3-c4e705daaa85', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '916593a4-e0b7-af5c-47e1-e6d9ff68a0c5', 'thread_participants_email_thread_id_idx', '{03bfe451-70c6-23aa-6e5d-7e57cd7853d3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d13ec4c1-1573-5b7d-6466-344919bdaca7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'habits_tags_gin_idx', '{84becc89-2aea-96c2-a6c3-405d26aeb098}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d15640cd-e479-45b8-d2fe-a04c3cd2a6b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_category_idx', '{c4ea8c64-739b-f187-d59a-eaf047d19a09}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d23b8fe1-0bb3-f356-60ae-54dd59f31b31', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70c8fc88-d517-4761-7c37-2bcdaf7acbbf', 'task_notes_task_id_idx', '{043026a1-6f64-4ea6-0bcc-b12b331204f4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d2438469-e24a-804a-86ea-0b91e8d3e854', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_direction_idx', '{47e2c199-7f75-90db-0d6d-ca799c610835}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d25563aa-f741-b87e-c8dc-1dcc5b3e00c3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_embedding_text_bm25_idx', '{39e35ffe-98d3-6da8-a954-008127942a5b}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('d2596eb5-4117-5fa6-7a4b-08c928377791', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_expected_close_date_idx', '{6a233505-b506-7243-f9c2-f42383e2bcf7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d2b4a8a8-76ca-ea14-9daf-7d50a65ad1fd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_search_tsv_gin_idx', '{a4f4e0bc-b596-d880-638d-a4b94a8d9119}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d3653162-6600-a629-f076-d75f3b8c6ffa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'contact_links_contact_id_idx', '{88476149-fb6b-d4a2-51a3-8a3f048d87f7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d3af3d80-9c8e-9bec-305b-482329ffad08', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'tool_executions_status_idx', '{6f3cf664-55e4-816d-cc90-87d95b39ddc7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d3d66399-0d54-6e3d-69a2-88a119643c95', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_tags_gin_idx', '{d278e7a5-c344-ecf7-d8c5-89bc26159bbc}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d4913306-0ed6-a44e-8641-ea245c9a8761', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_level_idx', '{1cacbf0a-b329-28fd-ca25-55490ea9d8c6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d4d9ba76-76ee-d41f-a0a7-6986c0511e74', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_agent_id_idx', '{7825d883-13ed-96ca-8cad-973b7756d42d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d521ad94-435a-c515-1ed8-705015746848', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'contact_addresses_city_idx', '{bd52bd51-a628-8c73-e43e-a38d63e24886}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d599bf71-961d-d61f-949c-86ca0ab3ad37', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_google_place_id_idx', '{21802e4e-45e5-9348-9f1d-8b5181ed8c6a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d743f3ee-ef70-d45a-74fd-19dc0578bb0d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8e5e2584-dedf-0d6d-d4da-3512613b6b48', 'task_contacts_task_id_idx', '{4fe05e47-5729-6b78-f603-323ed8af03cf}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d75e16c0-a01d-8632-8407-78b4c99970b0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_embedding_text_bm25_idx', '{b6cb5191-b034-1462-56f2-56bad3181f3a}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('d7f8f366-8a4e-f207-68d1-2b1e29b3e469', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6e406615-395c-67ea-fc36-b45215f77cd0', 'calendar_event_contacts_contact_id_idx', '{2148ba94-9e23-45c8-ce2f-59a570c40df5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d859363c-116b-afd8-cfa8-269e420a94b0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'venue_links_embedding_hnsw_idx', '{d4724746-c713-eb21-bc44-38146b1ffca1}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('d86c25ea-9c61-ebda-1933-21ddb256ea14', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'ae455b39-e68a-6ebc-85cb-74e228fd1d02', 'calendar_event_notes_calendar_event_id_idx', '{bba0e1d0-6f9f-823c-3f8e-5479fcbe7948}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('d8ba0848-19d4-dcb2-4ed2-530103ff471a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_status_idx', '{01677cc0-f073-ea72-bd94-6659dab7b345}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('da3d4e55-01c8-9157-db0b-c7704810c4bb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_event_id_idx', '{cc113348-21ef-8722-bfc8-46defc6b2e29}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('da45d4f2-738e-e821-8280-63dd95e29114', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'contact_emails_email_type_idx', '{190c26bc-ab00-eae3-4c8c-2fad16f8da09}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('dac09873-2923-7b72-762d-fc89f420128d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_embedding_text_bm25_idx', '{860aca69-68a3-5754-813a-2616a4d73c50}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('dc74399a-9a73-33df-86bd-f9cd21892dac', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_embedding_text_bm25_idx', '{8cf20289-f59e-d1d2-300b-420fc4ef98cf}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('dcb9800e-515d-90ce-e88e-4e3b46f547e9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_trigger_concept_embedding_hnsw_idx', '{917a3a40-2a27-2b32-6fe7-2d4a5bccfb4f}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('dcd2ef9a-6872-9b32-10d3-d11988cf4767', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_embedding_text_bm25_idx', '{4405f035-c52f-f1bc-f0fe-cb2cb8fb463e}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('ddc52cad-dd00-b84e-ce7b-aa0ef29d98b0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_is_active_idx', '{e6c4f649-47b1-74bd-1328-8a2dffc51961}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('dead303b-e3ff-9313-54c7-5b0c1d689aa2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_embedding_text_bm25_idx', '{c2481a21-0eac-8301-63cf-c7a75b6b9489}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('e0b47280-c24d-4104-bbb0-b98de1a47bcd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_tags_gin_idx', '{f4184c35-01c1-291b-812f-f1f953a7f6a3}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e18ffadd-4070-312a-60bb-996ae45b0140', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_relationship_types_gin_idx', '{d9df6a96-fcbb-ea72-0cb2-1bbb30122f14}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e2491567-0bae-5914-9612-d8dc0b46a52b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'calendar_attendees_response_status_idx', '{da1ec4a0-34b7-223c-58da-7df9101875ea}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e2686e59-2d52-b47c-8ddf-2cd7f6869878', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8f6da1c-d096-73f7-e8d1-a438fa8df13d', 'contact_images_contact_id_idx', '{eec14f73-8f5f-6764-629d-ef0c0d7c1a5c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e30a221d-643e-c5a5-6fee-4f384d686174', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'tags_category_idx', '{78ea9013-a44d-4be3-8000-70ae68b20c4b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e3483c6a-2830-2b4f-1a7d-5939bf427268', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '2fe27288-806b-12cc-d0a2-b1ca9d87f3bc', 'contact_memories_memory_id_idx', '{5854267e-03f1-fd74-0d62-54d807dc5f9e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e3bc1fb6-3264-c352-d5e7-f91d7d681c60', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_embedding_text_bm25_idx', '{dd7ade4e-4906-546f-4946-cc3a572141f2}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('e7289817-099a-8575-4306-bbc096354017', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '9a208554-2d9f-3cac-4aef-49701f75ca05', 'goal_projects_project_id_idx', '{44f75651-0de2-360b-d3ae-d7f32c6f247c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e747caed-4450-0f5d-66b7-801e9af015f2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_location_geo_gist_idx', '{e528c5f5-3853-c569-ca98-312f52a0d02a}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e7526ec5-776f-192b-8b12-a6e0532bc440', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'runtime_schedules_next_run_at_idx', '{01fc8355-4281-4d33-9800-391ce267de2d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e7c7f3d1-a721-0bc7-72a1-863b92c94346', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db6d316e-1f53-f575-84a1-185ddf112eca', 'project_documents_project_id_idx', '{3a597aea-1c51-c6b6-ddc3-07b18aa65b53}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('e86af730-f2c7-96b4-c615-a6d3ac432ce1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f7e4b7b0-bc9b-c4de-94c8-680a5318c059', 'agent_prompts_agent_id_idx', '{d1c29c11-a1d1-cd04-a7af-dd3c8284c1a6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('ead7cf3b-67e6-c9ce-0a0d-d81f48a17c84', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '243709c7-f9f9-9c9e-9ca7-8b221dda4e3c', 'task_projects_task_id_idx', '{d72262d5-ba7b-a9fe-efb7-d6f6037c5159}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('eb1bafd6-3a87-b71d-2476-2c8e5ffdb81f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_status_idx', '{059df3df-2415-2c89-5b32-6e2bb322364b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('ebf06b75-53f5-fb84-fc12-970285ab71f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_search_tsv_gin_idx', '{40cf2039-1ee3-d466-858f-9693958fe7c9}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('ec59294a-87bc-ef9c-9438-f4454f1a7b7d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_start_time_idx', '{20c37361-3a7d-8472-d904-34d4b67b90d2}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('ef646bfc-baa2-753d-8c83-07bbf0cd073e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_target_date_idx', '{99374bd4-2291-c891-6624-5adaafaeb203}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f012c20d-7061-85c3-509c-58fc8f901906', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'event_links_event_id_idx', '{11690ca9-9f30-d3d8-1d08-9e8eb750732a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f0c7162d-52bc-8e09-963f-ff111f4c33a2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'runtime_configs_key_idx', '{8c5c7152-c7e4-4e1d-ddc2-de3debd13a10}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f1438327-f773-443f-2236-5dd71716d8ef', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_embedding_hnsw_idx', '{430982b5-fd19-532c-575b-0125eabc1e28}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('f1befc95-66e5-169a-5fd6-460da83e37ea', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_tags_gin_idx', '{9b698291-1139-9fb4-f274-c0ae59bd5742}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f319671f-13f0-b44f-5c79-0fbb83d481ea', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_embedding_hnsw_idx', '{ff9e19d2-ca5b-bf4c-1360-5273602ee201}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('f3cd0fdd-70bf-9164-bc7b-4641022229e4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_embedding_text_bm25_idx', '{ea72234d-eaf5-3bab-b3d7-f7166a3af8c2}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('f4945fbf-0352-258e-f424-8b5c65518f35', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '243709c7-f9f9-9c9e-9ca7-8b221dda4e3c', 'task_projects_project_id_idx', '{47123f23-d20a-92ee-6743-1ecbf807e20f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f691bdc9-08f7-1f2b-d51d-2f147c48cc75', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_trip_id_idx', '{2ac311c2-d1ac-c895-ca32-984c74157776}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f70a039a-23a2-eb81-063b-4b413a28177a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'documents_chunks_documents_id_idx', '{f9821189-8e0f-39e3-610a-d8122abbfe20}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f73042e9-05b8-6921-832f-1d6f422b83e0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_occurred_at_idx', '{575d8587-2a12-b7aa-ae9f-ce5dd87ce671}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f8e64a84-7562-ae9f-2300-d46ba2427756', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e2b173a8-9a89-6741-1825-2247b2410da4', 'expense_contacts_expense_id_idx', '{7ba0501a-bc2f-cbcd-23d7-59ddf564a20e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('f9b1d337-d7c8-6582-c89c-68e1fdfe7f28', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'runtime_events_status_idx', '{1efc58b3-47a3-3ced-96a6-353812cf2153}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('fa4bdff5-3ac7-4f58-f7cd-5aafc87d7bd5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_embedding_hnsw_idx', '{8240d54c-d5fa-855d-56be-6a4003c68cde}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('fb4492dc-ed06-8198-b069-30d19ede3b1d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_embedding_text_bm25_idx', '{e9d3b46e-7d3c-8610-109e-9c809334562c}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('fb753cba-772f-3961-363a-285a2919a967', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_embedding_text_bm25_idx', '{f52559e2-9505-4edf-0256-3ecb368c3cda}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), - ('fbe398fb-ad44-cdb7-b4e7-4fe1b7b122bd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_embedding_hnsw_idx', '{1d72c9a8-f9c3-0c39-9764-9752ba7e0f6e}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), - ('fc1d9247-f5f4-d461-7b2d-0b74e9e7fa2e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_contact_id_idx', '{11273107-18c3-126b-0c67-a6b98139af18}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('fc1f221e-297f-0f90-bebe-582bb3c3b6a5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_status_idx', '{48a54240-e5f5-d67c-409b-c6cbd1b21626}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('fcf0b15e-992e-0dc5-d5bf-1a8a65f380c6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_context_gin_idx', '{42fdbc06-9673-e9d8-3b6f-527b8d9e5de0}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('fd8d4534-e1da-7e37-374a-5943129ed7fa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'runtime_artifacts_artifact_type_idx', '{848a3641-d9f1-7f06-5b89-58d2af48a554}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), - ('ff241ff8-f475-175f-6c70-a7621442580b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_priority_idx', '{4cdd2883-af12-0de6-ddf5-3b2e375cea2c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'); + ('0090037d-5b4a-cd0a-1b5b-165fd466ae1c', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_location_gist_idx', '{25f123eb-92a5-0c53-8a1c-559f71efee4f}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('027fc8b2-690d-b76b-9115-99bb1ebcf0c6', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_repo_name_idx', '{874f4fd3-ccf8-c112-f2dd-085a656db3f4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0362a68c-bac5-f583-f118-6fef9826cf7b', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'contact_addresses_contact_id_idx', '{7e9a9971-3cfe-c4b7-4c39-ded73f177c20}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0469fd5d-38d0-1928-b61f-bf38c1f4da0c', '019fa679-9064-7be8-b12a-f974608356ce', '0d4cd07e-a08d-cf63-d1e5-0c60e692fc1f', 'contact_notes_contact_id_idx', '{bb10bf58-deb8-be9c-cea8-86e445d2f3dc}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('050d504d-fbe8-1194-3bb5-126dd105f44f', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'notes_chunks_notes_id_idx', '{48711a92-c72a-49f8-22e8-4cc0e856efeb}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('05f2cbe4-13a3-bc02-3037-32a74a53cd08', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_contact_id_idx', '{b70f1f47-7745-930b-371e-0d82cb4039da}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0661e97f-cc1a-e4e9-19c8-2d66b11174af', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_promoted_conversation_id_idx', '{a137b3c5-bfa9-445f-2442-680ad90e21e5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('06bcbc3b-e9a4-af09-7fa1-5641f5e82182', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'provider_sync_states_resource_type_idx', '{8efa745e-ecf0-84e7-1cca-bedb662e0d69}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0701caff-5ff6-8a92-fe74-6a0cbbe8bc25', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_file_path_idx', '{8d794eee-0b4e-909d-932a-f5b5f9b8b3da}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('078adeaa-29a6-3c54-ecae-ef7fdb8212f0', '019fa679-9064-7be8-b12a-f974608356ce', 'b7756af1-9b93-7023-15a2-a5abfb9f5783', 'task_projects_project_id_idx', '{bc1155b1-b0bf-484e-4e18-a721b7daf0d7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('07c7d1ac-97d6-08f9-ccd5-52f55a25d4de', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_embedding_text_bm25_idx', '{c7873a05-4dd7-7476-8f54-a4a13ad4d198}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('084d1ba2-1ff8-a10f-975b-3860242aeca9', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_embedding_hnsw_idx', '{65e7c7e0-7667-5362-8a46-813410804583}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('08a4924b-98a2-f3ad-a7a1-3c161534c951', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'raw_contact_emails_email_idx', '{4879d47e-b45d-bd09-ab6d-56c28e899e3d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('08ded1d5-2af9-d621-5c17-b0c7046fc521', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_intent_trigger_embedding_hnsw_idx', '{47ee70a8-e478-f191-72ef-f4c20ae82da9}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('0ab20f56-e171-87b0-9f21-aafa6c1a3a24', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_category_idx', '{66e8f9ab-440c-c486-19cf-f31cc50106cf}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0af5657f-9f60-a3e7-c239-52266ae3e3b9', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_embedding_hnsw_idx', '{e360ba1f-0f95-3b01-db17-9f96a491d3e7}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('0b8de44b-02f3-9e70-ccc5-924fc266c962', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_occurred_at_idx', '{54f572a0-41f3-5533-1a74-600140d87786}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0c85b5cf-8c3c-b3b5-2143-a59fcb07db80', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'raw_contact_emails_raw_contact_id_idx', '{6d3462c9-b74f-db61-04ac-6fd7866f9205}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0d77a391-9ed9-199a-6836-2892adde51f0', '019fa679-9064-7be8-b12a-f974608356ce', '5b3ab1d7-86c4-ebfc-0635-a31030582a74', 'company_memories_memory_id_idx', '{5c479588-ad14-b4a1-f69c-aae2ed0fa354}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0ddd2ce9-6f42-8b26-df88-03dd15de447f', '019fa679-9064-7be8-b12a-f974608356ce', 'a1d52dba-8096-73f8-5420-5fdbd54af131', 'task_notes_task_id_idx', '{4d8fe19c-d566-535b-7f03-40b06c7acb6c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('0e2bab85-378c-0a22-4f81-fd3f70cc68d2', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_data_gin_idx', '{6477672a-6a78-e86b-bd30-2a2129aa3b7b}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('1007bf45-e3bd-f274-351d-e6d5a9f045e5', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_source_idx', '{b062987f-1208-0766-fb4a-c77ad0bc4f85}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('12657624-8e13-24dc-8ca0-eda279a11d1c', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_trigger_type_idx', '{0cd37457-0cfc-9a4a-7280-a42ac8361f44}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('12842d92-d8bd-f13a-39f7-8e4264dee698', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_status_idx', '{b5b972db-39ff-f3f8-d390-7962caaa22c1}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('156e910e-305f-b709-e614-2fe6b3801ef9', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_start_date_idx', '{6c53e34b-4bc8-0c2d-6cb9-18731094e759}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('15e11329-4331-9b0e-7555-1f880b021b6a', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_tags_gin_idx', '{6dfde393-fd2e-9f65-2109-027c187b06c1}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('170d4d77-680b-46a9-0464-a73a7e5e2574', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'calendar_attendees_calendar_event_id_idx', '{d6f04bb1-677d-d1d2-7482-b38e31a28ca8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('178da1a9-9cc5-5c56-4ddd-b6a95940fccf', '019fa679-9064-7be8-b12a-f974608356ce', '01d38958-e199-5cde-d2d8-6be3c1bdbffc', 'company_notes_company_id_idx', '{431386d6-c2df-a50f-1134-31c9245af55b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('196a32bd-a2a8-afe6-ac81-8f8bc4c750b8', '019fa679-9064-7be8-b12a-f974608356ce', 'ae46f40e-b035-5e32-18a4-dec5e143f1e5', 'contact_memories_memory_id_idx', '{34b4f8fd-0b35-35d4-b96b-f9901260e40d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('1b77500c-bb23-761e-3ad9-53ce9901c672', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'contact_phones_phone_idx', '{08acd7e1-bc11-3dc8-0d8e-dc5eb45d35ce}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('1d21dbb3-656e-5b11-8ea9-91da56c6a76c', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_direction_idx', '{ae0ad36e-0f1c-071d-0f82-f39f64686160}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('1d443c84-b0b1-bbe0-a489-96a6c6e610fc', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_state_type_idx', '{b9aca211-c17a-2519-5c0d-51aac6b80141}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('1ffd19c5-564f-4ce1-cb5c-4df6b0c7ad0f', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_embedding_hnsw_idx', '{d74cf341-4b83-6ab6-cde0-8305b5ac8f4c}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('20ca53a9-475f-8970-a1a0-8e0feb3056b8', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_parent_id_idx', '{d5a30cf4-a53a-f755-9a57-6c4a66c871de}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('20ee0d8d-ed12-a72d-d0c9-486400685d74', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_tags_gin_idx', '{228d3828-74c4-83f2-3e90-721ee90e46b8}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('235f3afa-389c-2c10-d921-69c81bf83197', '019fa679-9064-7be8-b12a-f974608356ce', '705c4282-71d5-6754-f26b-c7de135e3e63', 'goal_habits_habit_id_idx', '{99f5d1c1-be90-b4eb-e213-e1d552c19e76}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('2371d969-5a56-76fc-ebed-5297ea6f172f', '019fa679-9064-7be8-b12a-f974608356ce', 'dd268a5e-862e-ab5f-7363-a3ca864ff5b7', 'thread_participants_contact_id_idx', '{f0cb34b0-9c33-4311-8927-c8abb50a804f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('23b03b55-f84c-52c3-2561-8d48e92c5609', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_category_idx', '{06019241-6eaa-7497-b450-8e38b4823ba3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('23be9d3f-aa6d-07cd-895d-8485fe0c50da', '019fa679-9064-7be8-b12a-f974608356ce', '1c257067-0217-7921-6f4b-295ceb6eb63e', 'company_images_image_id_idx', '{71947ca8-3c6b-79f2-189a-7b136a4f1cb8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('24106f29-6d49-35b1-3959-ae5a247b0fba', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'runtime_artifacts_runtime_state_id_idx', '{245a8bcf-5312-1b4a-3996-ee67bc16f653}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('249fd65f-c1c6-8336-7bf6-ddd1078c3734', '019fa679-9064-7be8-b12a-f974608356ce', '715d37b2-ba0a-85f0-4a8f-0304c6172578', 'agent_prompts_agent_id_idx', '{0f5a98f4-47df-3f27-5f05-815467e01e9d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('251eb0c9-1313-59e5-42bd-450d64fb5a6f', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_search_tsv_gin_idx', '{0b31ddc1-6bf3-5706-8223-3163d82e6c92}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('2619ea0a-4c34-56f7-eb84-65f62df4b165', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_config_gin_idx', '{3bcdd828-dd5a-ec66-f275-653c15dbf19c}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('26808362-23ec-050c-f5cd-06010f584968', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_embedding_hnsw_idx', '{0943b2ff-c94c-337e-8ab9-83c6e675dca1}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('268c14f4-f1b5-da06-61b7-ae6f20f2da78', '019fa679-9064-7be8-b12a-f974608356ce', '8865e1d5-9d89-66bc-4ae2-1be62e4dda21', 'autonomy_record_links_source_record_id_idx', '{8d5c2469-ce60-9ed5-2acb-837dbcfc6f3b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('26a37610-f2e3-d7f8-0d95-f43d78a5b86b', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'contact_emails_contact_id_idx', '{5d057c28-3d30-33b5-aa83-639cabaf1fe9}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('27248535-e941-29d0-e841-6cdb5c981d90', '019fa679-9064-7be8-b12a-f974608356ce', '706194fc-3286-7de9-7e61-710c10a67e03', 'expense_contacts_expense_id_idx', '{31d81928-60a6-9195-d7c5-9450eccaed52}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('2807ee68-1e05-7fa5-5f15-2263b84a9cab', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_embedding_text_bm25_idx', '{f00b5ee8-2c41-6101-a41f-3d7b19f2e200}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('28341f6f-99d3-806d-9a34-7578ad623af3', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_context_gin_idx', '{8e0d6a37-c199-5ae5-04d8-3109ff5555df}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('285d9557-ecfb-c039-67ec-76d89e9af2e1', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_city_idx', '{456be47e-6a7d-5633-ad8b-835713262039}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('286b6206-c562-e5fe-9357-76cdf861a338', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_tags_gin_idx', '{9db72ac5-9a9c-eafa-4a12-a89907bfb4d4}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('28b8ea9c-96ab-2409-3dd5-4d448c087c91', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_tags_gin_idx', '{931d4f62-82a6-15e5-faec-face3b4a0cdb}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('2906bd37-9c45-9db9-32bb-a647fc2fa65d', '019fa679-9064-7be8-b12a-f974608356ce', '0a3e8571-6db0-4306-ffc7-a4942d9c048b', 'deal_companies_deal_id_idx', '{cf966b7e-b21e-d88c-8e46-207c578360ea}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('29081ab8-f344-f7e8-6f7c-3cac51074a4c', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_embedding_text_bm25_idx', '{00650430-1c85-b480-2ccd-6936a8a7ebf5}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('296a9d7a-4ab0-4740-032a-e68c90b22603', '019fa679-9064-7be8-b12a-f974608356ce', '0a3e8571-6db0-4306-ffc7-a4942d9c048b', 'deal_companies_company_id_idx', '{28d6f7d7-0285-9453-0a98-1c555c0dc0db}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('2c5ab775-0730-8d0c-269b-b2859e31d714', '019fa679-9064-7be8-b12a-f974608356ce', 'c449dc46-a55e-fe16-9550-933f39e0c575', 'skill_tools_tool_definition_id_idx', '{20030ca2-17f8-b59d-12bd-01c40948b524}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('2de22da4-a1a3-5a5a-9552-9fecb5f14993', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_tags_gin_idx', '{94334e81-e646-0d82-15d5-2b7045a54d0f}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('3195ce4e-a9a5-be33-b74f-200518d8f6f4', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_embedding_hnsw_idx', '{b6b866de-849e-68b3-21c4-e85c40c1a557}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('31bfb684-fd01-18c6-7305-515d6561a025', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_status_idx', '{676d2a38-84cc-af90-44c8-84c3defa8af8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('32558685-6b96-3ca9-515e-0126a09b6bfc', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_embedding_text_bm25_idx', '{b5dc66b6-6ef2-c516-7424-18aff1e05987}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('33199a07-1ff7-7fd6-1999-4983264cab01', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'habits_frequency_idx', '{642a2131-72ee-a25e-6dee-796cbdbe1ca2}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('34861dc8-ea1d-9e3c-2bd6-b0f5967b85bb', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_embedding_text_bm25_idx', '{4f4f7a71-b6ed-348b-b8bd-6c4f3e3f7c5e}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('383d750d-798e-56ae-3c19-773e8a8335c9', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_activity_type_idx', '{403a96a8-1e71-4d4b-c74f-d60f313c7f62}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('3ac1571c-614e-c2d8-6614-c05d65e1d994', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'raw_message_attachments_raw_message_id_idx', '{45a02ba3-b859-7942-3ecf-69dfdbe01308}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('3b261b2b-feb6-ccb8-6c8b-8c3a2bd5a90e', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_search_tsv_gin_idx', '{b2422171-8a8d-8670-9a81-bcffaeacf90c}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('3e152d90-e43a-e37e-dcda-4d1f89f996f7', '019fa679-9064-7be8-b12a-f974608356ce', '9439d734-1945-000d-7391-088b0fcf45c9', 'project_contacts_contact_id_idx', '{01632d57-1b42-8ff3-f1cf-b4bb2a79ff67}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('3ed2943b-87ef-bc31-5b19-7430a8504ecb', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_start_time_idx', '{64ea0a85-2d23-1b44-cd34-a717b9a5b5ae}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('3ee3be2f-32bc-ccb2-df85-84b29a99785b', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'company_links_company_id_idx', '{9b239ddb-31e7-b29d-87f5-4f41cadc43e4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('3fc4dbb8-a454-9b12-bb51-683fa5d85c4c', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_runtime_state_id_idx', '{3e116842-c4bd-c4a5-69e5-cc4e65674b97}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('40133945-9c73-b164-93b2-64e67a031daf', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_tags_gin_idx', '{cbdb8f93-abb0-19f0-de7e-c0707a017596}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4021abed-d87b-82a8-0cc4-9df99b1b7645', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_destination_geo_gist_idx', '{cca5b3fc-db95-810f-aecb-91e6ec5376c1}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('406b93fe-3bc0-35a4-f302-1cbb65fdcec2', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'calendar_attendees_response_status_idx', '{716a6ccd-c0fb-5b0e-f3ae-2488ccdc0d90}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('434e37e8-8f16-d289-8dc8-abc40a992536', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_touchpoint_type_idx', '{274c9681-1db6-1aed-713d-0dac421da67d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('43d5fd4a-d1bb-d1ee-24c7-86f056a3b4a3', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_agent_id_idx', '{8cd67b80-41c4-c2a4-8129-ae6763a34b8f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('44cf6d05-346f-b9c1-f1e6-0298335d5139', '019fa679-9064-7be8-b12a-f974608356ce', 'beda0cb3-61e6-26ac-f6bc-9ba8f1b7cd58', 'calendar_event_tasks_task_id_idx', '{bb35e576-81cd-17c8-74f7-55f9a6aaa451}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('47b972f9-46dd-f852-a886-4f1b2b0d895a', '019fa679-9064-7be8-b12a-f974608356ce', 'b9ddb712-17c3-c827-f984-356ec9f71aa0', 'contact_companies_company_id_idx', '{eeadf7cb-b9c8-4422-e77e-046f6c4684ea}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4891bf63-ab99-eb55-7940-56956b348d73', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_contact_id_idx', '{5cb2a3d2-0104-8664-8c56-2609ba74edf9}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('48fd33de-28ac-6bac-41ee-3be7b1953e83', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_sent_at_idx', '{61d466bb-d760-4c0b-c8c7-957e8c765d9a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('49527fbd-77d3-16a5-ef92-6b23d4d9d1d3', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_embedding_hnsw_idx', '{35accddf-5949-9f7f-7ee5-64d5f4cdce3b}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('49d3555e-b216-aa99-8eeb-57757bc59f20', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'runtime_metrics_metric_name_idx', '{29b45a0b-493d-2f1f-9abf-c44adea8fa5d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4a7c0ec3-3a48-9b8b-a0c8-1f394e804aa9', '019fa679-9064-7be8-b12a-f974608356ce', '9439d734-1945-000d-7391-088b0fcf45c9', 'project_contacts_project_id_idx', '{1e46865a-c18c-358f-de76-71207eda6ec6}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4b2e00f5-4a0f-9845-4be3-d2dea95e77d9', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_occurred_at_idx', '{d547a533-4d8a-cebb-3b4f-efe183f2ab13}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4b567b92-c87e-ea9b-7b4f-d3fbcc36fc66', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_from_contact_id_idx', '{4996f8cf-df6f-a559-db2a-cc0cdb48290f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4ba10088-d4b0-491f-0023-27ad4bd22ac7', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_search_tsv_gin_idx', '{01ce5061-d292-2e78-5029-a6ae9b2731f7}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4d6065a1-f4c7-abba-622a-47c74141746d', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_agent_id_idx', '{e5136be2-b392-5abc-772c-45582fec3f73}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4d823406-b0db-d248-8ee7-b80d516a5d4d', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_embedding_text_bm25_idx', '{3df87364-13d8-bfec-8432-b466aed0ff48}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('4ded7fe4-5d2d-6826-dc16-bac09a38e914', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_embedding_hnsw_idx', '{96480fef-ee6e-685d-75ec-340e1fe373ee}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('4eb44476-84e9-4527-8a83-acb885ef0a5e', '019fa679-9064-7be8-b12a-f974608356ce', '130a697a-0a4f-354d-ab8e-6e5eb38c51cb', 'contact_events_contact_id_idx', '{7c9ad335-113b-feeb-d24f-2c3aaf41b07a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4eb67056-91d5-c8d5-69ec-1c02e64fd53e', '019fa679-9064-7be8-b12a-f974608356ce', '23216bba-5061-5fa0-1d76-ef70680a7b7e', 'deal_notes_deal_id_idx', '{b07ee3f8-d3c2-9b69-6237-e4e086866cd5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4ff0572c-29cb-9915-9f08-dff46ea45f3e', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_type_idx', '{f264bc3b-2ce0-2448-6590-8437a63eda8d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('4ffaf9b2-3c2b-538b-2e19-d554d488eedf', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'contact_phones_phone_type_idx', '{3f47b695-d1c9-9f42-be46-3529e4e0c24f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('512dd516-f041-04a5-ef1e-10eb363b3834', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'contact_addresses_country_idx', '{ed3d67bd-5298-d639-153b-d92ad1abd498}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('514bea66-758b-4e92-caf8-ec4983c834c8', '019fa679-9064-7be8-b12a-f974608356ce', '54c4a789-52fd-10b1-a15f-01c3291a177b', 'deal_contacts_contact_id_idx', '{346ca124-91c4-ff6a-9e8b-c052811af737}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('518d6ab2-5aa9-0954-f85e-e38bc7c4cc5e', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_main_image_id_idx', '{ed18ba27-0741-d63d-a1dd-9a2261e196d0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('54c20bda-0780-8c2d-7ed7-c99b81717c42', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_embedding_text_bm25_idx', '{187fc28e-dc58-260d-0dde-9171d3c6fb68}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('5604576b-5ef1-d702-96a8-9b8645384539', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_calendar_id_idx', '{a3c6d557-ea00-77ab-ba38-37b8198f1064}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('563bc68f-3b5a-99e0-05b0-eeeff4a26acb', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_location_geo_gist_idx', '{975ea240-df23-5acd-eccf-e9c1164a359d}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('57196f6c-811f-cb1e-5469-3ffd1491302d', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_embedding_text_bm25_idx', '{edf50dd8-bf88-eb6c-7a1d-107e464d4b43}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('583a522f-a7be-dbce-11d4-b8da53419ce6', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_level_idx', '{6f47c85a-f819-f2f2-f157-f8bd1b175ba0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5929381b-1cbd-d741-182f-c5de5389ddee', '019fa679-9064-7be8-b12a-f974608356ce', '8158b978-1451-dbd3-3a9c-11b9fbf61e8b', 'agent_collaborators_collaborator_id_idx', '{ac7222b2-bf61-8be6-2f85-88e225641c2b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5a09c827-0741-4e4e-ff72-48ace881b718', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'documents_chunks_embedding_hnsw_idx', '{edfe8c59-46f3-da8e-197e-b2f298fd8ab3}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('5b167cf6-4737-2794-bd3b-4bf5a6bb51aa', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'raw_contacts_external_id_idx', '{4d860bfa-3680-4cb7-0e35-8d48e3af6da8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5b4f7a54-3183-e270-51ba-5a77834fb908', '019fa679-9064-7be8-b12a-f974608356ce', '01d38958-e199-5cde-d2d8-6be3c1bdbffc', 'company_notes_note_id_idx', '{931610db-ce38-7bce-2a55-fc438ed8ca2f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5b9023b4-ff84-5d39-3668-9fb20a56d2f9', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_category_idx', '{b0eeaeab-ba8e-4715-1433-d433d0a42937}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5ba8def7-dcce-7bf4-bf07-676af6de3f65', '019fa679-9064-7be8-b12a-f974608356ce', 'fb6f00c3-c1d0-d9e5-0c36-56f864a50082', 'goal_projects_goal_id_idx', '{8e2ac422-a29c-36f7-9de7-a1621b629ef5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5c483ce8-466e-2db5-d3c1-deccacda4aea', '019fa679-9064-7be8-b12a-f974608356ce', '12cadf37-a55a-30e2-b3ea-4cc1c9d75d54', 'company_events_company_id_idx', '{cffaa9e0-d733-d07c-534a-a38700e9472f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5c4b5dda-a14c-d47e-ca10-43c106d47c56', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_provider_message_id_idx', '{724bd565-aae8-ef99-5e92-8dd80bf518a5}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5d629476-8984-4fcd-62bb-e08e3c5aeae8', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_tags_gin_idx', '{8a5ea828-77c5-e1b7-f389-c21975ded51c}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5e49f4c4-4295-7c55-be34-73df8917e24d', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_embedding_hnsw_idx', '{5823852b-b391-1b45-2db2-69d3db7fa402}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('5e8a8899-426e-9557-5f8d-2c18fd2dd359', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_tags_gin_idx', '{c65320bc-f8bd-13e9-6c77-1e40da1c7efe}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5f222ef7-5137-27d5-5073-5d9ea68e3c7e', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_priority_idx', '{a6860d18-2786-8e07-591e-1516df9b561b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('5f7f9fc5-4042-0ff8-aaab-4f6e2544fdee', '019fa679-9064-7be8-b12a-f974608356ce', 'fd245e20-4d3b-c0fa-b467-d508c2c14ea9', 'calendar_event_contacts_contact_id_idx', '{671403c0-50e6-ee95-fb90-3faac2308085}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('60accc80-41e0-15b1-dd92-abf921c07343', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'contact_links_contact_id_idx', '{32bf4d82-a044-a574-53b1-1034b862aeed}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('61ae159a-b9ab-dc13-77ff-9bd07d937812', '019fa679-9064-7be8-b12a-f974608356ce', 'bc13c372-2c8e-77aa-b069-38602ba75ac9', 'contact_images_image_id_idx', '{87e4c8d6-255d-db31-8d9b-0cf32f6e4cf3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('62095399-5ec9-f0d1-9ed9-3b91f0f1141a', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_embedding_text_bm25_idx', '{0b81bb52-6fee-d860-b294-4c4cef6f2c26}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('6392015b-1f2f-23c4-0f40-0296af77fef0', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_role_idx', '{4f66dca4-5e86-3b02-4b7b-9026bac14417}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('63b351b2-5497-e350-0ee0-ad0500052ede', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'contact_links_embedding_hnsw_idx', '{a8ce264f-ba89-cf86-de0a-e5cc30d4fba3}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('6466c603-7788-60a5-971e-eff0322b73f5', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_tags_gin_idx', '{7cee93c3-c760-c30d-d00f-8eb751fdf2fc}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('657e93ad-6c78-e640-cf58-8bac37b2f742', '019fa679-9064-7be8-b12a-f974608356ce', 'abd92ed6-d29f-535d-86d1-a18e4e9baa33', 'venue_images_image_id_idx', '{d1b05f5d-0e26-0e34-5272-4ecac0ac1e27}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('65c0de01-62e5-c2e1-351f-1b1f0e2ec029', '019fa679-9064-7be8-b12a-f974608356ce', 'dd268a5e-862e-ab5f-7363-a3ca864ff5b7', 'thread_participants_email_thread_id_idx', '{e3ef30ee-4683-294c-6880-2eb2cf920568}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('65c2474a-ef0a-a9cd-9219-19eaa9f31541', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'runtime_schedules_next_run_at_idx', '{58b9fafd-29b6-1d4c-6602-1f5f18058871}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6645bca4-91e9-1773-7733-34827ee9abe6', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'runtime_configs_key_idx', '{dc24cd82-0c16-4737-ec61-ec21ce963f06}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('67a5793d-9fce-c444-cb5f-14bd399f5272', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_triage_status_idx', '{d9663fca-8b4d-f46e-05ce-8a0204faf8e4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('67e6e668-f2ce-b7f8-813b-c7837f93bbd4', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_external_thread_id_idx', '{4fea96b7-27f6-5467-c6cf-ce3a3bdc2d3b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('681c5f26-4494-14c8-bc7c-1d6d7ab31469', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_tags_gin_idx', '{063d6e01-8bea-9a28-d361-440850bc61f6}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6855ea1c-ed78-101a-f66f-54e95cc1c496', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'raw_contact_urls_raw_contact_id_idx', '{8f8d645e-a406-0c33-8497-cda415ec099a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('694f242b-46d3-b7eb-5aea-0587375007b7', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'tool_executions_tool_definition_id_idx', '{94c27ba7-8635-9eb7-2e30-4b7df6896789}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6d89b700-22bf-ae7b-11de-255b8e24188f', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_occurred_at_idx', '{903192ea-39c7-c922-4463-ade851dd6ef0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6d8ee46c-9930-cb0e-2a97-886814362b10', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'contact_phones_contact_id_idx', '{300e1afb-1343-9139-f6bc-8a47e41afff8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6e759b71-2270-2c73-4232-815e9a938704', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'raw_contacts_source_idx', '{70b5526f-f5b8-bc66-5a38-15e1f2f26e4a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6e773edf-db2e-5374-7cc8-05c0cac19435', '019fa679-9064-7be8-b12a-f974608356ce', '8865e1d5-9d89-66bc-4ae2-1be62e4dda21', 'autonomy_record_links_target_record_id_idx', '{a8ba0443-51f4-63b9-50f6-36a20e337170}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6e94d440-3a5e-b27a-e182-10853e0b4d82', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_embedding_hnsw_idx', '{19776e7d-41de-ad1b-d339-b8ee2be75001}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('6f187415-b0dd-8ca4-b023-de45177e6648', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_tags_gin_idx', '{91bb9146-6bce-7174-2081-b69795759b7f}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('6fc9e9bf-2727-af9c-fd75-065daebd58bc', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'runtime_schedules_is_active_idx', '{d7ad86e4-a5fc-5330-3702-5b8533ff0a4f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('70f7004f-77d4-29d7-deaa-3c277e820403', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_content_bm25_idx', '{cf7877e6-0e70-2db8-2ff6-bf703983de44}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('711bf66b-e434-e8bd-4b24-47086ca1abd7', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_provider_thread_id_idx', '{7ce41448-30c4-9f29-9200-096c3178ada9}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('715cb20f-f323-1bb9-abc6-afafe9fd4870', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_search_gin_idx', '{dd5ea42e-a69e-e978-1198-91906b6866ca}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('7201d515-d612-3fe0-fc22-830012819e96', '019fa679-9064-7be8-b12a-f974608356ce', '6bf29bf8-a01d-dc68-1bdd-6b037f0913c3', 'event_venues_event_id_idx', '{25937dca-ab7c-9f4d-d96a-91831336d5e2}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('739b3610-8b1d-2461-e5ef-bc561010fd45', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'tool_executions_status_idx', '{d9415317-9705-306b-7ae5-b0e3e96f1370}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('741518d4-70e1-80a5-e796-91f5d84879f4', '019fa679-9064-7be8-b12a-f974608356ce', 'de623993-71a2-3a37-b303-dff7d2945fac', 'runtime_state_dependencies_state_id_idx', '{69a308ab-342d-f671-dc0c-ef3db0dcadbd}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('745216f6-37e2-d811-628e-3ae813b98b5c', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_embedding_hnsw_idx', '{22e52886-13a9-1c5c-ff3b-c5df415d87f2}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('74fc6947-568f-9549-8f46-c3451e374697', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_embedding_hnsw_idx', '{9c86f348-b073-2a8e-e844-ff95f826dade}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('75067d6a-339c-2b49-b31c-a2e5ee108518', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'event_links_event_id_idx', '{33a46a45-c243-b9c7-ae05-fe684e2229fd}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('7526d806-89d4-fb84-a3f8-a17204aafb63', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'contact_addresses_address_type_idx', '{cd3a6414-143e-ca70-fbdd-db6cf848cd59}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('75bfb19e-0877-57d6-7ab0-f4bdb7a5e624', '019fa679-9064-7be8-b12a-f974608356ce', 'beda0cb3-61e6-26ac-f6bc-9ba8f1b7cd58', 'calendar_event_tasks_calendar_event_id_idx', '{e8914a16-bd0a-725b-490f-e8db26566eb0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('77984434-98ab-c24d-6729-b88e1278364c', '019fa679-9064-7be8-b12a-f974608356ce', '54bf1101-e631-1b3c-988d-ae9bcfb4b1a6', 'event_images_image_id_idx', '{e902cb05-b658-a125-afef-d94b957a377e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('784fedc3-c76f-3fe6-e7f5-da66389cee66', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_embedding_text_bm25_idx', '{5fc84b98-b420-5cc0-ab51-585e5c67752c}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('7a23a036-b565-0d32-b672-0a043adecdae', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_config_gin_idx', '{471071cb-f023-c4e9-9891-28ec7415b3bb}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('7b14c81d-ef69-e60d-7b5a-78a6d0b6b171', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'runtime_events_event_type_idx', '{751b81ce-4913-afe4-8f34-0c64393e6e8b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('7b6a5688-9956-ae9a-a930-d1146f93dbd3', '019fa679-9064-7be8-b12a-f974608356ce', 'b9ddb712-17c3-c827-f984-356ec9f71aa0', 'contact_companies_contact_id_idx', '{6ff92f5d-e901-d034-a30b-3fc8304340da}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('7c46edc4-09f9-f989-f4df-fbed832eaf0a', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_category_idx', '{6f9a4843-ed2c-6d70-cc80-94b613e090b4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('7d658942-9a89-172d-ad2d-2f1adbc5bfe7', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_embedding_text_bm25_idx', '{7486376f-67ef-8367-a1ed-b74b2843b34a}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('7e74d3fb-48ea-a63c-c3b1-d5d64b05c796', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'company_links_embedding_hnsw_idx', '{bafb8c70-11bc-5a46-a905-a8d07a2cf798}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('7e922730-5eaf-13d2-4e92-e3cac6d5ef5b', '019fa679-9064-7be8-b12a-f974608356ce', '3643a6e9-aba6-0a38-5cc2-6b2e880b9b2f', 'event_notes_event_id_idx', '{3464b2c4-f1f1-c244-5d74-5d66436d9543}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('7f2a7339-7db3-9dc9-6d03-733312bff9ed', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_last_accessed_at_idx', '{ad65ae6c-e4dc-0c4e-141c-96c20fba77aa}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('809f4bb3-4095-9c4d-2a6f-d6e96c1f2421', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_channel_idx', '{9a55d0cb-989e-aa94-effd-3f1bdc3aa901}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('81028791-9d28-54cc-e1fc-070a1807da6b', '019fa679-9064-7be8-b12a-f974608356ce', 'ac39bfed-e061-aab2-b241-6d5227164f7e', 'company_documents_company_id_idx', '{07eec68c-6a1e-fcdc-364c-7019d8067a70}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('82dd6079-7982-e2f4-d71a-2d09778f27d7', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_record_type_idx', '{6859655b-2e2f-dba3-2a2c-05118c6b00db}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('8303409b-f13c-64cd-1ff8-290111747df7', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'runtime_artifacts_artifact_type_idx', '{4952388e-f1d3-a78d-bef9-b45917bcfd4b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('85d07078-76e0-6b66-702b-ec63b49368a3', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_occurred_at_idx', '{1d833169-3904-30a5-03c6-c77d0a5e01de}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('865b1242-3cfc-3f64-30a6-e53b7d6a3347', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_embedding_hnsw_idx', '{c2e2724a-d657-e1a1-b06a-662e8733f741}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('882ab5dd-098d-8e3c-51a3-6930c90f5381', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_search_tsv_gin_idx', '{59c3658a-0427-f04b-388f-2eabd0e67cf7}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('88af0758-53af-56b0-6f34-b870992752cd', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_embedding_hnsw_idx', '{b7e67f95-c459-bc03-48e0-fa8ec39aed16}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('8936e1f5-6430-2f6a-8aa1-6695a951d3cb', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_trip_id_idx', '{850d8cab-da4e-bf8a-088f-ffb67ae24314}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('8b69ef0a-86cc-3b63-5b60-23e1e720688e', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_company_id_idx', '{c41af73a-4391-74fc-6097-81e8fd68a660}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('8b80804c-0ad6-6610-55da-dbc61a1455da', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_embedding_hnsw_idx', '{71079afc-d8a7-744f-3359-4e8ed498e474}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('8c3ec07e-bcc5-62de-7d1e-e29e00dc4bb6', '019fa679-9064-7be8-b12a-f974608356ce', '706194fc-3286-7de9-7e61-710c10a67e03', 'expense_contacts_contact_id_idx', '{c37696e7-0ea9-6052-c88b-cd991ec3142d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('8c9565e4-26d2-c063-1171-01942b65a080', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'documents_chunks_content_bm25_idx', '{33ac2461-e045-5d88-28ab-1176a43f8fa9}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('8c9e8874-7fdf-b3d4-8390-6ecde9885f7c', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_search_tsv_gin_idx', '{dc848bba-4266-d8a0-72a2-8ea73c59cddb}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('8ca7ddf1-bab4-2168-d447-b7f5d0ada7cb', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'images_embedding_hnsw_idx', '{7f998b3a-fa47-8637-92ec-ff99d714b0d4}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('8d7c3e77-9e63-3b6a-dbad-f8d443a48418', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_embedding_text_bm25_idx', '{c010bc1e-55dd-e4c3-0dae-810a5e910847}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('9129d26f-6ee7-279a-96fb-5cf11776af97', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_embedding_hnsw_idx', '{9c1546bf-1e20-5f27-911a-e4d85df58356}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('918a4cb5-ae5e-d533-83ee-eb491b25a48b', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_embedding_hnsw_idx', '{b70d1b25-3663-d198-efb6-dc14d5dff64e}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('92e8451f-7e16-3d87-d910-feea30bf6992', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_embedding_hnsw_idx', '{af51961d-23d9-dec6-1eaa-35d1464f4394}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('934b7e91-b7a2-3ec7-6fda-8896cf374e4a', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_tags_gin_idx', '{c526b33d-69ac-15e7-757b-fa6bed810e07}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('934e48b3-4ca7-d018-b639-2c5c8c61a789', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_embedding_hnsw_idx', '{0b5d7bff-ab69-411f-5673-c7b49cfdc615}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('9375c50a-2615-197e-59ad-091a416a8015', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_is_active_idx', '{e2b66875-6426-7e12-031c-5bf8831780de}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9615992d-957f-3e98-7524-bb76399c3f3e', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_agent_id_idx', '{abea4af5-ea1c-3339-1a3e-c0ba34071eb9}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('96262ce5-8d75-65dd-f041-4bdb09dcf476', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_tags_gin_idx', '{c941e4d5-7795-e26e-20a5-4d4222586d90}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('96ac03fe-2473-bacf-9e50-d9328ef070c3', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_project_type_idx', '{e22abc0e-f4cb-2fdb-08ff-0fac1653d755}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('970fadbd-41c2-5d2a-d292-38ad03a35691', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_organizer_contact_id_idx', '{3571fdbf-210a-513c-bd99-676bb7a675ce}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('97b6c209-24d1-f283-7485-7f818facbbd0', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_main_image_id_idx', '{c4a4d20d-3252-6217-bd8d-d879afef3319}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9832f243-9cca-dd34-d276-fbbabf34d747', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_sender_contact_id_idx', '{f1e90e22-ce3d-0716-eae8-4a0987468c3e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9870d893-817f-06cf-7dd1-90b15825cf57', '019fa679-9064-7be8-b12a-f974608356ce', 'ce0568b5-2326-c4ad-f4c7-b57c0863b6ee', 'email_notes_email_id_idx', '{1bef984b-5b48-18ba-a923-fd22b3d13931}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9b301353-0f8a-e170-57c4-118774841a14', '019fa679-9064-7be8-b12a-f974608356ce', 'f1c44add-37ac-18d8-4a39-0b1dbc6021d9', 'contact_relationships_contact_id_idx', '{f7831731-ca73-742a-45e8-fb91256562f3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9bea44c8-8136-e3b8-831c-b40b66d31d60', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'contact_emails_email_idx', '{86469171-504d-cde0-3fe3-2d7d417caee0}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9c6b62cc-a62c-bf3a-07aa-cbc6ebf33461', '019fa679-9064-7be8-b12a-f974608356ce', '0d4cd07e-a08d-cf63-d1e5-0c60e692fc1f', 'contact_notes_note_id_idx', '{71fa5e46-db30-1f4d-c87d-9a4c4d7068f1}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9cff5712-ee1f-20ff-ec83-e7a4c5caa603', '019fa679-9064-7be8-b12a-f974608356ce', 'e0e59d44-6406-e202-0f4b-a8d4f0039761', 'task_contacts_contact_id_idx', '{3eea5d7a-7e1d-08b2-7280-df9761bb614d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9d5d8243-4098-c764-0dbb-5dcd2e7dc5c3', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_embedding_hnsw_idx', '{f34a0268-c71a-891d-6302-52b4bc99c3b0}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('9d908f56-f173-c95c-c746-663594ff3c4d', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_level_idx', '{d518462d-b55f-3e1d-0810-f45d0fea8d25}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('9e543749-b02c-6d30-e762-b89475350145', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_embedding_text_bm25_idx', '{c971dfab-9365-587c-a939-5163b45fc8d9}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('9f6c9963-6502-30b2-65ec-f0796a92b13d', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_embedding_text_bm25_idx', '{8e1207de-bc6e-40cd-d3bc-5e8433fa9b32}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('9f9d2dae-3c9d-6e58-9e2d-c3cc4d0f7764', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_email_thread_id_idx', '{e4245f77-b4f5-8e45-df8b-4019434b19c1}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a1593e62-d07d-ca39-8dc3-847c0f430b45', '019fa679-9064-7be8-b12a-f974608356ce', 'de623993-71a2-3a37-b303-dff7d2945fac', 'runtime_state_dependencies_dependency_id_idx', '{23272d89-f2c1-38e0-374b-3549f79c5995}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a17c526a-57f2-67e5-ac41-31273433e775', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_tags_gin_idx', '{9addf66b-96b8-9aee-08ea-30c9b6467376}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a1c54c74-f0ea-4166-d27c-7892e7d53cf3', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_task_id_idx', '{0ba81052-6469-ace9-b89d-ca010220add3}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a286ab06-7a8c-2a93-eaf5-078ed3328ec3', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_conversation_id_idx', '{81c2b6c1-db0c-04c9-1f6f-f847e507fa27}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a2dc1e45-5d39-8c25-3148-b503ff73bf75', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_contacts_id_idx', '{e63a0a37-f58c-5d52-9d96-1a8b72cadc64}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a5516552-dcde-25bb-dde6-e19f61c51265', '019fa679-9064-7be8-b12a-f974608356ce', '6bf29bf8-a01d-dc68-1bdd-6b037f0913c3', 'event_venues_venue_id_idx', '{123663f8-54ba-8062-d409-55cf18b9cf86}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a57dbad2-b821-51fa-fc36-fdcc080a1eeb', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'runtime_events_status_idx', '{cfc36ead-126b-5ac8-ecf3-0ebf2b9cc598}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a5d99813-589b-3067-3eb4-5bdf59fb7c6d', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_location_geo_gist_idx', '{2a1d5482-0c23-36ec-924e-5f50d73b0d19}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a8076b2e-fadd-cb3e-f7eb-ba3187399d00', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_is_active_idx', '{9919a06a-61b5-7051-b37e-3ec916166294}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a809de2d-8c35-f893-a944-b179f19baeba', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_category_idx', '{88aeba17-e925-6a21-7873-4639271cfcb8}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a8114d21-856e-a530-d33c-6d38976d8c62', '019fa679-9064-7be8-b12a-f974608356ce', 'abd92ed6-d29f-535d-86d1-a18e4e9baa33', 'venue_images_venue_id_idx', '{9bf00f20-f7c9-d949-062d-d22228b29e5a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a8866d79-77a2-cd12-1874-6279b4121dc9', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'event_links_embedding_hnsw_idx', '{8815f288-e74c-85f6-2758-75346329adb0}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('a891e7e6-2fed-21f4-88fd-be4772b9cd1f', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_is_favorite_idx', '{2e16fd53-7c74-6433-969d-c815c07cb769}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a9a3a465-f40e-9cdf-9041-032bd65f7557', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_tags_gin_idx', '{84745c70-943a-12d1-70d0-0ba0606e2c5b}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('a9d4d8be-5b1f-f285-24bd-b2c1f86cef33', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_agent_id_idx', '{3b92b4dd-64b1-db3c-2741-7bcbbdcf811d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('aa04db94-e591-e3ed-eaea-9553185e2287', '019fa679-9064-7be8-b12a-f974608356ce', '1c257067-0217-7921-6f4b-295ceb6eb63e', 'company_images_company_id_idx', '{c4e3d22a-dd47-d91a-ade8-5cb0b02223cb}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('aa4f1321-1dff-2909-bf5e-92b9e3b51c4e', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_embedding_hnsw_idx', '{b621658f-4bed-ab01-effb-994cb6438d10}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('aa6ccf65-e83e-9874-7036-b053f5fcf84a', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'venue_links_venue_id_idx', '{53db99d2-634b-23a7-7d8a-fbe99763e875}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('aaf7231e-02ab-9fb6-8fd8-e4a3671f20b1', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_tags_gin_idx', '{489ea648-bdca-d177-2120-ef5825717971}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ab4c1663-3367-2144-2ab8-9458a1f85b83', '019fa679-9064-7be8-b12a-f974608356ce', '4bd52833-0ac1-13ca-800d-6e50450c1f57', 'calendar_event_notes_note_id_idx', '{6a6cc282-47d6-4ae4-e590-5c9cdc11a4a1}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ab4d59d6-9cef-fef5-a1ea-cb0f201c0744', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'tool_executions_message_id_idx', '{f19d2e7c-9067-5024-46e4-a8d3474ee440}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ac437ebd-d8d5-cbf4-3244-6704f596dc51', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_embedding_hnsw_idx', '{6aa3b9e5-416a-ebbe-5a36-579726edea67}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('ad3cf177-ab28-3732-9a2d-94e4006661b6', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_tags_gin_idx', '{8610a0e4-b92f-d106-c1fc-0ab79e06de4d}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ad67e311-ced3-e148-fbf9-e01b04b1750c', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_stage_idx', '{c4dfb4e5-d6b7-1007-9469-889edef1e790}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ade3bd59-8cda-68ef-5794-97184a1c8acb', '019fa679-9064-7be8-b12a-f974608356ce', 'c0511c5c-68f3-8d11-2a4e-d187a78acf12', 'email_recipients_contact_id_idx', '{2627a278-abf3-e543-a4ef-c9157e227f86}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('adff25c7-bac9-364f-6c3c-8545233553ce', '019fa679-9064-7be8-b12a-f974608356ce', 'b7756af1-9b93-7023-15a2-a5abfb9f5783', 'task_projects_task_id_idx', '{4bb7f7da-7e91-008b-25de-0804be47fa5b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ae8740b5-7049-1335-b212-f1de2c19661a', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_embedding_text_bm25_idx', '{6fffe15f-0634-1978-bef4-d26746ede09d}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('aec3a192-cfbf-4363-1131-637abe26c2c9', '019fa679-9064-7be8-b12a-f974608356ce', '23216bba-5061-5fa0-1d76-ef70680a7b7e', 'deal_notes_note_id_idx', '{aac666e6-3605-8925-64c5-a9a2e4be04e4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('af9708eb-ba3f-ccc0-cce2-acdc90acecb2', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_external_id_idx', '{e7d3b046-6e2c-e7d7-9ebe-819c9a0095ce}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('afa5e4a7-95da-f228-5964-b71de075736f', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_embedding_text_bm25_idx', '{aebad00c-ace4-73ce-dce8-2b605f55dafa}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('b067d2e4-2e1a-08a9-9a63-280ccc54569f', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'email_attachments_email_id_idx', '{6268f176-908f-6da1-a02c-f98bd83203ac}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b08282d4-8668-751e-7db2-8c23fb8b4674', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_tags_gin_idx', '{18c872e6-41d8-fadd-5ca1-50c4f70ce39b}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b0b4150a-71b7-3bef-43e6-deebb1fe294c', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_embedding_text_bm25_idx', '{33cbfbbf-9c6c-2030-ebc1-a4add222e515}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('b146689d-3376-5796-25de-664190cdaaae', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_embedding_text_bm25_idx', '{36fd497d-8414-99ec-98ab-3c1da134a974}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('b4767d16-bfb8-bdfd-f71c-33d5abd34b21', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_embedding_hnsw_idx', '{56a6c550-1a0a-eda7-f608-59784b116e2a}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('b5146a14-43b6-3b1d-d643-8fe5bc9c831d', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_embedding_hnsw_idx', '{24a0724f-c634-c41b-e3e3-94676d36e6b7}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('b66e4ea7-8dda-35a7-110f-5d25a7402076', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_provider_idx', '{2677a913-52a0-ff98-b7cc-bbffdfcdd91a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b6912699-b1e1-db3c-dab1-c7b61dce6794', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'notes_chunks_content_bm25_idx', '{8bee97bc-3507-6d8c-6e53-19d63052776f}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('b7b79757-5415-e8d6-c5e5-e8d0a05415c4', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_status_idx', '{4880c8b0-af5f-fff9-09fe-676de1dc434e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b8089932-f037-3d7c-1e75-81a3ac75cf4a', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_end_time_idx', '{20718685-fc92-7672-1b6c-30e68d272c9d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b8a5c741-c357-ab0a-89e6-fba73b78dc37', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_embedding_text_bm25_idx', '{b4e6bf56-2033-77c3-3508-cbe2d0abe815}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('b8da30a6-87d2-b0e2-dbc5-a0ec5cd93ffe', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'tags_name_idx', '{6ba18585-79e5-a088-20cf-65fd9613a273}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b9130909-9765-becc-b7c2-5358d013bf37', '019fa679-9064-7be8-b12a-f974608356ce', '705c4282-71d5-6754-f26b-c7de135e3e63', 'goal_habits_goal_id_idx', '{1e13a05c-89d7-5e2f-0beb-5bd6a2523967}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b94dc7ca-560d-8ebe-790d-0b3cade8bb59', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'calendars_provider_calendar_id_idx', '{1dad33ba-943f-fa37-5922-6600d7624e86}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('b96d1f2b-16ab-c785-6cc2-04937927d156', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_event_id_idx', '{1ec32774-9d65-95f7-3c40-a2f6bf172852}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ba9137c1-58ed-cb25-01eb-733be7dc05b1', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_embedding_text_bm25_idx', '{15fab7c8-c294-5c20-2cbc-2c4a7b6f1af9}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('bac8660c-7f21-65cc-796f-48ad23ce5716', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'contact_addresses_city_idx', '{07456f5d-671e-e4e0-00de-6b4122faf069}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('bb323977-ecad-30b1-c3dc-204b353389d6', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_relationship_types_gin_idx', '{c01bd4aa-f7c3-c1f8-11dc-634e565346ff}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('bbaea7c0-1d7e-4a48-f531-f43f4d7dcd46', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_is_active_idx', '{817ca7fc-1fab-45f8-9c58-05dc32e3d1ea}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('bc5742f1-990d-4e9f-ae76-2a242a78f05d', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_embedding_hnsw_idx', '{63ea7f2a-71e2-0d93-1474-1178522b88df}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('bd082a4b-5b71-1b44-31ad-80f66845c694', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_completed_at_idx', '{be240e26-b40a-dab1-9b1b-5611b441f809}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('be885d9e-f51c-fcbb-b9e9-49e76da7ca40', '019fa679-9064-7be8-b12a-f974608356ce', '54bf1101-e631-1b3c-988d-ae9bcfb4b1a6', 'event_images_event_id_idx', '{50ef5345-3099-a8f9-743f-f402bbbc6251}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('bee959ca-f88e-8b89-92a8-f3750ba08513', '019fa679-9064-7be8-b12a-f974608356ce', 'c0511c5c-68f3-8d11-2a4e-d187a78acf12', 'email_recipients_email_id_idx', '{290309b4-c613-7b1e-74a1-a2a3a0ce3d8f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('bfc28e32-4f38-1fdb-8ecc-01fa8d394525', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_embedding_hnsw_idx', '{00bdb9a1-b102-042b-5e91-0aa262fddd0d}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('c25b4425-b320-d2f1-bce5-b15ad13cf3b1', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_embedding_text_bm25_idx', '{9194864d-8700-346d-ca93-9b2a9f8c4542}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('c4a6accc-52ac-0cda-6a51-ae6f39d64f47', '019fa679-9064-7be8-b12a-f974608356ce', 'e0e59d44-6406-e202-0f4b-a8d4f0039761', 'task_contacts_task_id_idx', '{46fc59d5-49b1-d8b5-c179-1091bc055469}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c4ab1eee-890c-ba81-0351-a1320055e43d', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'tags_category_idx', '{4c0a10c3-0179-69b4-ed54-e6394c167b5a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c50ecfdf-e1de-c3e0-d4a5-3b97c4b88f6b', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'runtime_metrics_runtime_state_id_idx', '{9158ee13-4c75-77fc-959a-64a9c0e888a4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c6976a72-b6a8-4063-bab6-7bd33053fbbf', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'venue_links_embedding_hnsw_idx', '{6866d7e9-fbf8-4e92-8532-f5bd3c13d4b5}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('c6cd1f83-9737-cfc4-37aa-ea84a224ed2b', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_sent_at_idx', '{60c98dd4-0cd2-ca26-13aa-7bce4d346584}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c70d3bc0-ba9a-0d31-480d-d6a072986ab7', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_tags_gin_idx', '{4920559d-5d75-f7e7-8f92-215af77d7022}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c7768acc-3fda-40c1-05bb-e20b373a3f23', '019fa679-9064-7be8-b12a-f974608356ce', '12cadf37-a55a-30e2-b3ea-4cc1c9d75d54', 'company_events_event_id_idx', '{919f9f75-580e-60c0-0556-62f20d56c0b9}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c7774a7f-e3d8-1bbf-b0ec-1b8ce05b124d', '019fa679-9064-7be8-b12a-f974608356ce', 'eeeeac37-fd3b-83e7-7e23-152f560e51bd', 'project_documents_project_id_idx', '{565f6a02-1efe-eab9-a8b3-8d846f5f4bfb}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c7b66e83-b861-fce9-4d56-39722f8b318c', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_embedding_hnsw_idx', '{67a3461d-0374-8156-9fb6-ee7c02b51cfb}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('c89f51a2-b11b-2a90-6960-122e938918e4', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_priority_idx', '{d83ed4ce-db57-2bbf-3752-215a2e16946c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c8d13f73-bea8-d162-8727-87a58ece6f4a', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'documents_chunks_documents_id_idx', '{1be005cc-64a6-421e-e3de-46fabaa22e0a}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('c93f5f07-e159-e515-f178-1c3f01afa66a', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'notes_chunks_embedding_hnsw_idx', '{052d8396-4200-efe6-d5d1-c8dd429568a0}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('ca3d5afb-f2c6-7d79-4b5f-16f5c0b498bf', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_google_place_id_idx', '{200ec883-be8a-f956-204a-2240f6401bfe}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('cb1abf0e-3c11-1717-c1c1-ded5946e21fc', '019fa679-9064-7be8-b12a-f974608356ce', '8158b978-1451-dbd3-3a9c-11b9fbf61e8b', 'agent_collaborators_agent_id_idx', '{32e32951-64d9-3c06-a3ee-742a268a4e56}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('cc3cf2f2-858d-c3b2-f487-7154806217a5', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_embedding_hnsw_idx', '{e1a69647-485c-57b1-2a33-303e21cab5e0}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('cc763d12-3b8c-15f9-518c-086f21dab4b6', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_agent_id_idx', '{a7c00a13-d9b3-f728-590b-828b7c9ff10c}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('cc7a3ce2-4801-abed-1e23-3bed99bd7bd1', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_embedding_hnsw_idx', '{96598cef-e3ff-acc1-9390-4c874cabd63f}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('cdc22b58-cb83-2563-2f5c-d858ca4dc4ab', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_embedding_text_bm25_idx', '{6b0b8de2-fce1-4a01-2d4a-05d7ee0c4f71}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('cdc9185b-13ce-5803-3c05-6df2705092cb', '019fa679-9064-7be8-b12a-f974608356ce', 'bc13c372-2c8e-77aa-b069-38602ba75ac9', 'contact_images_contact_id_idx', '{f498ef64-d5c4-9594-7122-c833d5b6f2da}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('cdf7e902-537b-4b67-4c5d-78941219d96f', '019fa679-9064-7be8-b12a-f974608356ce', '5b3ab1d7-86c4-ebfc-0635-a31030582a74', 'company_memories_company_id_idx', '{47dc6ad2-7646-0855-8df1-8a9967a9c6c4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ce5f582e-c612-3152-58f9-823c0d9ee427', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_status_idx', '{68257d93-4568-ee4f-c9b3-4d734f6077c7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('cf8db12b-c096-9522-75b2-0519b858c178', '019fa679-9064-7be8-b12a-f974608356ce', 'ce0568b5-2326-c4ad-f4c7-b57c0863b6ee', 'email_notes_note_id_idx', '{77976a5a-e923-4c29-0af5-11e6496b2bfe}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('cfc21626-7480-739b-9904-69d2defa5ddb', '019fa679-9064-7be8-b12a-f974608356ce', '3643a6e9-aba6-0a38-5cc2-6b2e880b9b2f', 'event_notes_note_id_idx', '{ea04ccf2-b503-b313-ebc7-8025546c5f95}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d0d94d07-5580-e2d7-6d68-138ec22b94d9', '019fa679-9064-7be8-b12a-f974608356ce', '54c4a789-52fd-10b1-a15f-01c3291a177b', 'deal_contacts_deal_id_idx', '{06339bf5-80c5-4bcb-f267-89b8adf94696}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d18d2153-5d16-1891-2852-9ce7f1019350', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_deal_id_idx', '{b7ce90a4-21fa-01e9-a0f3-e6aea7100386}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d1c7ef85-5622-3d58-1b4a-fb0c2065f757', '019fa679-9064-7be8-b12a-f974608356ce', 'ae46f40e-b035-5e32-18a4-dec5e143f1e5', 'contact_memories_contact_id_idx', '{4896111e-3505-f5de-5d2d-af2658455e75}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d2104a68-b340-fe7d-8d81-0139c672e35a', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_embedding_hnsw_idx', '{c2424b74-a8a7-6d3c-30bb-1a2499abd2f5}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('d4639ca4-ba4f-965c-3ba2-d5ec7eda03ae', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_tags_gin_idx', '{2eb4b904-834c-5e60-7fb5-65782dc3e071}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d4fdaf2e-1bde-27d5-5746-7219a155f51b', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'provider_sync_states_provider_idx', '{af87fe0b-d475-ccee-7b1d-489c0b7284bb}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d51954a8-52f6-222c-4120-effc0fda8842', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_status_idx', '{fba2d492-2f84-ab4f-e012-4e8fb6037597}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d51de23c-9b01-d6f1-7150-8fcf807110d5', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'contact_emails_email_type_idx', '{e984098a-a55f-80dc-2ff8-f6d105ca8f5d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d5d86628-01b3-ab38-d041-95b086ae5edb', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_promoted_email_id_idx', '{c2a63ac5-ea7a-b96b-abc9-0e8a13b3a9e4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d6214123-8613-9ea0-51f3-2f0b38783194', '019fa679-9064-7be8-b12a-f974608356ce', '715d37b2-ba0a-85f0-4a8f-0304c6172578', 'agent_prompts_prompt_id_idx', '{954258ac-5b4b-61f0-9100-564be85e0581}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d713fb1d-b010-1c70-35dd-6c2d826678e5', '019fa679-9064-7be8-b12a-f974608356ce', 'fd245e20-4d3b-c0fa-b467-d508c2c14ea9', 'calendar_event_contacts_calendar_event_id_idx', '{ba242e7a-4623-36a0-158d-a18fd69205fe}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d7d82c48-f219-f158-a80d-67547bb15019', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_main_image_id_idx', '{4845a0cf-edea-c82b-dc68-fc30810446f4}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d8506cb6-fb7a-2ad9-f649-19b5088421ea', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_active_count_idx', '{106127ca-951a-8786-c891-64075b9d3424}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d87b94b1-2606-62e0-63c6-94534860ea65', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'raw_contact_phones_phone_idx', '{3d4ba22b-b58f-424f-f76b-d0887baabcf7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d93e06e1-3ca4-ee43-9cd3-fc59068bb5cc', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_tags_gin_idx', '{2d21ccd9-c4eb-20de-c403-b57ea26925b3}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d9994c0e-d5ab-28b1-6e31-822d6174f070', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_last_message_at_idx', '{176587ff-c8d5-a098-6979-bbfaee871218}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d9b35235-bddc-f138-0b67-8e530228aad8', '019fa679-9064-7be8-b12a-f974608356ce', 'ac39bfed-e061-aab2-b241-6d5227164f7e', 'company_documents_document_id_idx', '{974a2f4d-952b-4d88-f386-5322738989cc}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('d9c3b8a3-99ab-26eb-771f-bc58a3b3ebcc', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_embedding_hnsw_idx', '{782bcff2-cc95-6427-3680-ea8d9a6ed268}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('da75b806-f089-99b9-abfd-7e2b0410d37f', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_target_date_idx', '{8a838fbe-0269-ade1-f814-5e64a0686b0f}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('dad8d1ed-f3df-5119-89d9-56fb5d1d23b8', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_started_at_idx', '{992d242f-d64f-da68-1f10-7e3438e007ea}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('daee261f-9231-1954-e578-a366994112b8', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'provider_sync_states_status_idx', '{7d247817-4d26-d42f-218d-f44b1641b04e}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('daf7c582-8990-297e-431e-fdec31436014', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'habits_tags_gin_idx', '{1e07a295-9bbc-6258-ba46-0fe3dba412df}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('db5651b0-3bd9-3231-6942-6974d809f87f', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_embedding_text_bm25_idx', '{a9929c70-1eb3-0266-8418-d61dcd3110b2}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('dbbad756-c0a2-763a-ec20-6659b41cd879', '019fa679-9064-7be8-b12a-f974608356ce', 'c449dc46-a55e-fe16-9550-933f39e0c575', 'skill_tools_skill_id_idx', '{968ebd6a-53ec-0235-8b8d-1e6e66e26722}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('dbd7609b-faa5-e231-bbce-47ea2a16118a', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_status_idx', '{a72c1762-9555-1187-9ebd-a4cda19586f7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('dc0bd15b-9f52-39bf-d15f-bd874192479f', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_embedding_text_bm25_idx', '{a1477711-01f4-ff44-2c83-4a8d8a968f7d}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('dc9b1f8e-4ac6-6c83-1ff5-a57e52a66f4b', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_embedding_text_bm25_idx', '{2ac76a1b-564e-7302-6976-cc9d3b037c91}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('e09eb7f7-4880-07af-a05d-0438a6322e6a', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'calendar_attendees_contact_id_idx', '{39c11e0b-7254-e8ed-a996-0e32901a13ea}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e16bfae0-c005-35d8-08c6-ad30bfa9b641', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'raw_contact_phones_raw_contact_id_idx', '{3ff4bb8e-03fc-a62a-376c-026741df5517}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e1da4cb1-7f09-132d-fe49-ec015944efe5', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_search_tsv_gin_idx', '{eda8b446-c9a4-39f5-5d5d-4dc69d8a36c9}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e25103ac-9f2a-8c46-e180-dc101610d1a8', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_location_geo_gist_idx', '{1f5ee42a-f49c-01fc-e448-8989e2fdcecd}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e439a51e-5481-2d7f-43cb-aaa0e644707a', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_embedding_hnsw_idx', '{6089ebb9-14df-3d69-e87f-2692fe8b3cbd}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('e4464e0f-db9f-dd72-5f33-2e55bbe5d967', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_embedding_text_bm25_idx', '{83208151-5e2a-4fbd-fd2f-4cff53ec5b17}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('e450c7e5-033d-4213-24d0-c9bf3fdfb261', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_domain_idx', '{aa865eda-7c6f-7cc7-609c-3c708748cc88}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e5c4fdf9-7214-9a64-c617-f33128582004', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_provider_event_id_idx', '{3d0559b6-4ef9-90c8-9844-44108d0df126}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e68e11da-b74a-5b01-535e-c54d0a456b60', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_priority_idx', '{24dcecd5-93e0-4d7f-650c-1725fbf5f056}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e7036210-00f4-0b03-47cb-394fcb5ab025', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_tags_gin_idx', '{45663498-b36d-d08f-a40c-7312dad9b139}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e77cd991-b739-6c90-211d-87b9fa9b5ee3', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_embedding_text_bm25_idx', '{4b000140-178e-e2d8-786d-1c138ecb5986}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('e786ed4a-29d9-cd00-c017-14c197209f64', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'raw_contact_urls_url_idx', '{6f7bfc61-b494-2a60-f63a-50a7c7457956}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e7bcbce2-3349-f0bb-db84-c8611ef1549f', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_habit_id_idx', '{c9d2dd6e-abd5-fd54-1740-ced71a61b0ba}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('e7f9c9cb-4351-77be-c05d-3430ac5078be', '019fa679-9064-7be8-b12a-f974608356ce', '130a697a-0a4f-354d-ab8e-6e5eb38c51cb', 'contact_events_event_id_idx', '{624dcd83-cf57-933e-8543-43f116f005c7}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('eab02f54-56ca-71c5-8926-ba72b31116a0', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_embedding_text_bm25_idx', '{88787de0-95c7-6987-9880-65f3e66c41b9}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('eab4bb22-e065-d7ad-de29-57aeea84eb39', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_tool_type_idx', '{8c0a69b6-9ad2-be57-52dd-21de96c8d53b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ebb10ad2-31cd-e1d6-a04f-f98d9e9eee50', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_status_idx', '{385e056a-4f07-0228-50ba-1c315d38158b}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ebfc3304-6690-0574-2d76-656159d7dca1', '019fa679-9064-7be8-b12a-f974608356ce', 'a1d52dba-8096-73f8-5420-5fdbd54af131', 'task_notes_note_id_idx', '{92887de3-e438-61cd-17d3-f7eca8bc415d}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ed02809f-3b8a-47eb-a996-e4cd9a91147f', '019fa679-9064-7be8-b12a-f974608356ce', '4bd52833-0ac1-13ca-800d-6e50450c1f57', 'calendar_event_notes_calendar_event_id_idx', '{82d74090-f217-0429-c465-c62e90177061}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('ee2cef0b-8775-c04f-c5d6-b8cbdc2c512e', '019fa679-9064-7be8-b12a-f974608356ce', 'fb6f00c3-c1d0-d9e5-0c36-56f864a50082', 'goal_projects_project_id_idx', '{ee7c1dc6-2043-82b1-e64b-f0546e992832}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('efc8c387-11a7-4671-5c7e-10b00070d640', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_event_type_idx', '{8c88afc5-77d7-7515-491c-8a8c6b4f2920}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f04bd302-4b41-9e2c-67bf-e55cd67ff517', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_status_idx', '{0fcb1893-2df1-d21f-9498-66a62f3c0e70}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f096221d-056d-c744-67de-63e69ac5918e', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_location_geo_gist_idx', '{3bba3083-9927-992a-7432-e6cf9f9627c2}', '{}', 'GIST', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f236b789-b2de-726d-451b-785d8e8dd211', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_is_active_idx', '{fe01b938-6e9c-e1ef-fe5c-5713c2043489}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f377a78c-bdb1-ed7f-c257-6487bdaf3cb3', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_embedding_text_bm25_idx', '{916555d3-a0e5-19e0-17e6-9a4dbf478bcd}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('f506f7e0-cc74-8762-2aed-f733152e263b', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_search_tsv_gin_idx', '{67b3be19-e6a2-5603-93d0-4c427ec5b26f}', '{}', 'GIN', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f6743d4a-8bc1-d2eb-fa4f-4cee6a9a504b', '019fa679-9064-7be8-b12a-f974608356ce', 'eeeeac37-fd3b-83e7-7e23-152f560e51bd', 'project_documents_document_id_idx', '{6c4ff767-c0cf-b116-90e9-94fbc877fd50}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f8132597-8c39-acd2-2cfe-faaad0376782', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_embedding_text_bm25_idx', '{780a0458-7926-b7e5-bb37-cd6572fd99b9}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('f84e304b-4fdb-8cd8-b69c-b6a9b18a1fa1', '019fa679-9064-7be8-b12a-f974608356ce', 'f1c44add-37ac-18d8-4a39-0b1dbc6021d9', 'contact_relationships_related_contact_id_idx', '{f4a7c55e-890b-f04f-534c-57caf17901fe}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f8c8ed23-819b-cdfa-f159-f5d01e479051', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_main_image_id_idx', '{794d9dfa-d924-a757-fb6e-b7de2407d651}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f8d7e6b4-d559-f73a-0784-b949ef3027e6', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_embedding_text_bm25_idx', '{e17f5294-9ac3-1ed4-dac3-d053716df9d1}', '{}', 'BM25', NULL, NULL, false, '{"text_config":"english"}', '{}', NULL, 'app', '{}'), + ('f940e20c-01ed-105e-d776-07575e93d837', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_email_idx', '{551da6d7-5698-5efb-6670-07b4a6fff863}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('f9b59c8d-03ac-ea3c-6861-e83090c217e9', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_agent_id_idx', '{bacbff94-5157-0314-088b-a6bdba6be8bb}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('fd0113fb-e0f9-2ddf-2893-27faef3e8154', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_expected_close_date_idx', '{d7b8fd77-43d6-51be-fc2b-431f6cf6c094}', '{}', 'BTREE', NULL, NULL, false, NULL, '{}', NULL, 'app', '{}'), + ('fde68825-d0e4-88a7-4456-07b216655c9f', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_embedding_hnsw_idx', '{c2f17060-1eec-930f-4a34-91a6f20dc60a}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'), + ('ff30c2f8-07a4-c641-7d32-a0fdd06a4de8', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_trigger_concept_embedding_hnsw_idx', '{59e1dcc7-1eb8-97e2-ed34-7f1cff3b91e1}', '{}', 'HNSW', NULL, NULL, false, NULL, '{vector_cosine_ops}', NULL, 'app', '{}'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/primary_key_constraint.sql b/packages/agentic-db-services/deploy/migrate/primary_key_constraint.sql index 33917a1fad2..b2cb2225e7a 100644 --- a/packages/agentic-db-services/deploy/migrate/primary_key_constraint.sql +++ b/packages/agentic-db-services/deploy/migrate/primary_key_constraint.sql @@ -34,64 +34,66 @@ INSERT INTO metaschema_public.primary_key_constraint ( category, tags ) VALUES - ('03f4934d-dfab-a5dc-a386-12ecfad2e8b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '20f0c933-b69d-0703-6775-1ae6ac6ba80b', 'runtime_metrics_pkey', 'p', '{5e18d429-65bf-aaef-7b20-12e61e565d80}', false, false, false, NULL, 'app', '{}'), - ('063ce4d3-bbfd-36f9-3644-da16bc832e5e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', 'calendar_attendees_pkey', 'p', '{71a9109c-7ab6-d24d-4acc-72e761591ae7}', false, false, false, NULL, 'app', '{}'), - ('0dfe31ed-fd19-bfe8-df7a-d1918bd937e5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '52b32dd1-73aa-2076-e4d2-064c97010773', 'raw_contact_emails_pkey', 'p', '{59afe04a-94ad-58a3-bacb-d15ea74d0ff4}', false, false, false, NULL, 'app', '{}'), - ('0e08b6e1-cf4f-167c-5535-78170e26509d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'contact_links_pkey', 'p', '{6ca06d43-d2b8-f272-0ef8-4a9db954aa9e}', false, false, false, NULL, 'app', '{}'), - ('0f0c1aef-19a0-f9a1-2390-498f22dea162', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '738544d1-14ff-37a8-0ce1-7d2aa298baca', 'contact_addresses_pkey', 'p', '{ad4885c9-456d-411e-79c4-8588ee959bb7}', false, false, false, NULL, 'app', '{}'), - ('12fef78c-423a-7b47-75bc-d5b0bd822880', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_pkey', 'p', '{1da4eee8-d600-722c-8807-e19cbb8a751b}', false, false, false, NULL, 'app', '{}'), - ('15d1ac25-e1aa-f723-335b-62a52c05e558', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_pkey', 'p', '{bc605a9e-d8c5-fe44-996b-63b409267599}', false, false, false, NULL, 'app', '{}'), - ('34562c96-cd4b-f7ce-8650-a77cbe0a48b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'images_pkey', 'p', '{e7ab1dbb-5a51-0d83-9295-26307196dce3}', false, false, false, NULL, 'app', '{}'), - ('3562b4d3-e043-e394-17fc-aef04f6bdd46', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_pkey', 'p', '{873d7c00-69b6-fdc1-8cd5-83953a628f55}', false, false, false, NULL, 'app', '{}'), - ('3c985702-b7a7-476d-aa61-a03d99f05eb4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'event_links_pkey', 'p', '{f3f268bf-7b7b-7009-caf7-ed728277312b}', false, false, false, NULL, 'app', '{}'), - ('3fce8205-4c3a-951b-601d-a31806818d4d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_pkey', 'p', '{311468ad-48d0-3644-cc6e-b26af88f614e}', false, false, false, NULL, 'app', '{}'), - ('3fe5795b-1059-767c-266c-fd2d1922d253', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_pkey', 'p', '{a2dd489d-5057-2147-a119-7ba8e6f471a9}', false, false, false, NULL, 'app', '{}'), - ('42981f21-d263-cb39-c6a2-7cd64f2435ae', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dc4c004e-e4c7-b562-882b-7717c0d5a1a3', 'raw_contacts_pkey', 'p', '{3ed07ecb-a258-f979-7f0a-3fb26d4b584f}', false, false, false, NULL, 'app', '{}'), - ('47871fb8-825c-c76a-9bae-a794245019dc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_pkey', 'p', '{10cef1a2-890f-cb7d-66ed-a58353442e40}', false, false, false, NULL, 'app', '{}'), - ('490a7f53-620d-2412-4725-6504e27bf6bd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '25326833-9328-ae24-802e-93694e99a958', 'runtime_artifacts_pkey', 'p', '{1b63dcd9-98d6-16b4-4324-e4a59317a46f}', false, false, false, NULL, 'app', '{}'), - ('4b9821ca-3c07-0892-412d-a1710f226b5a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_pkey', 'p', '{456682e1-4ac9-ee3b-f00e-41d013bed81d}', false, false, false, NULL, 'app', '{}'), - ('4fc413ef-1c58-6596-1b48-ea6a098ef384', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_pkey', 'p', '{8dd278f4-5974-3f7a-29be-5aa99d914e75}', false, false, false, NULL, 'app', '{}'), - ('50253eaf-6752-c402-97e6-2bcfa4707cd9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_pkey', 'p', '{bf76308d-f91c-107a-7647-dee64649180c}', false, false, false, NULL, 'app', '{}'), - ('52d5d772-eff7-bade-fc3f-7a57b298d9fa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_pkey', 'p', '{6ae58a62-4d8b-3f09-fed1-2f493f89125a}', false, false, false, NULL, 'app', '{}'), - ('5a10eb82-5899-3fea-ad01-4e65a613e693', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f06b9092-14ad-59c3-3809-1daf41dd2e69', 'contact_emails_pkey', 'p', '{d2d35dad-2163-3a7d-d90e-6c861c619cad}', false, false, false, NULL, 'app', '{}'), - ('5c24f9c9-1d4c-b373-5189-bf76b202dc2d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_pkey', 'p', '{4bbfb134-cd6e-f69c-0c1c-0af0426114d1}', false, false, false, NULL, 'app', '{}'), - ('5c2ba6cc-c2da-790c-f568-3c339fa3ebe9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_pkey', 'p', '{b2094a39-e80c-cac3-91e1-c7e44549bf77}', false, false, false, NULL, 'app', '{}'), - ('636ec89c-19fd-37d2-8912-8cceb7339005', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1e2245d3-229d-5cbd-bb9d-ec52c86fb107', 'runtime_configs_pkey', 'p', '{95e88080-3f6e-1866-df87-d7f94238f779}', false, false, false, NULL, 'app', '{}'), - ('69ae9b4c-2e7c-4f2b-c765-741021c3329a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '778805ca-5f4e-645b-4b4e-84b972672b96', 'email_attachments_pkey', 'p', '{65bbcb21-0df2-bc12-2507-bfac3b3fa9a7}', false, false, false, NULL, 'app', '{}'), - ('6c51ca0c-542d-4fdd-a24a-8471685a93e3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_pkey', 'p', '{d303f5b3-6c4d-9d57-6f09-06e7e2c0447a}', false, false, false, NULL, 'app', '{}'), - ('6e7f5a3d-b27c-635c-0103-301f7307de83', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8fd28309-07ce-4de9-e507-16327cce4800', 'calendars_pkey', 'p', '{d6da5ad4-2212-344a-c31a-4da9675a4341}', false, false, false, NULL, 'app', '{}'), - ('6f959d60-9af1-8039-38f2-5c98f007f9f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_pkey', 'p', '{e1292930-1753-4d45-02ba-fcf9ab0c9777}', false, false, false, NULL, 'app', '{}'), - ('709dfcc2-c204-133f-b7aa-c24a5c3a7182', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '16c95329-4617-34d7-5ca7-2f8db6009beb', 'contact_phones_pkey', 'p', '{021b8554-7e01-c5df-45b5-1b4b6dc29db2}', false, false, false, NULL, 'app', '{}'), - ('72588038-cb14-dcc1-1c05-e8c48eecefdb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_pkey', 'p', '{9803b86a-8d4e-4676-4859-0f89f78fd2d0}', false, false, false, NULL, 'app', '{}'), - ('77f15ef7-329b-a276-0a20-2ea3ad16f650', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bcad7ea4-4984-07ef-ded1-87c45c25047a', 'runtime_schedules_pkey', 'p', '{f9e14d0f-aefe-1472-5d33-31f1e5210259}', false, false, false, NULL, 'app', '{}'), - ('78de0128-549c-96e6-d706-01fd0818ca92', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_pkey', 'p', '{d38d0cf9-4980-053b-50d0-9e6fb4d94ee9}', false, false, false, NULL, 'app', '{}'), - ('7e28d421-ba1e-6590-7c24-63ab0bef8c62', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'venue_links_pkey', 'p', '{9583cbca-6bf0-a166-ab60-370f2c5f9b55}', false, false, false, NULL, 'app', '{}'), - ('7e4b7776-f305-ddb8-7ad0-e7f3eca35647', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_pkey', 'p', '{e3bfd188-29bb-89bb-3a3f-11dc1c28bf5f}', false, false, false, NULL, 'app', '{}'), - ('88b1ce48-eed2-ccc4-ae42-9dd782b4e71c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '26bd0202-4d25-fc3d-1bbc-3db1553225b9', 'notes_chunks_pkey', 'p', '{5b51369d-7be4-ea7b-1df2-dccc3e2efe1a}', false, false, false, NULL, 'app', '{}'), - ('9f6e0750-aabf-f260-9a2c-05400928fa94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_pkey', 'p', '{a8a22395-05d3-75bc-3806-d072d11a2d07}', false, false, false, NULL, 'app', '{}'), - ('a2bcf036-9edb-2498-c8dc-3b3d2368a96a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_pkey', 'p', '{ffab6a9e-4bf7-b65d-403c-38d05064b9d5}', false, false, false, NULL, 'app', '{}'), - ('a833ba73-8993-affb-787d-a869205169d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_pkey', 'p', '{cb573370-d602-c9c6-697f-f0c5488e5da7}', false, false, false, NULL, 'app', '{}'), - ('ae56d73c-a99c-98a3-128a-d57e355106b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_pkey', 'p', '{c8bc5e75-55bf-e088-1caf-bf157ad4b413}', false, false, false, NULL, 'app', '{}'), - ('b38283ac-c693-57c7-95a0-abb35d84accb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_pkey', 'p', '{c2ccdc0f-ca6b-85bf-21bd-900a95a5b268}', false, false, false, NULL, 'app', '{}'), - ('b693b82f-1846-4f65-254e-681ae1a294e9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_pkey', 'p', '{b636ff51-40d5-f375-78a3-7c21bd12c133}', false, false, false, NULL, 'app', '{}'), - ('bcce706d-1e6a-1c33-0882-e5b60fcb42fb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'company_links_pkey', 'p', '{401181cf-003c-8db4-9c05-290fea1f12c2}', false, false, false, NULL, 'app', '{}'), - ('be35f981-5873-b39f-6160-bb81a8d5c32a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', 'runtime_events_pkey', 'p', '{e3ff25c4-4a98-6c7c-57a2-5a846798b539}', false, false, false, NULL, 'app', '{}'), - ('c709b97d-5e96-4bf2-9b3d-84ac2e7a8981', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_pkey', 'p', '{05a12be4-80a8-2574-9172-65bef53d5db0}', false, false, false, NULL, 'app', '{}'), - ('cb384438-3561-d71b-530d-a0a2ff098f5c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_pkey', 'p', '{2617661f-3de0-b9c1-e33e-fc974b1b4ad9}', false, false, false, NULL, 'app', '{}'), - ('ceeed974-22e1-14c4-af16-0240c24279ad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_pkey', 'p', '{e993d31e-5aed-1aa2-2802-8072acff90bb}', false, false, false, NULL, 'app', '{}'), - ('d2d21c59-4cdb-3bb3-2412-ec778e4b1f23', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_pkey', 'p', '{c1844855-447b-cd7c-6cd0-3ac934cf50c7}', false, false, false, NULL, 'app', '{}'), - ('d4a7fcbe-29e6-e7cf-98f6-1ed9cd789aea', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e29932fe-57c1-d343-b6f9-51ccbe69f476', 'raw_contact_urls_pkey', 'p', '{f43d8090-51a2-cd1e-d48a-fbf782a2ef52}', false, false, false, NULL, 'app', '{}'), - ('d5abc6ea-659c-7467-f127-f9a90bd98bd4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '3c57ba82-ed88-5868-1104-dd009985ef65', 'habits_pkey', 'p', '{a919f33d-b483-6831-c0ca-0bae8f743ee6}', false, false, false, NULL, 'app', '{}'), - ('dc3f898e-6fe8-56f1-a440-d76294250dc5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_pkey', 'p', '{0d0e3725-742b-236d-d751-d5f98f6c99a3}', false, false, false, NULL, 'app', '{}'), - ('e41401c1-e6f3-8829-c8dc-001d4fea5b4a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '72aeaf49-08a1-2fb6-5351-ef3469671e70', 'tool_executions_pkey', 'p', '{bebe99ed-8cc6-fa3f-1aec-008ce8c49da7}', false, false, false, NULL, 'app', '{}'), - ('e624c7f5-3d1d-6d24-c721-ca5c97a862b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'af65f378-c673-f90d-2271-b5e66bcd7ec7', 'raw_contact_phones_pkey', 'p', '{02fc0d2f-5738-aac5-5101-5d3b30c63810}', false, false, false, NULL, 'app', '{}'), - ('e93c055a-7ea8-f88c-1d6f-9caf4ad6f567', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '58248d32-6fe0-240c-9c60-9213f408fcd0', 'tags_pkey', 'p', '{276533b5-571e-eb35-c818-e98ed09426d0}', false, false, false, NULL, 'app', '{}'), - ('ea1df2c8-f85b-29f8-d760-091dc67c2cb4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_pkey', 'p', '{18dd7cff-9f64-79b2-8baa-e8dbbe7e2139}', false, false, false, NULL, 'app', '{}'), - ('eb2c7a1f-eee8-1f45-b443-87f133a211f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_pkey', 'p', '{d7ed7afa-0d96-7c8f-5821-ea15493c4abe}', false, false, false, NULL, 'app', '{}'), - ('f0782c54-1864-b9e0-7268-6af8969c1adb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_pkey', 'p', '{f3965a85-e47d-6913-aa82-4f646ad0c69b}', false, false, false, NULL, 'app', '{}'), - ('f0dc315c-9ff9-80a1-625c-7fa496197f49', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_pkey', 'p', '{e40045bf-631d-931f-db15-db6d6d4bb063}', false, false, false, NULL, 'app', '{}'), - ('f3ba5c36-3645-0ba6-5449-f7203a591da3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '50349977-3ce4-e21b-ac01-060a259e4a7a', 'documents_chunks_pkey', 'p', '{9c381bd1-4dd9-41b0-2f3c-0d6213366de2}', false, false, false, NULL, 'app', '{}'), - ('ffbf64f8-f35b-4df6-54af-3690793208f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b0d057d-42cc-3324-6df6-d0236320aa47', 'provider_sync_states_pkey', 'p', '{321f8903-7055-ff24-3a9b-54e0f08d5e54}', false, false, false, NULL, 'app', '{}'); + ('04e5a3bb-b140-bdf9-5126-a6d807673c68', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_pkey', 'p', '{55d3211a-3d83-b295-1f0b-7c84d17500a7}', false, false, false, NULL, 'app', '{}'), + ('0737c3ba-71ef-2f63-0bc7-88dcb29511a3', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_pkey', 'p', '{821409cb-4e57-e4ae-6e7b-ae65fc4b7034}', false, false, false, NULL, 'app', '{}'), + ('0b2a1e51-345b-3fb6-48e9-98a74e771bf3', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_pkey', 'p', '{3fbeddbd-17a2-e239-e707-028f1cb813be}', false, false, false, NULL, 'app', '{}'), + ('0b76c21c-b3e3-ac83-040d-e1beda0d7020', '019fa679-9064-7be8-b12a-f974608356ce', '0639cf97-405e-3cc2-95b8-4b179448e2e0', 'raw_messages_pkey', 'p', '{8e3bf695-56d9-696d-a549-c2494cb40880}', false, false, false, NULL, 'app', '{}'), + ('10dedee6-231c-260a-fc3e-352ac13d98a2', '019fa679-9064-7be8-b12a-f974608356ce', '84c36411-85a3-86a1-db09-4ba734a32294', 'runtime_artifacts_pkey', 'p', '{e06781bc-8b84-7705-0250-404f07fbf4c7}', false, false, false, NULL, 'app', '{}'), + ('17e20c3d-7435-d4a1-d9d6-a5bb2362bc44', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_pkey', 'p', '{2ad87778-5274-05ad-a00a-8693f9511aac}', false, false, false, NULL, 'app', '{}'), + ('235be1d9-4297-9eba-c1d2-728f0f3e2b65', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_pkey', 'p', '{f15c20ef-62d0-ba89-16f0-6fb3060d5de1}', false, false, false, NULL, 'app', '{}'), + ('29429585-16a7-dc9a-4171-4039b5f90f43', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_pkey', 'p', '{d59293b1-e70f-5a44-2897-eeae79d975b3}', false, false, false, NULL, 'app', '{}'), + ('2a2bb82f-6b3e-9d93-6654-f29a9867e30c', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_pkey', 'p', '{8803d91a-fb4b-aee6-036c-fe46ecbaadb0}', false, false, false, NULL, 'app', '{}'), + ('2b1148d9-8df2-bd13-5d15-e784762e5872', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_pkey', 'p', '{f33a3fdd-ed14-8f14-eda7-6179225a3b48}', false, false, false, NULL, 'app', '{}'), + ('2f306aff-d0e5-7865-760e-a52cdcec8fc2', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_pkey', 'p', '{d6677e3d-f28d-61fc-2af5-d3b46e07cf97}', false, false, false, NULL, 'app', '{}'), + ('31224e5f-e967-c88f-0570-fd30fd79a233', '019fa679-9064-7be8-b12a-f974608356ce', '9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', 'raw_contact_urls_pkey', 'p', '{6001822e-2d95-49bf-6e75-21adb9ab3ab2}', false, false, false, NULL, 'app', '{}'), + ('31bf372c-cfe6-a726-08e2-92f480eb079a', '019fa679-9064-7be8-b12a-f974608356ce', '667dc93e-2365-6646-c4b7-b7589e89c6f0', 'calendar_attendees_pkey', 'p', '{90c6dd2b-bc3e-c0b8-ac63-cc36ad676e25}', false, false, false, NULL, 'app', '{}'), + ('3793f616-efa9-4c1b-01ed-343ca21fab25', '019fa679-9064-7be8-b12a-f974608356ce', 'eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', 'contact_phones_pkey', 'p', '{cc437bb3-1bb7-ca4a-4d12-d50bc00bad81}', false, false, false, NULL, 'app', '{}'), + ('3ca03f31-3c6c-7d5a-8906-b2bc5bb785fc', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_pkey', 'p', '{4f2c95dd-3707-6399-54c8-7779d502ed30}', false, false, false, NULL, 'app', '{}'), + ('3f58a068-fece-6dee-59a1-0e2256df2b28', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_pkey', 'p', '{100733b7-d694-5985-c8bc-049051212307}', false, false, false, NULL, 'app', '{}'), + ('42e0566c-2ea0-e77b-62da-ffbc283746b6', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_pkey', 'p', '{1a1bb13d-a865-d066-18af-03a606e74154}', false, false, false, NULL, 'app', '{}'), + ('49dd3164-5633-2049-2419-88dda030b8df', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_pkey', 'p', '{c4df6f0d-cb2f-61ea-b67d-31d398aeaa90}', false, false, false, NULL, 'app', '{}'), + ('5e792e5d-b881-6e52-41aa-b7ed13ada5c3', '019fa679-9064-7be8-b12a-f974608356ce', 'cbbd19de-8997-7c13-921e-4ae6107ab2a6', 'raw_message_attachments_pkey', 'p', '{e22c1d0e-c786-1925-a8e2-f2e786370912}', false, false, false, NULL, 'app', '{}'), + ('5ece1a1b-35ee-691c-5661-6f7df7a0d2dc', '019fa679-9064-7be8-b12a-f974608356ce', '4d49c06f-d74f-0818-f2d6-fc5600175d4b', 'calendars_pkey', 'p', '{bdee9be5-80b3-6095-5726-436055f643ce}', false, false, false, NULL, 'app', '{}'), + ('6083f63f-15c6-7a02-59e5-830cba8379af', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_pkey', 'p', '{f7616c82-ab57-3a92-0203-5fd6716acf42}', false, false, false, NULL, 'app', '{}'), + ('65b64bb6-c7ab-f998-8c6c-139902ad3b86', '019fa679-9064-7be8-b12a-f974608356ce', '6a9bffde-8633-681d-4fdd-626c364f9464', 'raw_contacts_pkey', 'p', '{ce7b1706-a3dd-5697-80e7-5ea86185b30f}', false, false, false, NULL, 'app', '{}'), + ('6992bfd9-47cd-8ec5-47d4-3c5b165611eb', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_pkey', 'p', '{58ce9bc0-f47c-559e-f5ad-e7d53e247447}', false, false, false, NULL, 'app', '{}'), + ('6aeb7fcf-e50d-7c49-454d-f2d3a95fedb6', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_pkey', 'p', '{c7a78e2f-f33f-b327-5031-0177384a54bf}', false, false, false, NULL, 'app', '{}'), + ('767ddf37-f4dd-2b80-50e2-28db33ac87fe', '019fa679-9064-7be8-b12a-f974608356ce', '76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', 'documents_chunks_pkey', 'p', '{1d4ab9fe-9d07-8114-f078-36cbe45b3f4d}', false, false, false, NULL, 'app', '{}'), + ('7903ad9f-7987-e983-c05c-4ec4a23dcf6b', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_pkey', 'p', '{a4aa881b-9060-14e3-d444-fed5ab969b8c}', false, false, false, NULL, 'app', '{}'), + ('8088fc10-d257-a142-b652-fa9ec434f094', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_pkey', 'p', '{3b24eb84-f54c-d873-798d-ca9489009c4d}', false, false, false, NULL, 'app', '{}'), + ('83a2636e-976f-c229-0490-f9b30cd59d81', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_pkey', 'p', '{4938b4df-5959-90d1-e181-fe23fa09240b}', false, false, false, NULL, 'app', '{}'), + ('852f5c75-9946-ec42-c5f1-1f91c766fac7', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'contact_links_pkey', 'p', '{3155dea7-7c2d-5b2b-6d21-e824bfa0900e}', false, false, false, NULL, 'app', '{}'), + ('8aadbbb9-d307-462e-2c0c-577871ce0ccd', '019fa679-9064-7be8-b12a-f974608356ce', '09ffcced-76d8-0bc4-a2f6-e0f621cafa54', 'runtime_metrics_pkey', 'p', '{2006a4fa-2817-bec7-d49f-5c36c9c3ef8a}', false, false, false, NULL, 'app', '{}'), + ('9bc3b85c-a4ab-dca7-5a49-cd83beb62910', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_pkey', 'p', '{1157c70a-d2ff-7054-cf1c-a8acfc9f2d88}', false, false, false, NULL, 'app', '{}'), + ('a0e95502-561a-5f00-c142-efbe28db4aa1', '019fa679-9064-7be8-b12a-f974608356ce', 'e83bb220-1630-15e4-1516-160d65b7c518', 'email_attachments_pkey', 'p', '{bfc9ef0e-1dcb-9107-f3c0-f7454079a668}', false, false, false, NULL, 'app', '{}'), + ('a2f1bc98-6880-a37d-cfd1-8bb5bcaf95b5', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_pkey', 'p', '{d008f6bf-2992-b50f-1030-529b821c8589}', false, false, false, NULL, 'app', '{}'), + ('a68de6e1-5df2-a6eb-a650-048379d27969', '019fa679-9064-7be8-b12a-f974608356ce', '48108ef5-536f-6b05-9b13-0f11428a9d65', 'tags_pkey', 'p', '{4396a203-f345-86bc-e508-6a16e382bfe9}', false, false, false, NULL, 'app', '{}'), + ('ac93882f-d2b1-6bc9-bf79-175ce52bf8c2', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_pkey', 'p', '{98901855-505a-cee2-6dc4-9d3a97f9689d}', false, false, false, NULL, 'app', '{}'), + ('af47930b-a83a-33c2-0bc8-02c6662bd22f', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_pkey', 'p', '{04127b3a-8b78-2f94-392a-e6b0b9cc7616}', false, false, false, NULL, 'app', '{}'), + ('b0e80be1-7d26-eba1-e24b-521833fb47c0', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_pkey', 'p', '{573abe8d-73d2-9911-9f3f-4e4a0b8ab316}', false, false, false, NULL, 'app', '{}'), + ('b341e085-7347-fb38-3231-a42a84decdcd', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'venue_links_pkey', 'p', '{8fec18ca-59ea-f619-bfce-1c7cd968aaab}', false, false, false, NULL, 'app', '{}'), + ('b767cc72-efa9-7ff5-5af4-9e44baf2d8d5', '019fa679-9064-7be8-b12a-f974608356ce', 'd99c5a94-6bae-f3ef-da71-65b356a1d856', 'contact_emails_pkey', 'p', '{657217ef-2666-51f2-92d6-d866b1f7eaae}', false, false, false, NULL, 'app', '{}'), + ('b8e0847a-ade1-38c9-6977-e1510030a026', '019fa679-9064-7be8-b12a-f974608356ce', 'e42c8dae-fb4e-464a-355d-bc63c53beb5d', 'runtime_configs_pkey', 'p', '{97ccf141-d70b-26e1-22e7-b1dc18894fc5}', false, false, false, NULL, 'app', '{}'), + ('c1c61fbd-ae18-2213-47f9-b109e74ba0d4', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_pkey', 'p', '{21c58d3f-bd1c-a609-0d1b-fe74f1064972}', false, false, false, NULL, 'app', '{}'), + ('c80e3692-bcaf-fe10-3401-d72dc6c4b80b', '019fa679-9064-7be8-b12a-f974608356ce', '34a76f23-350a-a3a3-3fa9-4b4fee255034', 'provider_sync_states_pkey', 'p', '{f70afd14-b43f-6e22-e9e2-a7d783a9f3a7}', false, false, false, NULL, 'app', '{}'), + ('c92a0e5b-ade0-7a2f-f6b7-34cc216adae5', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'event_links_pkey', 'p', '{f6055f5b-1549-5b04-6b97-b5693f66a7c5}', false, false, false, NULL, 'app', '{}'), + ('caf59893-953d-7231-d8ae-8bfc13fba2f4', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'images_pkey', 'p', '{9603fb9a-5d6c-e3fc-33dd-978902ec86d7}', false, false, false, NULL, 'app', '{}'), + ('ceb5a116-90e1-820e-2b49-736937023ccf', '019fa679-9064-7be8-b12a-f974608356ce', '3b95812c-0c31-78c3-f1d0-c4188a054157', 'notes_chunks_pkey', 'p', '{eddd1d3a-1078-3d32-83ce-91d0c1e3350b}', false, false, false, NULL, 'app', '{}'), + ('d0e4faee-4c2d-f17a-4c36-7da527233086', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_pkey', 'p', '{e8732a5e-b1fc-083e-ae28-87836cbc09ea}', false, false, false, NULL, 'app', '{}'), + ('d1cfb174-012e-4d7a-578a-aae7860b9e4e', '019fa679-9064-7be8-b12a-f974608356ce', '8977c3cf-36f7-e2e1-2481-3401b0375622', 'habits_pkey', 'p', '{d149792c-3c27-eee7-c53a-ccd4d708fbf6}', false, false, false, NULL, 'app', '{}'), + ('d5690a11-73e8-e4be-3f33-43f7ecd30043', '019fa679-9064-7be8-b12a-f974608356ce', '9a740fdf-e4db-697d-324f-5fb5b1e1d30a', 'raw_contact_phones_pkey', 'p', '{e67ff001-79a8-ca91-9bc2-8b385ac52e27}', false, false, false, NULL, 'app', '{}'), + ('d9347549-1b6b-aece-fadf-5724443e893f', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_pkey', 'p', '{81f70070-b958-781d-9916-c6a1f28e3563}', false, false, false, NULL, 'app', '{}'), + ('db8abe92-6263-f324-73b3-a1c0f3f9248b', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_pkey', 'p', '{fce22c86-7f03-b310-56fd-4bff4d0eed36}', false, false, false, NULL, 'app', '{}'), + ('e3b6ac57-4440-8b28-cf01-4a0b04c711df', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_pkey', 'p', '{b54194e6-f237-8e50-3976-5bd6ce279191}', false, false, false, NULL, 'app', '{}'), + ('e797c440-e36a-2682-13b6-d3eae11af589', '019fa679-9064-7be8-b12a-f974608356ce', 'a98a58e6-12c9-25a6-2501-9c793ec581e6', 'runtime_schedules_pkey', 'p', '{2d0b8464-b890-e07b-4b24-43473583dffa}', false, false, false, NULL, 'app', '{}'), + ('e8bacdd1-079e-9d77-9954-cf97c09abff8', '019fa679-9064-7be8-b12a-f974608356ce', '97d329c1-ce72-5fd9-1828-f8d0b3290b57', 'runtime_events_pkey', 'p', '{d46a96ea-3a38-02db-15dc-19c471664efd}', false, false, false, NULL, 'app', '{}'), + ('eecffa19-43b6-ea86-0bdc-58c0869b598c', '019fa679-9064-7be8-b12a-f974608356ce', 'd15b4649-3324-0dcf-65c5-480a9a46d792', 'contact_addresses_pkey', 'p', '{91fd6d5e-8331-bedc-a89b-6f05d36d4b62}', false, false, false, NULL, 'app', '{}'), + ('f2546169-fb9c-d23c-14f6-4cbb8da4a4c7', '019fa679-9064-7be8-b12a-f974608356ce', 'c3634fd2-88e6-6bb0-75cf-d1eddab287ab', 'tool_executions_pkey', 'p', '{379871da-1ddf-45f0-cd42-4f0fcc325d64}', false, false, false, NULL, 'app', '{}'), + ('f40f7899-899e-835d-0611-f98d83a228c9', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_pkey', 'p', '{c69ff5f4-8e7b-f0fb-0d3a-b1cfcf72c7b3}', false, false, false, NULL, 'app', '{}'), + ('f44dfe65-7a32-10d0-df0e-b3c6082dd38f', '019fa679-9064-7be8-b12a-f974608356ce', '558c58ed-4337-e0b4-8af0-f0ec317c8039', 'raw_contact_emails_pkey', 'p', '{f042fb51-a9e3-d7e6-0b87-8069c623d0c9}', false, false, false, NULL, 'app', '{}'), + ('f6a733bf-0f03-e10e-244e-16113f8fa948', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_pkey', 'p', '{00bc3cb6-c1cf-ac20-42b7-92910efe22e8}', false, false, false, NULL, 'app', '{}'), + ('fbaa8f21-a55b-4b3c-a3f4-2b90118057ea', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_pkey', 'p', '{b3fce569-ebe8-4079-b8c9-3fdf7c7292ba}', false, false, false, NULL, 'app', '{}'), + ('fdefeea5-59ac-26e6-5821-10657afc2132', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'company_links_pkey', 'p', '{c242ce90-77f7-092c-009d-11e882f63b7f}', false, false, false, NULL, 'app', '{}'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/schema.sql b/packages/agentic-db-services/deploy/migrate/schema.sql index 3c0f4436550..c9f74fe1358 100644 --- a/packages/agentic-db-services/deploy/migrate/schema.sql +++ b/packages/agentic-db-services/deploy/migrate/schema.sql @@ -33,8 +33,8 @@ INSERT INTO metaschema_public.schema ( is_public, api_exposure ) VALUES - ('1de16531-3dee-8f11-240c-6c0ade1b5dd8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'app_public', 'agentic_db_app_public', 'app_public', NULL, NULL, 'app', '{}', true, 'exposable'), - ('7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'app_private', 'agentic_db_app_private', 'app_private', NULL, NULL, 'app', '{}', false, 'never_expose'); + ('019fa679-908a-7721-91ed-45c1fa1edc42', '019fa679-9064-7be8-b12a-f974608356ce', 'app_public', 'agentic_db_app_public', 'app_public', NULL, NULL, 'app', '{}', true, 'exposable'), + ('019fa679-908c-7eda-9454-5d1cbb3cc55d', '019fa679-9064-7be8-b12a-f974608356ce', 'app_private', 'agentic_db_app_private', 'app_private', NULL, NULL, 'app', '{}', false, 'never_expose'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/schema_grant.sql b/packages/agentic-db-services/deploy/migrate/schema_grant.sql index 41c11769c61..bd8132f3edb 100644 --- a/packages/agentic-db-services/deploy/migrate/schema_grant.sql +++ b/packages/agentic-db-services/deploy/migrate/schema_grant.sql @@ -26,12 +26,12 @@ INSERT INTO metaschema_public.schema_grant ( schema_id, grantee_name ) VALUES - ('1ca87cc7-21eb-2dda-0d42-0d41126dd525', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'administrator'), - ('3530af27-3af9-7030-e836-c5bce19e279e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'authenticated'), - ('6ff93cee-2ad8-d3cd-0813-124b8e41be3b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'anonymous'), - ('8bc1ceb9-07fb-2e07-b91c-59a40fa6ffc8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'administrator'), - ('ac3c4efa-e5cc-fe0d-6b3f-e79a23437f4c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'anonymous'), - ('e77c13fe-5a2d-fe77-9d25-6f2bf1852d1b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '7b1989bc-913d-a3c6-f9c9-3a2401c53d5a', 'authenticated'); + ('019fa679-90b7-7bd1-9e2f-30bee943c5c3', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'administrator'), + ('019fa679-90cb-79eb-aca9-0ff8f216c0f1', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'authenticated'), + ('019fa679-90d9-771f-aceb-85a1a589d5d3', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'anonymous'), + ('019fa679-911d-7be8-80fa-b2437e25cb8e', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'administrator'), + ('019fa679-9129-7423-b827-b5ae5e3cd920', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'authenticated'), + ('019fa679-9132-78c2-964e-78d6214b6278', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908c-7eda-9454-5d1cbb3cc55d', 'anonymous'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/spatial_relation.sql b/packages/agentic-db-services/deploy/migrate/spatial_relation.sql index 4ebaf81cc1a..0b27db76e11 100644 --- a/packages/agentic-db-services/deploy/migrate/spatial_relation.sql +++ b/packages/agentic-db-services/deploy/migrate/spatial_relation.sql @@ -33,11 +33,11 @@ INSERT INTO metaschema_public.spatial_relation ( category, tags ) VALUES - ('2e6b83b8-6146-3446-6432-5199737ba0e1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', '6f42c1fc-e7e9-de7a-d56f-dda42af79402', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'e528c5f5-3853-c569-ca98-312f52a0d02a', 'nearbyPlaces', 'st_dwithin', 'distance', 'app', '{}'), - ('c21adbec-9b1a-ec64-d9fa-d13c776f0d80', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', '6f42c1fc-e7e9-de7a-d56f-dda42af79402', '78d08852-1160-0dfb-193a-e1ba85d840cd', '6f42c1fc-e7e9-de7a-d56f-dda42af79402', 'nearbyMemories', 'st_dwithin', 'distance', 'app', '{}'), - ('c99fe12f-4e2d-0ddd-6905-e8eacd31670c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '64691dab-b478-acc8-bb55-2d5bc8df8eb0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', '2d7ab33b-f99e-0c4e-90b0-801b1be6a0ed', 'nearbyVenues', 'st_dwithin', 'distance', 'app', '{}'), - ('e559319a-077a-37e9-2e34-ff0bea572185', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', '908de6ec-ff19-52a6-35e1-25711954c0d4', '5e8637f4-a7b5-1655-b15a-3518077c69e4', '2d7ab33b-f99e-0c4e-90b0-801b1be6a0ed', 'nearbyVenues', 'st_dwithin', 'distance', 'app', '{}'), - ('fc22c253-9d2e-69a0-3be5-4034e6c0b3f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', '6f42c1fc-e7e9-de7a-d56f-dda42af79402', '37eed52f-fa1c-528c-1f77-688ac4b81f40', '6efb683f-abc1-7755-6cda-9b41fa62ac74', 'nearbyContacts', 'st_dwithin', 'distance', 'app', '{}'); + ('3be20c5d-14a1-84f4-6115-0e8a4ca4eb46', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'cca5b3fc-db95-810f-aecb-91e6ec5376c1', '681e78dd-266c-1a62-7301-53216dd38bcb', '25f123eb-92a5-0c53-8a1c-559f71efee4f', 'nearbyVenues', 'st_dwithin', 'distance', 'app', '{}'), + ('858ba10e-90cf-08f8-2851-a557cdd65136', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', '3bba3083-9927-992a-7432-e6cf9f9627c2', '8a9a840b-10a5-ee10-4627-8b372bea2e28', '1f5ee42a-f49c-01fc-e448-8989e2fdcecd', 'nearbyContacts', 'st_dwithin', 'distance', 'app', '{}'), + ('8d9cd12c-fb74-f07b-ae4a-cb157006a425', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', '3bba3083-9927-992a-7432-e6cf9f9627c2', '436a727e-b219-b1e9-8ef1-f94134b0c57f', '2a1d5482-0c23-36ec-924e-5f50d73b0d19', 'nearbyPlaces', 'st_dwithin', 'distance', 'app', '{}'), + ('99e6518b-4155-c748-25fa-eca2c55befc9', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', '975ea240-df23-5acd-eccf-e9c1164a359d', '681e78dd-266c-1a62-7301-53216dd38bcb', '25f123eb-92a5-0c53-8a1c-559f71efee4f', 'nearbyVenues', 'st_dwithin', 'distance', 'app', '{}'), + ('c15d406e-9ec7-75b0-caa2-5e1d7ff7ff54', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', '3bba3083-9927-992a-7432-e6cf9f9627c2', '26bbe4e4-345c-c783-2572-48b65a799066', '3bba3083-9927-992a-7432-e6cf9f9627c2', 'nearbyMemories', 'st_dwithin', 'distance', 'app', '{}'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/table.sql b/packages/agentic-db-services/deploy/migrate/table.sql index 9ca199a097b..2288423e22c 100644 --- a/packages/agentic-db-services/deploy/migrate/table.sql +++ b/packages/agentic-db-services/deploy/migrate/table.sql @@ -42,101 +42,103 @@ INSERT INTO metaschema_public.table ( partition_key_types, inherits_id ) VALUES - ('005af3e0-1a91-92b7-2f33-0f92998648c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'company_events', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_events', 'company_event', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('0656baa1-4248-6e66-72be-f9ad387c9cf0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'documents', NULL, NULL, '{"@hasChunks":{"parentFk":"documents_id","parentPk":"id","chunksTable":"documents_chunks","searchField":null,"contentField":"content","searchIndexes":["bm25"],"embeddingField":"embedding"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'documents', 'document', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('0d521c88-2b66-2a03-72dd-e44963fadce1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'prompts', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'prompts', 'prompt', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('0fff97a5-3cfd-54cd-198a-60b6815a4887', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'deal_companies', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'deal_companies', 'deal_company', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('11a044ad-dc93-bd9c-836d-135528294212', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_states', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'runtime_states', 'runtime_state', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('11f15d42-d31c-ea7d-8f44-834098c853e6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contacts_chunks', NULL, NULL, '{"@chunksOf":{"parentFk":"contacts_id","parentTable":"contacts"},"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search","bm25_field":"content","bm25_text_config":"english","fts_source_fields":[{"lang":"english","field":"content","weight":"A"}]}}', 'app', false, true, false, 'contacts_chunks', 'contacts_chunk', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('16c95329-4617-34d7-5ca7-2f8db6009beb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_phones', NULL, NULL, NULL, 'app', false, false, false, 'contact_phones', 'contact_phone', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('179ca6a2-5b57-eef3-02a7-e228dc451abe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'company_links', NULL, NULL, NULL, 'app', false, false, false, 'company_links', 'company_link', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('1dc61d39-7f88-0ae9-8156-f9ddab63d0a2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'email_recipients', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'email_recipients', 'email_recipient', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('1e2245d3-229d-5cbd-bb9d-ec52c86fb107', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_config', NULL, NULL, NULL, 'app', false, false, false, 'runtime_configs', 'runtime_config', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('20f0c933-b69d-0703-6775-1ae6ac6ba80b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_metrics', NULL, NULL, NULL, 'app', false, false, false, 'runtime_metrics', 'runtime_metric', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('243709c7-f9f9-9c9e-9ca7-8b221dda4e3c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'task_projects', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'task_projects', 'task_project', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('2519f4bc-ea71-c6b4-b37e-975000df26f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'email_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'email_notes', 'email_note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('25326833-9328-ae24-802e-93694e99a958', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_artifacts', NULL, NULL, NULL, 'app', false, false, false, 'runtime_artifacts', 'runtime_artifact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('254361f3-61cc-46a7-27fb-1842c1c32efd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'event_links', NULL, NULL, NULL, 'app', false, false, false, 'event_links', 'event_link', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('26bd0202-4d25-fc3d-1bbc-3db1553225b9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'notes_chunks', NULL, NULL, '{"@chunksOf":{"parentFk":"notes_id","parentTable":"notes"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"content","bm25_text_config":"english"}}', 'app', false, true, false, 'notes_chunks', 'notes_chunk', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('27649de5-b2b6-7f06-45b0-924ae3979ecb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'conversations', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'conversations', 'conversation', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('2adf72cf-ca09-6fe3-7cf7-dea4b8f1d648', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_relationships', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_relationships', 'contact_relationship', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('2fe27288-806b-12cc-d0a2-b1ca9d87f3bc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_memories', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_memories', 'contact_memory', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('35adb4cd-e050-3711-852b-defcf54002db', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'company_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_images', 'company_image', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('37730bcd-d659-4296-c0fa-65768b87d9c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'notes', NULL, NULL, '{"@hasChunks":{"parentFk":"notes_id","parentPk":"id","chunksTable":"notes_chunks","searchField":null,"contentField":"content","searchIndexes":["bm25"],"embeddingField":"embedding"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'notes', 'note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('37eed52f-fa1c-528c-1f77-688ac4b81f40', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contacts', NULL, NULL, '{"@hasChunks":{"parentFk":"contacts_id","parentPk":"id","chunksTable":"contacts_chunks","searchField":"search","contentField":"content","searchIndexes":["fulltext","bm25"],"embeddingField":"embedding"},"@trgmSearch":["first_name","last_name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"first_name","weight":"A"},{"field":"last_name","weight":"A"},{"field":"headline","weight":"B"},{"field":"bio","weight":"C"}]}}', 'app', false, false, false, 'contacts', 'contact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('3c57ba82-ed88-5868-1104-dd009985ef65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'habits', NULL, NULL, NULL, 'app', false, false, false, 'habits', 'habit', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('406d92cc-cd74-faa7-e131-b93ab157277a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'venue_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'venue_images', 'venue_image', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('4137a1f7-45da-8cab-a93a-809db3b579b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'event_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'event_notes', 'event_note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('50349977-3ce4-e21b-ac01-060a259e4a7a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'documents_chunks', NULL, NULL, '{"@chunksOf":{"parentFk":"documents_id","parentTable":"documents"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"content","bm25_text_config":"english"}}', 'app', false, true, false, 'documents_chunks', 'documents_chunk', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('5108b493-8e50-6922-c7fa-2c9b59728797', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'skills', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'skills', 'skill', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('52b32dd1-73aa-2076-e4d2-064c97010773', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'raw_contact_emails', NULL, NULL, NULL, 'app', false, false, false, 'raw_contact_emails', 'raw_contact_email', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('53d41bb0-907f-f868-d963-3559c2fa6bc6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'emails', NULL, NULL, '{"@trgmSearch":["subject"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"subject","weight":"A"},{"field":"body_text","weight":"B"}]}}', 'app', false, false, false, 'emails', 'email', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('54d7732a-fd2c-6a90-5c8d-4d8e29920737', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'tool_definitions', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'tool_definitions', 'tool_definition', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('58248d32-6fe0-240c-9c60-9213f408fcd0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'tags', NULL, NULL, NULL, 'app', false, false, false, 'tags', 'tag', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('58882eac-e093-2a34-be7b-af7054d416e7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'project_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'project_contacts', 'project_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('5cc24e28-557e-41dc-1888-dcb2b029123b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'company_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_notes', 'company_note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('5e8637f4-a7b5-1655-b15a-3518077c69e4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'venues', NULL, NULL, '{"@trgmSearch":["name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"name","weight":"A"},{"field":"notes","weight":"B"},{"field":"neighborhood","weight":"C"}]}}', 'app', false, false, false, 'venues', 'venue', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('6735cf0f-2faa-29d0-871d-a996b05936fd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'goals', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'goals', 'goal', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('68edf88c-42d9-4f2d-f870-90546662fd76', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_events', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_events', 'contact_event', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('6aecfe4f-4735-7e82-ed25-575c43c3c9a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'interactions', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'interactions', 'interaction', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('6e406615-395c-67ea-fc36-b45215f77cd0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'calendar_event_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'calendar_event_contacts', 'calendar_event_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'touchpoints', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'touchpoints', 'touchpoint', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('70c8fc88-d517-4761-7c37-2bcdaf7acbbf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'task_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'task_notes', 'task_note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('70d508d6-2baa-38b9-2e7a-a1c7e635408e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_state_dependencies', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'runtime_state_dependencies', 'runtime_state_dependency', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('72aeaf49-08a1-2fb6-5351-ef3469671e70', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'tool_executions', NULL, NULL, NULL, 'app', false, false, false, 'tool_executions', 'tool_execution', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('738544d1-14ff-37a8-0ce1-7d2aa298baca', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_addresses', NULL, NULL, NULL, 'app', false, false, false, 'contact_addresses', 'contact_address', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('746b9969-1a47-eeb8-53bc-84a077486db2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'calendar_events', NULL, NULL, '{"@trgmSearch":["title"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"title","weight":"A"},{"field":"description","weight":"B"}]}}', 'app', false, false, false, 'calendar_events', 'calendar_event', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('778805ca-5f4e-645b-4b4e-84b972672b96', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'email_attachments', NULL, NULL, NULL, 'app', false, false, false, 'email_attachments', 'email_attachment', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('78d08852-1160-0dfb-193a-e1ba85d840cd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'memories', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'memories', 'memory', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('7b0d057d-42cc-3324-6df6-d0236320aa47', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'provider_sync_states', NULL, NULL, NULL, 'app', false, false, false, 'provider_sync_states', 'provider_sync_state', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('800043d8-7751-9090-308c-b70a2516688b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'event_venues', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'event_venues', 'event_venue', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('800eafad-ad41-27a2-5c7a-749c4638d592', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'projects', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'projects', 'project', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('867f4e78-903d-d6d4-26e5-71701af6fa30', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'agents', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'agents', 'agent', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('8711d3f1-5f40-46f5-4300-24c713a27fe5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'company_documents', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_documents', 'company_document', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('8aa3fb51-f8f9-556c-799e-b95eec9abb6c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'activity_logs', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'activity_logs', 'activity_log', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('8e5e2584-dedf-0d6d-d4da-3512613b6b48', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'task_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'task_contacts', 'task_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('8fd28309-07ce-4de9-e507-16327cce4800', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'calendars', NULL, NULL, NULL, 'app', false, false, false, 'calendars', 'calendar', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('916593a4-e0b7-af5c-47e1-e6d9ff68a0c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'thread_participants', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'thread_participants', 'thread_participant', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('9a208554-2d9f-3cac-4aef-49701f75ca05', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'goal_projects', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'goal_projects', 'goal_project', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('a1b17efe-df85-506d-c17c-20a8b9e3364a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'deal_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'deal_contacts', 'deal_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'messages', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'messages', 'message', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('a2584282-1ad1-b286-72ed-5600afec4d5d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'deals', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'deals', 'deal', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('a5386d62-8fff-f268-b899-998c65441398', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'venue_links', NULL, NULL, NULL, 'app', false, false, false, 'venue_links', 'venue_link', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('a8ee8edb-f56f-778f-e477-b6457bb56aad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'rules', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'rules', 'rule', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('ae455b39-e68a-6ebc-85cb-74e228fd1d02', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'calendar_event_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'calendar_event_notes', 'calendar_event_note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('af65f378-c673-f90d-2271-b5e66bcd7ec7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'raw_contact_phones', NULL, NULL, NULL, 'app', false, false, false, 'raw_contact_phones', 'raw_contact_phone', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('afdd17b9-a0b6-05ed-e74c-1ea8d28b2575', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'skill_tools', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'skill_tools', 'skill_tool', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('b6ee757b-d48b-0c2d-e484-322f82a1e167', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'trips', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'trips', 'trip', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('b6f18c67-1134-b1b8-e7a7-f9e282bd6811', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'events', NULL, NULL, '{"@trgmSearch":["name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"name","weight":"A"},{"field":"notes_text","weight":"B"},{"field":"location","weight":"C"}]}}', 'app', false, false, false, 'events', 'event', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('b72b7176-c9f7-9e24-85dd-a28cf9784959', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'goal_habits', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'goal_habits', 'goal_habit', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('bae5c563-ef9d-6517-ce1a-2e88b8e2470e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'calendar_event_tasks', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'calendar_event_tasks', 'calendar_event_task', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('bcad7ea4-4984-07ef-ded1-87c45c25047a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_schedules', NULL, NULL, NULL, 'app', false, false, false, 'runtime_schedules', 'runtime_schedule', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('bd2a1437-8af8-97ac-b324-7315ac909a00', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'email_threads', NULL, NULL, '{"@trgmSearch":["subject"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"subject","weight":"A"},{"field":"summary","weight":"B"}]}}', 'app', false, false, false, 'email_threads', 'email_thread', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('bd2b631e-beb4-c64a-82a9-f140a28875e9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'autonomy_record_links', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'autonomy_record_links', 'autonomy_record_link', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('bfd0789d-af36-931a-1ad6-642e3cb9ec88', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_logs', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'runtime_logs', 'runtime_log', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'autonomy_records', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'autonomy_records', 'autonomy_record', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_links', NULL, NULL, NULL, 'app', false, false, false, 'contact_links', 'contact_link', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('cf62f2eb-fbef-e377-3b8c-9e59a2c82e24', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'runtime_events', NULL, NULL, NULL, 'app', false, false, false, 'runtime_events', 'runtime_event', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('d0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'companies', NULL, NULL, '{"@trgmSearch":["name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"name","weight":"A"},{"field":"description","weight":"B"},{"field":"industry","weight":"C"}]}}', 'app', false, false, false, 'companies', 'company', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('da5b5144-990b-f7fd-1fce-5dd3cff75417', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'company_memories', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_memories', 'company_memory', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'tasks', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'tasks', 'task', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('db6d316e-1f53-f575-84a1-185ddf112eca', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'project_documents', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'project_documents', 'project_document', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('dc4c004e-e4c7-b562-882b-7717c0d5a1a3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'raw_contacts', NULL, NULL, NULL, 'app', false, false, false, 'raw_contacts', 'raw_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('dd7678a4-af1e-ad10-9b69-12bc46bc7a66', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'agent_logs', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'agent_logs', 'agent_log', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('de2b13f3-5772-6b0d-8106-25a34bd55533', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'places', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'places', 'place', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('e29932fe-57c1-d343-b6f9-51ccbe69f476', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'raw_contact_urls', NULL, NULL, NULL, 'app', false, false, false, 'raw_contact_urls', 'raw_contact_url', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('e2b173a8-9a89-6741-1825-2247b2410da4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'expense_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'expense_contacts', 'expense_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('e31ba1db-28aa-bd28-094d-48570417512f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'event_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'event_images', 'event_image', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('e352b23e-a611-f59d-14df-af7aecf451b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_companies', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_companies', 'contact_company', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('e75595e2-db26-8fba-2432-4c20f5de790d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'expenses', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'expenses', 'expense', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('ec39e1ac-214c-d20a-a838-08fffbe278fa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'agent_collaborators', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'agent_collaborators', 'agent_collaborator', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('f06b9092-14ad-59c3-3809-1daf41dd2e69', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_emails', NULL, NULL, NULL, 'app', false, false, false, 'contact_emails', 'contact_email', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('f3d548b3-3c6f-356b-f04a-cf5f4c2df82d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_notes', 'contact_note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('f65e301a-2609-4bc0-d9f0-a5feaef3551f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'deal_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'deal_notes', 'deal_note', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('f7e4b7b0-bc9b-c4de-94c8-680a5318c059', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'agent_prompts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'agent_prompts', 'agent_prompt', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('f8826daf-27e6-19b1-24c8-ca314cd9f683', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'images', NULL, NULL, NULL, 'app', false, false, false, 'images', 'image', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('f8f6da1c-d096-73f7-e8d1-a438fa8df13d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'contact_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_images', 'contact_image', '{}', NULL, false, NULL, '{}', '{}', NULL), - ('fdd2e8c5-22ab-c8d2-1e76-eebe4558db94', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '1de16531-3dee-8f11-240c-6c0ade1b5dd8', 'calendar_attendees', NULL, NULL, NULL, 'app', false, false, false, 'calendar_attendees', 'calendar_attendee', '{}', NULL, false, NULL, '{}', '{}', NULL); + ('01d38958-e199-5cde-d2d8-6be3c1bdbffc', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'company_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_notes', 'company_note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('05fabb64-c1e4-494b-f916-46613aa9eb3e', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contacts_chunks', NULL, NULL, '{"@chunksOf":{"parentFk":"contacts_id","parentTable":"contacts"},"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search","bm25_field":"content","bm25_text_config":"english","fts_source_fields":[{"lang":"english","field":"content","weight":"A"}]}}', 'app', false, true, false, 'contacts_chunks', 'contacts_chunk', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('0639cf97-405e-3cc2-95b8-4b179448e2e0', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'raw_messages', NULL, NULL, NULL, 'app', false, false, false, 'raw_messages', 'raw_message', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('09ffcced-76d8-0bc4-a2f6-e0f621cafa54', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_metrics', NULL, NULL, NULL, 'app', false, false, false, 'runtime_metrics', 'runtime_metric', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('0a3e8571-6db0-4306-ffc7-a4942d9c048b', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'deal_companies', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'deal_companies', 'deal_company', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('0d4cd07e-a08d-cf63-d1e5-0c60e692fc1f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_notes', 'contact_note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('12cadf37-a55a-30e2-b3ea-4cc1c9d75d54', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'company_events', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_events', 'company_event', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('130a697a-0a4f-354d-ab8e-6e5eb38c51cb', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_events', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_events', 'contact_event', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('1c257067-0217-7921-6f4b-295ceb6eb63e', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'company_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_images', 'company_image', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('23216bba-5061-5fa0-1d76-ef70680a7b7e', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'deal_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'deal_notes', 'deal_note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('26bbe4e4-345c-c783-2572-48b65a799066', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'memories', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'memories', 'memory', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('2d0b9842-d2ed-6b44-84d2-904db643cabd', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'images', NULL, NULL, NULL, 'app', false, false, false, 'images', 'image', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('30255e42-1f7e-1293-6dee-f70aca7feb42', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'agents', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'agents', 'agent', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('31caa3ae-4049-e8e1-2e68-4520742e2960', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'skills', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'skills', 'skill', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('34a76f23-350a-a3a3-3fa9-4b4fee255034', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'provider_sync_states', NULL, NULL, NULL, 'app', false, false, false, 'provider_sync_states', 'provider_sync_state', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('3643a6e9-aba6-0a38-5cc2-6b2e880b9b2f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'event_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'event_notes', 'event_note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('3b95812c-0c31-78c3-f1d0-c4188a054157', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'notes_chunks', NULL, NULL, '{"@chunksOf":{"parentFk":"notes_id","parentTable":"notes"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"content","bm25_text_config":"english"}}', 'app', false, true, false, 'notes_chunks', 'notes_chunk', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('4353751f-9c57-a006-8412-afbe8d673178', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'activity_logs', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'activity_logs', 'activity_log', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('436a727e-b219-b1e9-8ef1-f94134b0c57f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'places', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'places', 'place', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('4773a126-6464-2b8f-2e1b-2bcae29b209d', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_states', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'runtime_states', 'runtime_state', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('48108ef5-536f-6b05-9b13-0f11428a9d65', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'tags', NULL, NULL, NULL, 'app', false, false, false, 'tags', 'tag', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('4bd52833-0ac1-13ca-800d-6e50450c1f57', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'calendar_event_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'calendar_event_notes', 'calendar_event_note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('4d49c06f-d74f-0818-f2d6-fc5600175d4b', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'calendars', NULL, NULL, NULL, 'app', false, false, false, 'calendars', 'calendar', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('54b82593-6eff-14ac-e0c9-24aa30bfaec1', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'autonomy_records', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'autonomy_records', 'autonomy_record', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('54bf1101-e631-1b3c-988d-ae9bcfb4b1a6', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'event_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'event_images', 'event_image', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('54c4a789-52fd-10b1-a15f-01c3291a177b', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'deal_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'deal_contacts', 'deal_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('558c58ed-4337-e0b4-8af0-f0ec317c8039', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'raw_contact_emails', NULL, NULL, NULL, 'app', false, false, false, 'raw_contact_emails', 'raw_contact_email', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('586ba0f6-d0c6-826a-e684-84b89a1d58cb', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'documents', NULL, NULL, '{"@hasChunks":{"parentFk":"documents_id","parentPk":"id","chunksTable":"documents_chunks","searchField":null,"contentField":"content","searchIndexes":["bm25"],"embeddingField":"embedding"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'documents', 'document', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('5b3ab1d7-86c4-ebfc-0635-a31030582a74', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'company_memories', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_memories', 'company_memory', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('5ce09675-4b78-e50a-6418-a79b55062f30', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'conversations', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'conversations', 'conversation', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('667dc93e-2365-6646-c4b7-b7589e89c6f0', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'calendar_attendees', NULL, NULL, NULL, 'app', false, false, false, 'calendar_attendees', 'calendar_attendee', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('66d9a296-6091-ba52-e6d7-37501fe59588', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'expenses', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'expenses', 'expense', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('681e78dd-266c-1a62-7301-53216dd38bcb', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'venues', NULL, NULL, '{"@trgmSearch":["name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"name","weight":"A"},{"field":"notes","weight":"B"},{"field":"neighborhood","weight":"C"}]}}', 'app', false, false, false, 'venues', 'venue', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('682fc22b-1922-4990-6dc1-8992c84d4963', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'events', NULL, NULL, '{"@trgmSearch":["name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"name","weight":"A"},{"field":"notes_text","weight":"B"},{"field":"location","weight":"C"}]}}', 'app', false, false, false, 'events', 'event', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('6a91c644-677c-dfd8-481c-ddda687f0610', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'trips', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'trips', 'trip', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('6a9bffde-8633-681d-4fdd-626c364f9464', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'raw_contacts', NULL, NULL, NULL, 'app', false, false, false, 'raw_contacts', 'raw_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('6b5118a1-b1ff-6c8b-e3cd-deef28708848', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'tool_definitions', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'tool_definitions', 'tool_definition', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('6bf29bf8-a01d-dc68-1bdd-6b037f0913c3', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'event_venues', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'event_venues', 'event_venue', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('70343075-c6a2-8169-1bfe-8a08663ea94d', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'deals', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'deals', 'deal', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('705c4282-71d5-6754-f26b-c7de135e3e63', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'goal_habits', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'goal_habits', 'goal_habit', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('706194fc-3286-7de9-7e61-710c10a67e03', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'expense_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'expense_contacts', 'expense_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('715d37b2-ba0a-85f0-4a8f-0304c6172578', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'agent_prompts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'agent_prompts', 'agent_prompt', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('74b70c74-94ad-ebce-3b90-77799064954c', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'notes', NULL, NULL, '{"@hasChunks":{"parentFk":"notes_id","parentPk":"id","chunksTable":"notes_chunks","searchField":null,"contentField":"content","searchIndexes":["bm25"],"embeddingField":"embedding"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'notes', 'note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('76c9520c-aabe-d9a2-baa0-cfa0c5ebf49e', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'documents_chunks', NULL, NULL, '{"@chunksOf":{"parentFk":"documents_id","parentTable":"documents"},"@searchConfig":{"weights":{"bm25":1},"bm25_field":"content","bm25_text_config":"english"}}', 'app', false, true, false, 'documents_chunks', 'documents_chunk', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('7b67ad37-c527-fc79-9e27-144acdd50180', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'projects', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'projects', 'project', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('8158b978-1451-dbd3-3a9c-11b9fbf61e8b', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'agent_collaborators', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'agent_collaborators', 'agent_collaborator', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('8449e133-6bb4-6588-0557-d08e42baef94', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'goals', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'goals', 'goal', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('84c36411-85a3-86a1-db09-4ba734a32294', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_artifacts', NULL, NULL, NULL, 'app', false, false, false, 'runtime_artifacts', 'runtime_artifact', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('8865e1d5-9d89-66bc-4ae2-1be62e4dda21', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'autonomy_record_links', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'autonomy_record_links', 'autonomy_record_link', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('8944e376-7663-0723-83e6-57aefcd7e74b', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'event_links', NULL, NULL, NULL, 'app', false, false, false, 'event_links', 'event_link', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('8977c3cf-36f7-e2e1-2481-3401b0375622', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'habits', NULL, NULL, NULL, 'app', false, false, false, 'habits', 'habit', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('8a9a840b-10a5-ee10-4627-8b372bea2e28', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contacts', NULL, NULL, '{"@hasChunks":{"parentFk":"contacts_id","parentPk":"id","chunksTable":"contacts_chunks","searchField":"search","contentField":"content","searchIndexes":["fulltext","bm25"],"embeddingField":"embedding"},"@trgmSearch":["first_name","last_name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"first_name","weight":"A"},{"field":"last_name","weight":"A"},{"field":"headline","weight":"B"},{"field":"bio","weight":"C"}]}}', 'app', false, false, false, 'contacts', 'contact', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'agent_logs', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'agent_logs', 'agent_log', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('9439d734-1945-000d-7391-088b0fcf45c9', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'project_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'project_contacts', 'project_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('974ecd99-b65c-4156-2941-373b668d3618', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_links', NULL, NULL, NULL, 'app', false, false, false, 'contact_links', 'contact_link', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('97d329c1-ce72-5fd9-1828-f8d0b3290b57', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_events', NULL, NULL, NULL, 'app', false, false, false, 'runtime_events', 'runtime_event', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('9a740fdf-e4db-697d-324f-5fb5b1e1d30a', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'raw_contact_phones', NULL, NULL, NULL, 'app', false, false, false, 'raw_contact_phones', 'raw_contact_phone', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('9bf32fa9-e68a-4ede-91b2-a4284f6f1bd6', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'raw_contact_urls', NULL, NULL, NULL, 'app', false, false, false, 'raw_contact_urls', 'raw_contact_url', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('9f7e4db4-d59c-d819-f82f-91679bd3f9ef', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'venue_links', NULL, NULL, NULL, 'app', false, false, false, 'venue_links', 'venue_link', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('a1d52dba-8096-73f8-5420-5fdbd54af131', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'task_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'task_notes', 'task_note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('a98a58e6-12c9-25a6-2501-9c793ec581e6', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_schedules', NULL, NULL, NULL, 'app', false, false, false, 'runtime_schedules', 'runtime_schedule', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('aaa8e391-4889-6e50-73e0-14abb4af82e6', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'rules', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'rules', 'rule', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('abd92ed6-d29f-535d-86d1-a18e4e9baa33', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'venue_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'venue_images', 'venue_image', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('ac39bfed-e061-aab2-b241-6d5227164f7e', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'company_documents', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'company_documents', 'company_document', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('ae46f40e-b035-5e32-18a4-dec5e143f1e5', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_memories', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_memories', 'contact_memory', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('b5cb2006-a34b-9483-922c-2e0e19e6192f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'company_links', NULL, NULL, NULL, 'app', false, false, false, 'company_links', 'company_link', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('b7756af1-9b93-7023-15a2-a5abfb9f5783', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'task_projects', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'task_projects', 'task_project', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('b9ddb712-17c3-c827-f984-356ec9f71aa0', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_companies', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_companies', 'contact_company', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'touchpoints', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'touchpoints', 'touchpoint', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('bba78443-f49e-5101-39a4-b7cfd043bea7', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'calendar_events', NULL, NULL, '{"@trgmSearch":["title"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"title","weight":"A"},{"field":"description","weight":"B"}]}}', 'app', false, false, false, 'calendar_events', 'calendar_event', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('bc13c372-2c8e-77aa-b069-38602ba75ac9', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_images', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_images', 'contact_image', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('beda0cb3-61e6-26ac-f6bc-9ba8f1b7cd58', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'calendar_event_tasks', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'calendar_event_tasks', 'calendar_event_task', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('c0511c5c-68f3-8d11-2a4e-d187a78acf12', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'email_recipients', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'email_recipients', 'email_recipient', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('c1d5d295-26ce-e77d-44ee-4efa20758b5f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'email_threads', NULL, NULL, '{"@trgmSearch":["subject"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"subject","weight":"A"},{"field":"summary","weight":"B"}]}}', 'app', false, false, false, 'email_threads', 'email_thread', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('c3634fd2-88e6-6bb0-75cf-d1eddab287ab', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'tool_executions', NULL, NULL, NULL, 'app', false, false, false, 'tool_executions', 'tool_execution', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('c449dc46-a55e-fe16-9550-933f39e0c575', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'skill_tools', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'skill_tools', 'skill_tool', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('cbbd19de-8997-7c13-921e-4ae6107ab2a6', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'raw_message_attachments', NULL, NULL, NULL, 'app', false, false, false, 'raw_message_attachments', 'raw_message_attachment', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('cd1af36e-8999-29a7-d419-2f8d78e7d64f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'interactions', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'interactions', 'interaction', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('ce0568b5-2326-c4ad-f4c7-b57c0863b6ee', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'email_notes', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'email_notes', 'email_note', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('d15b4649-3324-0dcf-65c5-480a9a46d792', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_addresses', NULL, NULL, NULL, 'app', false, false, false, 'contact_addresses', 'contact_address', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('d1f584e9-372a-a1fd-b7a3-170a6207cb44', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'emails', NULL, NULL, '{"@trgmSearch":["subject"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"subject","weight":"A"},{"field":"body_text","weight":"B"}]}}', 'app', false, false, false, 'emails', 'email', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('d2f9075c-b71c-c516-d454-515d109ec932', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'messages', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'messages', 'message', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('d99c5a94-6bae-f3ef-da71-65b356a1d856', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_emails', NULL, NULL, NULL, 'app', false, false, false, 'contact_emails', 'contact_email', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('da26ffe1-1b89-3493-d9bf-7edd46a867c4', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'companies', NULL, NULL, '{"@trgmSearch":["name"],"@searchConfig":{"weights":{"tsv":1,"bm25":1},"fts_field":"search_tsv","bm25_field":"embedding_text","bm25_text_config":"english","fts_source_fields":[{"field":"name","weight":"A"},{"field":"description","weight":"B"},{"field":"industry","weight":"C"}]}}', 'app', false, false, false, 'companies', 'company', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('dd268a5e-862e-ab5f-7363-a3ca864ff5b7', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'thread_participants', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'thread_participants', 'thread_participant', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('de623993-71a2-3a37-b303-dff7d2945fac', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_state_dependencies', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'runtime_state_dependencies', 'runtime_state_dependency', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('e0e59d44-6406-e202-0f4b-a8d4f0039761', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'task_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'task_contacts', 'task_contact', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('e42c8dae-fb4e-464a-355d-bc63c53beb5d', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_config', NULL, NULL, NULL, 'app', false, false, false, 'runtime_configs', 'runtime_config', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('e63a58dc-e4eb-b47a-6397-b5b85cdd064f', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'prompts', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'prompts', 'prompt', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('e83bb220-1630-15e4-1516-160d65b7c518', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'email_attachments', NULL, NULL, NULL, 'app', false, false, false, 'email_attachments', 'email_attachment', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('eca2cc5e-d4cf-ef11-dfef-ee03e3d5461a', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_phones', NULL, NULL, NULL, 'app', false, false, false, 'contact_phones', 'contact_phone', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('eca78133-9580-daaa-616a-1378a7156637', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'runtime_logs', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'runtime_logs', 'runtime_log', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('eeeeac37-fd3b-83e7-7e23-152f560e51bd', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'project_documents', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'project_documents', 'project_document', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('f1c44add-37ac-18d8-4a39-0b1dbc6021d9', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'contact_relationships', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'contact_relationships', 'contact_relationship', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'tasks', NULL, NULL, '{"@searchConfig":{"weights":{"bm25":1},"bm25_field":"embedding_text","bm25_text_config":"english"}}', 'app', false, false, false, 'tasks', 'task', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('fb6f00c3-c1d0-d9e5-0c36-56f864a50082', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'goal_projects', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'goal_projects', 'goal_project', '{}', NULL, false, NULL, '{}', '{}', NULL), + ('fd245e20-4d3b-c0fa-b467-d508c2c14ea9', '019fa679-9064-7be8-b12a-f974608356ce', '019fa679-908a-7721-91ed-45c1fa1edc42', 'calendar_event_contacts', NULL, NULL, '{"behavior":"+manyToMany"}', 'app', false, false, false, 'calendar_event_contacts', 'calendar_event_contact', '{}', NULL, false, NULL, '{}', '{}', NULL); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/trigger.sql b/packages/agentic-db-services/deploy/migrate/trigger.sql index 8c84774b7ca..a4d649c1bbf 100644 --- a/packages/agentic-db-services/deploy/migrate/trigger.sql +++ b/packages/agentic-db-services/deploy/migrate/trigger.sql @@ -31,194 +31,194 @@ INSERT INTO metaschema_public.trigger ( category, tags ) VALUES - ('03c6fc6b-5aff-5dfb-f96c-291895668a7f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('0434b797-baa2-e265-3ebe-bc80b725dbe1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('04ee18a8-df0a-e440-138c-73e4224410a6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('05531c18-dfe4-828a-260c-3beac65c0859', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_intent_trigger_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('085579f3-5d02-2ba6-8f48-bf11755addf9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('08ce9d79-10a7-2aef-9b14-d3cf5a7f4414', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('097102cc-fc1e-425f-59c9-b6748d70fade', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('0a887311-3ed4-fb80-3c4e-fd5aab427583', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('0a964af5-f75c-100d-5dee-6eb8687ebb47', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('0c86e623-2005-9bb3-f85c-a19479f5afae', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '254361f3-61cc-46a7-27fb-1842c1c32efd', 'event_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('0d976a5d-12f1-45aa-fde9-2162c8fe55ff', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('0f001aa3-342b-e049-7cd7-662347e89be3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('0f2e730b-4f20-c4b7-fbd2-a4538d862cec', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('0f61d807-1828-f7d3-f49a-a48b61ec3118', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('12dbbc53-b708-7092-e2e6-e8ea19e91d65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_search_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('155730a2-a05a-0676-28cd-82e1db2e7750', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('169caf07-8c66-adad-9554-68ee846c6025', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('1766fbd1-f9da-46b7-624f-5060edecaebd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'cb0c1bfe-5fa1-0101-d7e8-e2dd6d730d75', 'contact_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('1770a421-5d0b-bd19-4bd2-d142fdd69690', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('17882fc8-c8fb-c623-092b-7ee420cf21ae', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('1837f72a-2094-812c-5ae4-0860d33b7044', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('18408b89-f9b6-0ff9-dbaa-564b5ad43fc9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('19ae9833-cad7-aba5-1a33-ecd376a04ba9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('19b2d225-8096-2fd6-4f79-5da1e2d93426', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('1a708cb1-8576-32b3-bd38-f0c9a07bd428', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('1ded7628-9a2a-85b7-c25f-441101609c00', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('1faae4b0-b655-dbd1-f6e6-2c35a4b97893', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('2116cbd5-131d-b940-4c26-f2e04d8e0b96', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('21656c19-f386-05c5-aa1c-9f1c76b87b62', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_enqueue_chunking_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('2385c627-8111-6e87-2a46-e0371e5d00f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('262d9763-b1f8-0a14-1d48-c54900a82d7b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('28125c95-afa9-dc12-d66b-8ffbf03105ba', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('28569d0f-1558-8500-11a7-605ef6aa2309', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('28c2ab95-227d-c43c-fda0-5c038bdf4c65', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('292d355b-67a7-9468-c0b4-fdc6421bf381', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('2967032c-9ad8-9510-0e89-5edcdb01911a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('2a395cec-d2fc-6672-fb63-8d42a2ad3a34', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('2b352427-2c7c-bdc2-b31c-853f95df3260', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('2e1d7001-64f9-36a4-8b9f-a20c340c5b4d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('2fd8094f-6b92-d5e4-dfd5-023ab34be366', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('32c8cc00-6daa-a1b1-d4eb-a2a11f8a27b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('33677769-ab26-c2c3-1874-466e1cc33170', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('3495982d-485c-5b1f-1cea-4f96a4b55f1a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('3566a93b-ec74-b626-bf80-3b46c34fdc05', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('3600f2a9-ae5d-06f7-6a4e-4091cab6d25c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('3605bd37-6818-70c3-5d57-992d14d41ff1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('36169bee-afed-4c3c-e8de-23e3eb78f0c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('37277666-0c52-f7b2-9af9-e120cef9945f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('3825f842-d47b-470f-5060-0b32289d8324', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('388a6821-babb-dc62-b6b5-3bad96796dca', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('3b1f4e49-2ea3-93b4-418b-bb5b6c862d6c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('3b6f398c-47c6-ce25-36ea-1b3b482cd0c7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('3b888213-9795-9e8e-d079-923ee75cb92e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('3bb7ac16-dd81-4acc-8f1f-3c5e3dc3c100', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('3c5635f1-d64b-45b0-ad06-d8731ad81d34', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('3c680c5d-ded1-296e-f75f-6ae76c4c1f3f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('3df0283f-56f3-5b8d-f5c7-d41f79e40d4e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('3e550c86-22b1-6f0d-491a-da7c0789adbf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('3e6af1ad-1178-0a8d-c8f8-6e2b1c8a3702', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('3ec975ac-145b-c02b-0abe-50d3a12b900c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('42e9bd6d-1e29-83dc-bcde-53b15a3ed554', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('434902e1-c18a-6b78-898c-4bab01f366d7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('457dfa57-0211-d82e-f970-dfb9892fa66e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('45d89ef3-1565-5f7b-b6ba-aadffa757e81', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('48c3f09e-e702-4a77-1aad-507902329303', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('495b37b9-634c-649a-d14f-15e217952ddc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('4cf9a351-e572-28f4-5b92-f60f8b553244', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('4dd50c6a-1e9b-36f8-195a-8551b5ccc9bf', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('4e0d77ca-a1bd-d816-26e9-0422bf9120d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('4fd84e98-02f0-313c-f651-16e95516a086', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('50576ff1-f1a1-7d94-b5f2-c2e13ae05ad1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('529b3aec-f487-613e-63e3-885c7a3f5385', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('5891df28-ecf2-0822-179a-1acd02c17a3b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('58dbabb6-b92a-df1a-0222-7f81c1f568fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('5a279caa-05ee-a434-979c-e68f3f445841', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('5a7c83d1-feee-fa7a-83c5-ec8db38250ac', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('5bb04787-7c87-14a7-3ee9-e5b52bfa5a6e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('5e9e72eb-7e31-bd36-52a3-e994b21a623f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '179ca6a2-5b57-eef3-02a7-e228dc451abe', 'company_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('5ecdc94f-857c-852d-88e5-c0a001a759b9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('646e2335-7ef4-8ed2-c773-1ae4f8327303', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'f8826daf-27e6-19b1-24c8-ca314cd9f683', 'images_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('64f6dfc5-7463-8bf4-beaa-b5beb96e3fbc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('67b17103-2a19-9d71-f3c1-97c980c04c0b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('67ffb74d-0a21-e4c3-171f-4e22b33d9bb6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('6b07c44a-4fab-d05c-9af2-5661b29e376d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('6b43337e-4e0e-1855-d037-8a2a90d3c970', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('6be62bca-9cf3-236c-ded2-ed9032d8368d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bfd0789d-af36-931a-1ad6-642e3cb9ec88', 'runtime_logs_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('6c8c43d7-66df-dedf-49ed-179bf535f8cb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('6d61ce35-bf01-25d6-e46a-0888fd6522f3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('6dd430bf-225d-05af-bd4c-d2ab09bd3234', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('6e07ceeb-b9d7-a6e4-53f2-ae3c6b3957f4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('6f24ad1a-124d-917b-5b1b-71d4b7ae78a2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_trigger_concept_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('722175bf-b6b1-66dd-d266-0700da0ac503', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a5386d62-8fff-f268-b899-998c65441398', 'venue_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('734c7ac8-7e61-0ccc-d2eb-e8a3d761fd61', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('73a63509-367d-34ad-9637-33f96cc856fb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('747730b9-7c52-ab64-949d-c14259f281b5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('74c248f4-385a-776d-746d-3851bace778b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('74ff3968-9605-3725-b442-8394722055db', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('76024678-9bc0-13ca-c2e6-aa642df7ecb6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'db34f1b8-dc09-e1f7-cebc-e2a5bb1fe11c', 'tasks_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('7bb3706d-5125-a8cd-c280-64fb5be268f9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('7c81b2da-cf78-415f-029a-d96d1da6fd84', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('808b5ad5-376d-2a5b-618c-8f3787cb22bb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('83a5d720-4c15-813d-d7c7-30cd986ca934', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('8a2f158c-c1cf-209a-1a95-91ed368b2e02', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_trigger_concept_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('8a79acf7-95db-cb62-7a5f-79689cbd4f45', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('8b2fa09c-21a3-f99c-7aa2-f3707b63deea', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('8e664197-ee99-8bea-0c59-1cff3ceb7b59', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('8e9c08b5-9537-ea7e-bd68-ace064e2d832', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('8f2354d3-cd94-db09-eb9d-7863a832a1a4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6ee757b-d48b-0c2d-e484-322f82a1e167', 'trips_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('8ff4e2b4-75b6-784c-7f7f-011eef5920a5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('8ff54f8a-10d5-bbb4-10c0-46b15ff42d5a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('90355b7f-2f3f-2594-eab3-612cde4649b1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('94b16d51-13b0-56cd-a374-0c9711682704', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('94f93280-281d-be13-07ac-191d40e8d639', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11f15d42-d31c-ea7d-8f44-834098c853e6', 'contacts_chunks_search_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('983abffa-4641-d8d1-74b5-db52c9a47acc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '800eafad-ad41-27a2-5c7a-749c4638d592', 'projects_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('98a08d37-503f-a23e-5f8d-5f8270b18f8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('9910a66e-8cde-3a83-7784-83a9b6c58442', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6735cf0f-2faa-29d0-871d-a996b05936fd', 'goals_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('9a50c72a-abb4-7b11-ed23-14104993ae84', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('9bb10513-c7f5-8ad2-1570-e6bbda3abb5e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('9e086312-55d8-8ce6-e78c-ad5089fa6e93', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('9fcaecd6-3914-e576-8d13-eb31b8bbce3f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('9fe02879-d84c-d819-af2f-bc225b59d11d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('a31f7a44-f029-4a86-a7a7-24fd7e96b428', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('a5baffcb-f5f0-47f0-6b94-9c1a0f13dce9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('a71cfe4c-7806-1f9d-7458-128c10cb8b1f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('a75109cb-e271-80ae-a994-e35193b6787a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('a81a12e4-7163-fb73-95b2-ea4f96854aa8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('a84e12e5-800f-98db-69c3-b4175ea18e33', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('ac0acdfb-7091-c880-1122-df4b546d1a83', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_enqueue_chunking_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('ac250aea-31df-6a8b-d374-30691ca20b4d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('ad90cfaf-d851-558f-ab50-18748be56c29', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('ae5e0255-fbfd-eb06-a14b-8adf28b7d28a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2584282-1ad1-b286-72ed-5600afec4d5d', 'deals_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('b1550cbd-2150-88dc-3fff-ef6725da91d5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('b2e27798-afc2-f111-5ec7-b0bbe3782650', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a2457fb7-9a8e-e3e7-13fe-dd078f37cfb7', 'messages_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('b531f54e-8c92-89e7-0d99-d632c43928d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('b91443a5-af0f-0d4d-330e-b3fdfdb0495b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('b94f23cf-8147-e436-ae5f-eba667d903c0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('bceab0db-1863-c983-762a-61be4333bfa9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('bd2b2348-c5fd-6df5-74c7-40e4e1534484', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('bd6f9074-49fa-7ae0-622c-ea055b56d213', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5e8637f4-a7b5-1655-b15a-3518077c69e4', 'venues_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('be0add44-55a6-c7bf-e20c-3e5c3f2ae822', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('befdd8ff-46d2-4498-2024-e2910520a922', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '70837e37-a3d1-bd7e-a0e7-bdcc0dce4a70', 'touchpoints_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('bf15e182-8998-38c2-8b31-f65d676260ad', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('c001d13c-3859-832f-b5af-f3b4658fc44a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('c099fd9b-714d-241e-cce1-f71dec233245', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('c1d5fae1-3dfc-101b-a21b-9e54e864f648', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '54d7732a-fd2c-6a90-5c8d-4d8e29920737', 'tool_definitions_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('c2863da1-8c57-018f-caed-0371b732e144', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('c42dcd2e-233a-b4e2-423b-eadc21e1774d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'bd2a1437-8af8-97ac-b324-7315ac909a00', 'email_threads_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('c690f33f-a957-c476-c55c-fd58e3b2e661', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('c73e41f7-b85b-92de-5de0-e29986a33d96', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('c8fb3866-610c-c439-2cea-0248b7b788ff', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_enqueue_chunking_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('ca56492e-99ad-0fb3-453f-8e8bad4d4411', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('cac032b2-2746-b86a-8725-9dd7da0f9d5b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_enqueue_chunking_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('cb3ae318-06ae-64af-a9c9-4c343e2c7518', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('ceeeb14b-1dfd-1503-94b5-01464f89e09a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('cf6f8e0b-ba5e-50c9-493d-a0d27d31ac16', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '11a044ad-dc93-bd9c-836d-135528294212', 'runtime_states_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('d051c661-b1e1-f75c-1bd5-a0236bc80627', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('d07787ed-f6ff-cbf8-d059-935f9c58e138', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_trigger_concept_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('d23cfe31-a946-a5a3-cb4b-a79206fbe208', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'e75595e2-db26-8fba-2432-4c20f5de790d', 'expenses_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('d290b6e7-c868-9a86-7d13-5d7f9e0cdbe2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('d7d6a606-f042-6d0f-e1c4-98cc362a522d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('da878116-84e7-f036-37a4-2f8c13214b64', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0d521c88-2b66-2a03-72dd-e44963fadce1', 'prompts_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('db30347e-44f1-8fbb-a7e9-1e80b30c5d12', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'b6f18c67-1134-b1b8-e7a7-f9e282bd6811', 'events_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('de2109f3-6989-6b08-e09d-0cdcb9be8c27', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'a8ee8edb-f56f-778f-e477-b6457bb56aad', 'rules_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('e1446137-4e35-0c4c-d6bb-c6fddfaff99b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_intent_trigger_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('e1c3b81a-0538-aae3-9db4-b7f5d6888fd5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'dd7678a4-af1e-ad10-9b69-12bc46bc7a66', 'agent_logs_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('e213e8c2-437d-d376-7d09-a8c60ae4eb37', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '27649de5-b2b6-7f06-45b0-924ae3979ecb', 'conversations_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('e453cfd1-9dcf-1fae-d8ee-337863238d78', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('e6e57d6e-9841-52e1-a7dc-fb75567b1c09', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '53d41bb0-907f-f868-d963-3559c2fa6bc6', 'emails_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('e9814e76-2376-cbc6-3739-5c142d41d76b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('e9e16ff1-4a7c-d3e7-a9bc-ce653dc462f9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('ea4686dd-f1e2-4ff6-8ba5-2f7f0791acb7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('ec3fd8e5-bc79-b4d0-50f6-b355a6920af0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('ed6dff5a-519f-b713-871b-e013d208ef9a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '8aa3fb51-f8f9-556c-799e-b95eec9abb6c', 'activity_logs_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('eda9b4e4-9ac6-58d6-6fd8-38093ef62759', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('ef077b31-74ff-9975-7c36-c8bc2545b398', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37730bcd-d659-4296-c0fa-65768b87d9c5', 'notes_enqueue_chunking_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('f1fa0f4a-208d-a370-16af-56137db4f64b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_intent_trigger_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('f2819218-dc17-2b59-7093-558e6f1a4953', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '37eed52f-fa1c-528c-1f77-688ac4b81f40', 'contacts_enqueue_chunking_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('f2a4180d-8fac-72cc-af9d-93d3bd19f145', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '746b9969-1a47-eeb8-53bc-84a077486db2', 'calendar_events_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('f4278d76-09fd-2109-f8dc-08698f95383c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('f548233e-ba1c-f0a4-d61a-39e81c525563', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '867f4e78-903d-d6d4-26e5-71701af6fa30', 'agents_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('f54fac24-ec98-d9c3-5fd5-8461759f41dc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'de2b13f3-5772-6b0d-8106-25a34bd55533', 'places_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('f746590c-9527-1782-9ebc-1eb438294297', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('f7637b38-6763-efd0-65ec-7a6ac754510a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '6aecfe4f-4735-7e82-ed25-575c43c3c9a8', 'interactions_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('f8f0c1ff-b330-2899-c7c6-2f834dcc952b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'c2f75a4f-e88f-f9f3-e4a7-4dee4b0346e6', 'autonomy_records_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), - ('f9e8a6d6-5ea9-3ed8-d11f-1e9d42eb821f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '78d08852-1160-0dfb-193a-e1ba85d840cd', 'memories_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('fa2a3418-40b6-13cb-61e7-b53680f8a506', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '0656baa1-4248-6e66-72be-f9ad387c9cf0', 'documents_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), - ('fbc93db1-0c42-d126-f61d-23f279a5d535', '65a856dc-b301-12f0-d108-9c49d8b99bf0', '5108b493-8e50-6922-c7fa-2c9b59728797', 'skills_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), - ('fd03e152-f14b-9da2-d4e3-60c70bc4735d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'd0e5e94a-f82a-fdd6-c1ec-5f9c5b5756d5', 'companies_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'); + ('00bd5d6a-302f-f25f-2b67-d807de2b256e', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('01d026f8-3a1b-0499-b270-978223ec0b42', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('02e55658-d631-b1ce-542f-be44b1e2dd4c', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('044d5721-7fc9-42df-c5e9-9fe9c2e79a7a', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('04e13b66-46a4-e9b1-d7ae-b839cccd2769', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('05eace37-4cc6-b87c-dd9c-1c6dc76ee091', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('05ed10a8-4bba-8579-5b7a-c4b6bf2c2c23', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('0672753e-0041-281e-4227-d4eb000c6416', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('0a8a47f6-2061-ea1d-8667-e1e5227bd758', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('0aab1adc-ad5e-e627-64f3-9d04f6e9ad3e', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('0c2f07ae-c7d8-a378-b3b3-bdee2e769ae1', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('0c921a7d-5c8b-d2c6-502b-4b730e7cb84a', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('1001425b-21bc-beab-a9a7-3790a90e8ce2', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('115f9cc7-2269-fa82-a771-2fb5da301c01', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('1268aab5-5e16-d463-90d3-4d7b6be0a7e1', '019fa679-9064-7be8-b12a-f974608356ce', 'b5cb2006-a34b-9483-922c-2e0e19e6192f', 'company_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('1305a263-6012-315c-af62-df21d8565ee6', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('1313614f-80d0-a7e2-e637-98c222c57b88', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('14c9a12c-42bb-cd98-908a-27a7c53052ea', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('14de1015-4b3d-a634-5ad5-ddaf39e5a3e4', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('1664c4ae-239c-6bf6-5daf-b756fd1c100a', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('173c5967-210b-fee8-2cbf-d9e0632dc9eb', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('17b1469f-17a0-66a6-135f-9d1026fa6ab1', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('1877078a-f641-49eb-d47b-d4d39d59548e', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('1a751c3d-4b95-9f60-a29d-657951d3f7ce', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('1b8c7bb0-340d-6021-dbd4-ee862eca5e30', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('1d5a57fb-5347-869d-ebb4-107af1bcc983', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('1dd6e53c-4522-3cf1-900c-260ba14cb348', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('2075122c-9801-33a8-90a7-68691faa9055', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('209397c9-a9b8-e560-1b26-23eb1e8e07f9', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('20dc380e-6e9f-aadb-2b28-52fb03e15fc8', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_enqueue_chunking_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('2249ec84-1fa3-408a-7337-f0a5d6f7716f', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('25670638-33d0-265d-4bcd-fc99851ec55e', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('257f193b-f9f3-3cf7-25fa-f2e5c422953d', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('26b9f5d4-be04-9c78-0759-ae2c06041bc5', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('27470407-65b4-346a-35c5-723b0d926e9c', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('2b8fa23f-d993-b2bd-4f96-159b35ccca24', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_trigger_concept_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('2bf9fc82-e9b1-2575-cdbc-ff21f9262ee6', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_enqueue_chunking_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('2cb516bf-5991-63fb-1713-981add4f0b69', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('2d18666c-13eb-3905-4a9a-47b5da83b4a1', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('2d9fd29d-ac09-9879-e7e1-d4737374b16e', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('2dd4888c-9ccc-c78e-cae8-a15edd853b56', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('2e57e115-e83d-46e0-26e6-8941a1f7406d', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_intent_trigger_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('2e69b4ba-e8c6-cb6d-1e8f-e28ce5ece6e5', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('2ec1f0a4-2ab6-9d7b-e9c0-6fc216844710', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('3024b76f-31e0-3aab-e587-2d6e3b5f0343', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('31a69cad-1ad8-8547-8307-6c1a93371813', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('326007af-bdb2-882e-80c3-2402fce54852', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('3268ef56-a76f-d704-4d1d-6b8a7a7b1882', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('32dd77c3-7d1a-9b6f-5ceb-c02a454355d7', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('36fa185b-bca2-edbe-b573-f1375b5b0d6f', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('379b2caa-a0ee-e750-794b-5b8bc242a4d1', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('379bfa5b-f5ab-92f2-c44c-4828880ef030', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('37cc36b4-b1b9-c61f-56fa-7e722d9da73a', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('37fb623e-f582-b836-2e26-2010eb0b1dfb', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('3847cc1f-fbb4-9b85-23e9-bfec28c55e98', '019fa679-9064-7be8-b12a-f974608356ce', '9f7e4db4-d59c-d819-f82f-91679bd3f9ef', 'venue_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('3b8e3238-f89d-c290-89c1-e7702c828662', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('3c6f8325-83f5-d11e-723a-e762d2949ace', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('3e669453-9b43-bcde-fd82-3ad920e37140', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('3f126452-8f96-d7e9-dd48-55685dde83c8', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('41981f1f-d0cb-9d2a-6d21-ceb4684c80b9', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('422f21dc-af60-9f7d-0e7f-d7cf5270937e', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('4355065d-5968-9a55-d743-b68625796029', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('49a3248b-94a6-bf1f-b98d-59c77089d49a', '019fa679-9064-7be8-b12a-f974608356ce', '2d0b9842-d2ed-6b44-84d2-904db643cabd', 'images_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('4a5a974d-6d8f-414f-4ae4-847bbc18990e', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('4b653803-1e67-c195-37e2-604da5e6ff71', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('4ee2b821-5118-bad6-1f7e-291d8ab9eac7', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('5141ff36-ea8a-1ee8-76b3-8eae002fc06b', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_enqueue_chunking_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('5219a26d-aa65-520c-6013-b5de3f4d0792', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('52a36a71-47f0-54bb-cc0b-98fbb5daa777', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('5405f41f-5d6c-ad8d-64c0-4f906b16c6a1', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('586bc210-dc63-1d62-2c17-38e75171902e', '019fa679-9064-7be8-b12a-f974608356ce', '74b70c74-94ad-ebce-3b90-77799064954c', 'notes_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('5ad06be9-2365-91ca-8bc7-48509ec96132', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('5bb968d8-adbd-d55d-bb66-966c5198a82c', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('6073326a-2d3c-733c-237b-242c77fb6366', '019fa679-9064-7be8-b12a-f974608356ce', '586ba0f6-d0c6-826a-e684-84b89a1d58cb', 'documents_enqueue_chunking_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('60f97e21-c5aa-a7b3-6a71-b9a6b643abf3', '019fa679-9064-7be8-b12a-f974608356ce', '974ecd99-b65c-4156-2941-373b668d3618', 'contact_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('614512bb-db36-83f8-6a08-c110f4e71de2', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('61fd3033-1b44-2029-271b-e92620ef36a7', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('624b83d9-4ac3-93d2-e27d-76a3548ba3b3', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('650da110-4045-f800-6377-d22c00c5e12c', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('679deda5-f28b-2b1a-fb36-1842daa384d1', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('67b08fcf-8557-fc6d-0a8b-d314f54d42da', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('6812ec23-f844-8a3f-3728-9a3a562c38a5', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('688b4374-e311-ac2d-226e-07de36ecefd7', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('6a8b44b2-3327-ae9b-19b0-fc1de374b94f', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('6c841075-703f-8bd4-7fa7-665c436152e7', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('6d10f214-0311-e135-dd44-a291a4a11fee', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('7050511f-524f-6f13-f1d2-3346882dc241', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('71ac7a9d-ce08-3bc6-b643-b325a6d5023a', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('71f9d7e9-71e8-c016-32fd-af22ef828c21', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('75873f9e-1634-8879-1e83-36846bcb3afc', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('7850bc09-394c-082a-8d9e-8e2cd7d88c09', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('791bed86-acf6-8d6d-cc73-fffda034c4a7', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('79eac7d3-9313-4ce5-a3b0-a598548321c0', '019fa679-9064-7be8-b12a-f974608356ce', '66d9a296-6091-ba52-e6d7-37501fe59588', 'expenses_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('7b1592fc-5088-44fd-3d4d-7efb3af0cdb3', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('7b605340-116b-c28c-6862-bd60d2ecd6a2', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('7c081ef9-ef5f-fae5-5c17-d41c2b1b5e35', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('7c1054ba-df13-0f04-cf75-20af791971f1', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('7cbb814e-837b-db17-2ab0-563d810baa1c', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('7d5d315d-887c-d7d7-65ff-2065fa270624', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('7d78e418-134d-2237-230a-3e165d74c997', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('7d9f6b40-ddc0-028d-ff24-e0b76c77dd20', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_intent_trigger_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('7fbad411-55e6-83e5-d053-822e624242de', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('7fe794e5-bbca-2760-4cb7-77552f21144d', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('806b4504-940e-a746-f50c-668f8606378d', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_search_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('806c6a4f-f18e-39e0-a7b4-ba82523127ca', '019fa679-9064-7be8-b12a-f974608356ce', '6a91c644-677c-dfd8-481c-ddda687f0610', 'trips_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('8094e60b-3593-9810-5572-ba4f18c16966', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('814c3afa-b6e4-c724-85a0-831caab49ca9', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('835cc093-021a-56e5-2ade-0008a3df80b6', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('849c20b0-9c8c-6758-8e7c-858776c40f3e', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('84c7d328-9f23-959b-57dc-15077f2e4fe7', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('84f768c3-858f-3349-67e0-d4f5c1f5fd9a', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('88e80acf-be28-aa24-6816-7312317dc898', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('891797ca-f391-e40f-1ca0-a420dd1edbd3', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('896643a9-0497-dff0-3074-32152fdc4746', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('8ce9d544-f4de-feb8-a137-87c0f11d1bee', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('9123a03d-89cb-5747-cb1d-857abe52f4a0', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('91d02a65-21ca-00c5-5d60-e39db99fd9d8', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('93068432-2476-4c05-5e24-9293cfff3c1f', '019fa679-9064-7be8-b12a-f974608356ce', 'eca78133-9580-daaa-616a-1378a7156637', 'runtime_logs_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('938eff54-865f-dbe9-b6f8-0f37e7023ddc', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('99480ee3-55e9-7012-8be8-182bb0de2e19', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('9a57a217-6125-be88-8209-b16f1cadfb5f', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('9c1c5219-2ffd-6351-1315-656d37c6bd49', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('9c39ba60-5bfb-892e-aee8-de7ddfb9591c', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('9c4d4a49-4ff9-0052-c890-60b6c5baa24c', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('9c84e6ef-ff8b-e9ca-3b67-9a1d63617ed8', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('9efa8e20-ad08-3c40-21f5-a71fb8e3eac3', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('9f0126c3-602d-2819-c591-f38495ef4a67', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('9ff2b77e-dab2-8281-e4f4-eb2f7564058c', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('a05c09dc-ae7c-5d1e-45bb-d525b55731f9', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('a115a152-5945-07b9-6a92-eab8ccd0c5b7', '019fa679-9064-7be8-b12a-f974608356ce', '681e78dd-266c-1a62-7301-53216dd38bcb', 'venues_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('a2626581-cd1b-beec-0e61-b3dc5530560e', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('a29ddd85-c8d0-3782-213f-82d6c075349b', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('a33ec6a2-aaf6-f23f-b3dd-c0fe9ae8785c', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('a3d70121-8c68-5aaf-9363-bdcac67e9237', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('a3dad1a5-5dd2-d7bd-0aaa-4bd75efe7728', '019fa679-9064-7be8-b12a-f974608356ce', '4773a126-6464-2b8f-2e1b-2bcae29b209d', 'runtime_states_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('a6839c2a-530f-6113-1c70-75522789cfca', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('a8683128-d58f-79e9-d403-7bb157e01482', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('a941d7ba-ab94-28c9-464a-422222e67f2f', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('a984e2c0-6aa1-aabe-7482-546a82783467', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('ac3320fd-1c78-dba7-404b-0898ead41bdf', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('ae5e22ed-87d4-0637-08b1-426c8b6f0157', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('af0c8060-9b31-3f7b-8c54-bcfa1b097c37', '019fa679-9064-7be8-b12a-f974608356ce', 'bba78443-f49e-5101-39a4-b7cfd043bea7', 'calendar_events_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('af932e71-5ac4-9a4a-0ebd-4fc4eb33552c', '019fa679-9064-7be8-b12a-f974608356ce', '31caa3ae-4049-e8e1-2e68-4520742e2960', 'skills_intent_trigger_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('b2af6fb9-1654-2f11-a1b3-e4077916252b', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('b40145bd-c17e-1140-06f4-30ff8ee5f270', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('b4aebade-65a8-7078-f75f-bdb56f3e9b78', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('b7eb6eae-6769-aa9b-1fcb-916edc5a0218', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_enqueue_chunking_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('b8218eab-f767-4b56-d048-456d0428ce3c', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('b8425673-5be8-9c92-ebb5-e37483ac4b43', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_trigger_concept_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('b921556a-65da-254a-7125-f4265efb8599', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('baa92a50-b7df-1a8e-daf8-e5fbacf3d2d7', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('bb2b231e-06cc-790b-ad08-e24e9177a772', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('bbd2d4bd-3a6d-b313-8790-0d65d8d59cd3', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('bcaf53e4-a385-1881-2dce-4aeb2c815e6c', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('bd2fe5cc-6304-ed6b-aa91-20a3e5bcdf0a', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('c0237305-9b96-f811-7916-2f383d64f4a7', '019fa679-9064-7be8-b12a-f974608356ce', '8944e376-7663-0723-83e6-57aefcd7e74b', 'event_links_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('c08c85e8-db5d-9a9d-8bf3-24d08cb78c83', '019fa679-9064-7be8-b12a-f974608356ce', 'c1d5d295-26ce-e77d-44ee-4efa20758b5f', 'email_threads_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('c1bb3a5e-eb70-e552-7205-d3ad7041ed77', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('c6199077-8067-d409-7add-e5e2b2a877ce', '019fa679-9064-7be8-b12a-f974608356ce', '8f64d3ea-5b84-1795-5ad5-dabdbd6b6bf2', 'agent_logs_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('c629759e-4f87-9502-635f-32a53ee08b42', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('c79c34fa-f628-ff71-3dbb-2b46b76cfcad', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('ca2548b1-ef7e-ecd3-d8b8-6460a0eb0dd7', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_enqueue_embedding_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('cb1ba416-18bf-f7b1-151a-b03416e6a4a1', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('ccc770c4-6db7-2926-faa3-c50ea53a1575', '019fa679-9064-7be8-b12a-f974608356ce', '436a727e-b219-b1e9-8ef1-f94134b0c57f', 'places_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('cdbae741-cf0d-0845-80b7-e6fcfbdf1d74', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_trigger_concept_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('d0704923-ede2-63c6-fadb-a7c11078fca4', '019fa679-9064-7be8-b12a-f974608356ce', '7b67ad37-c527-fc79-9e27-144acdd50180', 'projects_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('d2bab999-2474-aceb-a6e5-06b7efa0ba7f', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('d753cc61-b436-9279-a51c-c7c822dfc56d', '019fa679-9064-7be8-b12a-f974608356ce', 'cd1af36e-8999-29a7-d419-2f8d78e7d64f', 'interactions_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('d8bbfc71-37be-b37b-3526-4420aa23ebfa', '019fa679-9064-7be8-b12a-f974608356ce', '26bbe4e4-345c-c783-2572-48b65a799066', 'memories_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('db0f2f63-be60-4188-b768-3170bad89942', '019fa679-9064-7be8-b12a-f974608356ce', '5ce09675-4b78-e50a-6418-a79b55062f30', 'conversations_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('dd9aa525-fea7-a22b-2b12-fb1468ad676d', '019fa679-9064-7be8-b12a-f974608356ce', '70343075-c6a2-8169-1bfe-8a08663ea94d', 'deals_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('dec55dcc-163d-b3dd-1bd8-629bdb01d09d', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('df8cdb20-5c33-49ca-a061-81fe31ce9683', '019fa679-9064-7be8-b12a-f974608356ce', 'aaa8e391-4889-6e50-73e0-14abb4af82e6', 'rules_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('df928a6e-6389-9c51-e6c0-f5a1127eccbf', '019fa679-9064-7be8-b12a-f974608356ce', 'f6b5241c-d5ac-c1d5-ba5f-7f6c86f9eafc', 'tasks_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('e02cdd63-03c1-ff00-b450-40f0648ad6db', '019fa679-9064-7be8-b12a-f974608356ce', 'da26ffe1-1b89-3493-d9bf-7edd46a867c4', 'companies_search_tsv_tsv_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('e58a14c5-245d-0c7a-191b-dd91f1d5ef3c', '019fa679-9064-7be8-b12a-f974608356ce', '4353751f-9c57-a006-8412-afbe8d673178', 'activity_logs_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('e66cb415-8d03-6394-e1b0-b1390d446f91', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('e7b4a1cc-4bdd-8491-f2b2-64dd5dd03091', '019fa679-9064-7be8-b12a-f974608356ce', '54b82593-6eff-14ac-e0c9-24aa30bfaec1', 'autonomy_records_embedding_stale_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('e858b71c-0dbd-bb6f-397c-cc355eb20a7e', '019fa679-9064-7be8-b12a-f974608356ce', 'd1f584e9-372a-a1fd-b7a3-170a6207cb44', 'emails_search_tsv_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('e92947c6-f38f-1698-1a4b-b99a8f09fff8', '019fa679-9064-7be8-b12a-f974608356ce', '682fc22b-1922-4990-6dc1-8992c84d4963', 'events_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('eb04bba1-d82c-a03f-d6df-ba46005029ef', '019fa679-9064-7be8-b12a-f974608356ce', 'ba3b61ac-3639-b010-d6a7-c54aaa72d7e9', 'touchpoints_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('edec6615-fce9-c3ff-eadc-ffc5e4a3d6d1', '019fa679-9064-7be8-b12a-f974608356ce', '8449e133-6bb4-6588-0557-d08e42baef94', 'goals_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('f18ae3b7-b7c3-24c7-0af1-dffecbe7f749', '019fa679-9064-7be8-b12a-f974608356ce', '05fabb64-c1e4-494b-f916-46613aa9eb3e', 'contacts_chunks_search_tsv_insert_tg', NULL, NULL, NULL, 'app', '{}'), + ('f3878c25-93cb-3627-ec90-8deb4c347b44', '019fa679-9064-7be8-b12a-f974608356ce', 'e63a58dc-e4eb-b47a-6397-b5b85cdd064f', 'prompts_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('f7349bbc-ad76-215d-8705-0de8c54d6012', '019fa679-9064-7be8-b12a-f974608356ce', '8a9a840b-10a5-ee10-4627-8b372bea2e28', 'contacts_enqueue_chunking_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('f94e0982-16cc-5c07-1c77-4a1594ee2190', '019fa679-9064-7be8-b12a-f974608356ce', 'd2f9075c-b71c-c516-d454-515d109ec932', 'messages_embedding_auto_updated_at_tg', NULL, NULL, NULL, 'app', '{}'), + ('fdf21ce5-b740-840f-1ca9-327603ee35a6', '019fa679-9064-7be8-b12a-f974608356ce', '30255e42-1f7e-1293-6dee-f70aca7feb42', 'agents_enqueue_embedding_update_tg', NULL, NULL, NULL, 'app', '{}'), + ('ff5f8f62-93c3-ed19-86da-fcf437fc2e34', '019fa679-9064-7be8-b12a-f974608356ce', '6b5118a1-b1ff-6c8b-e3cd-deef28708848', 'tool_definitions_embedding_stale_insert_tg', NULL, NULL, NULL, 'app', '{}'); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db-services/deploy/migrate/trigger_function.sql b/packages/agentic-db-services/deploy/migrate/trigger_function.sql index f6765e926a1..42624df2c54 100644 --- a/packages/agentic-db-services/deploy/migrate/trigger_function.sql +++ b/packages/agentic-db-services/deploy/migrate/trigger_function.sql @@ -26,119 +26,119 @@ INSERT INTO metaschema_public.trigger_function ( name, code ) VALUES - ('0039d8de-6811-1c64-1a68-5403d2ca078d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'prompts_enqueue_embedding', NULL), - ('0245b1ea-5a0c-5e83-f58f-449230fda17e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'activity_logs_embedding_auto_updated_at', NULL), - ('025e6f3e-f276-511a-4326-fc307b64669c', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'email_threads_embedding_auto_updated_at', NULL), - ('02cd8029-56f7-578b-9781-93bdee2024a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'goals_embedding_stale', NULL), - ('059dfe5c-9539-4a50-a68f-3438638ae2c8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'skills_intent_trigger_embedding_stale', NULL), - ('08f92185-96a7-5f90-f4ce-a4c421414b9b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'documents_enqueue_chunking', NULL), - ('0aeea756-540f-488a-bdf3-4eaa775d01d3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'tasks_enqueue_embedding', NULL), - ('0ba470a6-cbf2-519d-eaba-0971baf30054', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'documents_embedding_auto_updated_at', NULL), - ('0d2fe27d-c3fa-edc8-e91e-9e92f59894dc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'venues_search_tsv_tsv', NULL), - ('0f98640a-cc52-f588-b4ab-21dd436dc974', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'messages_embedding_auto_updated_at', NULL), - ('1089e7ff-994f-8864-d7aa-92c5171eb18b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'deals_embedding_stale', NULL), - ('12b715ac-6ac2-9031-e413-ff15c85c66ca', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'projects_embedding_stale', NULL), - ('17387f87-d36e-f0d6-7acb-646f1f1f9eb6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'documents_enqueue_embedding', NULL), - ('17e80743-acc3-de08-d19e-f4ff901822b8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'agents_embedding_auto_updated_at', NULL), - ('1c545c23-8630-eadc-99a2-65b16f03976d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'autonomy_records_embedding_auto_updated_at', NULL), - ('213268fa-a6c9-99bc-b581-2c9fc0a45717', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'emails_enqueue_embedding', NULL), - ('23bac340-68d8-3e0e-2a5c-f24565fd8cee', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'interactions_enqueue_embedding', NULL), - ('272c7937-8f46-054e-7d4a-1cdfe1d6d62e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'projects_embedding_auto_updated_at', NULL), - ('299bd91b-6e5b-aa7c-3006-2cce0733a9fe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'rules_trigger_concept_embedding_stale', NULL), - ('2a9492aa-7599-6b17-5766-4ed6cea4a494', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'calendar_events_embedding_stale', NULL), - ('2be74f5c-6922-ad2b-e372-81c43470155b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'events_embedding_auto_updated_at', NULL), - ('2db416e4-b4ef-88f7-5bfa-c77c30078316', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'calendar_events_enqueue_embedding', NULL), - ('2dce3689-12e3-539d-458e-8acf7de32afa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'expenses_enqueue_embedding', NULL), - ('2ddd706d-243b-4396-74c9-d4a3bb9ff00f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'activity_logs_embedding_stale', NULL), - ('30bb2f04-d0b7-0935-afbd-9b59738d80f9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'runtime_states_enqueue_embedding', NULL), - ('324ca00d-0336-bbd6-1f1b-64e0cbca9062', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'runtime_logs_embedding_stale', NULL), - ('35e5d70f-b408-0bee-8b03-d94a79cd3f8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'event_links_embedding_auto_updated_at', NULL), - ('3a6c9799-bb43-6f71-4cb1-b2fb13fcae1b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'places_embedding_auto_updated_at', NULL), - ('3b37f9b8-c649-ee80-96db-7a7d7f09c5f6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'conversations_embedding_auto_updated_at', NULL), - ('43f82e45-a4a6-83e5-a147-dbcf0aef36c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'conversations_embedding_stale', NULL), - ('488df734-b423-57ae-603d-80ed7a7c9771', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'rules_trigger_concept_embedding_auto_updated_at', NULL), - ('4bf951dc-e258-63b3-2eb1-13f8b5d393ac', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'agents_enqueue_embedding', NULL), - ('4d9c7428-8e1b-ffe2-b104-e5bc6b085fb2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'notes_embedding_stale', NULL), - ('4e243dab-8b5a-fb53-d6c5-4ab227b2e0a4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'venues_enqueue_embedding', NULL), - ('4e29fb82-3aee-dfbb-2c55-7d64d4c215ef', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'prompts_embedding_stale', NULL), - ('4e3b1f5b-53ef-20fa-7f82-d68bcd6aeb2d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'prompts_embedding_auto_updated_at', NULL), - ('555c4f65-7c47-bbd4-aa8d-50ccb872cf4e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'goals_embedding_auto_updated_at', NULL), - ('58d509e9-945e-36ee-bcd7-5eadde7cb70d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'expenses_embedding_auto_updated_at', NULL), - ('5c831ca5-9679-7956-2059-755d2cc12e54', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'agents_embedding_stale', NULL), - ('5c9ec8df-99b5-b6e8-8555-78703400ea02', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'runtime_logs_enqueue_embedding', NULL), - ('650acf33-5dc7-20a9-c741-43330afa8016', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'trips_embedding_stale', NULL), - ('655abd30-ab4f-6945-400d-995a1364ecb9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'touchpoints_embedding_auto_updated_at', NULL), - ('70dcae14-23cb-63aa-aae9-44d506b1fbb7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'places_enqueue_embedding', NULL), - ('710cf581-0a99-918a-e012-46e9902373d0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'contacts_embedding_auto_updated_at', NULL), - ('76c46fff-254f-4a9f-d580-e32c74ad0e23', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'runtime_states_embedding_stale', NULL), - ('76fe4073-232c-a4c9-8d39-cea2a21f65d3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'tool_definitions_enqueue_embedding', NULL), - ('7aee4f76-9dd0-f9f6-0ed5-d2f646e298de', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'companies_embedding_auto_updated_at', NULL), - ('7b892ad7-f6a5-24be-7df6-df14be2f4ccb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'agent_logs_enqueue_embedding', NULL), - ('7fb58634-6d9a-2ebe-8625-bda7b9e554ba', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'events_search_tsv_tsv', NULL), - ('8184f96e-5b95-abca-487f-999f816fdd72', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'skills_intent_trigger_embedding_auto_updated_at', NULL), - ('875a8f44-01e9-f3df-ee87-9c79d81f7943', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'agent_logs_embedding_stale', NULL), - ('87ec49f9-3d5b-b9ef-f538-b0b0ec0c874f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'emails_embedding_auto_updated_at', NULL), - ('88334cc7-95fd-a599-809f-b4da318acecd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'rules_enqueue_embedding', NULL), - ('8b650fe1-14f2-9c14-d7f0-f2be065bfaa7', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'rules_embedding_auto_updated_at', NULL), - ('8b9d9940-f9c5-0f02-9e13-b37f34bcdeb4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'autonomy_records_embedding_stale', NULL), - ('8beae505-a11c-e93f-89fd-4b95fa777d04', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'contacts_enqueue_chunking', NULL), - ('8e311b0f-6856-0255-9c15-400e8ffd0b37', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'tool_definitions_embedding_auto_updated_at', NULL), - ('8fb5ae2d-20ac-b47a-0d69-6f58ab2395f9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'images_embedding_auto_updated_at', NULL), - ('8fdec02a-1d74-4c41-dcef-7db4e1551b86', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'deals_enqueue_embedding', NULL), - ('90e4f1df-661c-4e12-a254-c9de5b0ad6e1', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'conversations_enqueue_embedding', NULL), - ('90f6d1f1-6312-73ba-b0a6-3f553aae6bb3', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'email_threads_embedding_stale', NULL), - ('9847427a-fb08-5cdc-bd52-616f84d8582f', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'companies_search_tsv_tsv', NULL), - ('9a6becdb-f419-6b1d-b3ec-887daff3e8c6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'contacts_embedding_stale', NULL), - ('9fbf28db-cdc6-da8c-71e6-7860e1edd9a8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'goals_enqueue_embedding', NULL), - ('a208baed-3b85-7b13-b40d-efe2eed0fa31', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'autonomy_records_enqueue_embedding', NULL), - ('a348b5a1-0d19-7829-0815-3e3bc781dfe0', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'touchpoints_enqueue_embedding', NULL), - ('a78a70a8-ca65-2770-5156-380ce44fa600', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'projects_enqueue_embedding', NULL), - ('a8623a1d-0616-4d04-6014-904c29963ade', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'notes_enqueue_embedding', NULL), - ('a8ecb9fd-1419-5a5a-0a9b-04893d63306e', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'calendar_events_embedding_auto_updated_at', NULL), - ('a91116cd-dd27-d95f-21c9-0a4227958c29', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'emails_embedding_stale', NULL), - ('aa1c1c62-c664-318b-2059-a72dc8cdf963', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'expenses_embedding_stale', NULL), - ('abf829ae-ea38-7340-964e-69ff559fabf5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'trips_embedding_auto_updated_at', NULL), - ('ad07eeea-7472-3bc2-10c0-73672f52f8c4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'memories_enqueue_embedding', NULL), - ('afb618ab-a690-adf2-079e-b7a2bcd84a96', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'venue_links_embedding_auto_updated_at', NULL), - ('b14dc1f8-7e64-d31c-7889-48e8128bd4fd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'companies_embedding_stale', NULL), - ('b2ae169a-88d0-5269-03d0-7d8bc46fec76', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'memories_embedding_auto_updated_at', NULL), - ('b2c0246c-3bca-98e7-298f-286ac4038826', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'venues_embedding_auto_updated_at', NULL), - ('b41b2368-1cef-196e-a302-b196adb1ab40', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'documents_embedding_stale', NULL), - ('b4356794-a380-0650-7002-42a1e17e301a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'interactions_embedding_auto_updated_at', NULL), - ('b5a02e57-6c3c-e6df-f9d4-d16e1a4ed8fc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'messages_embedding_stale', NULL), - ('b5fecaff-5000-b6ff-c67c-29d98e942efa', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'rules_embedding_stale', NULL), - ('b8c235bd-9522-a740-e579-0f4e8898b852', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'messages_enqueue_embedding', NULL), - ('b92f227a-5f50-b945-3640-bddf0e0789c5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'skills_embedding_stale', NULL), - ('bb243b6f-cce8-fd33-551c-16a0df019f9d', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'emails_search_tsv_tsv', NULL), - ('bc10ca78-7a9a-408a-ac20-945ea41dbb17', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'companies_enqueue_embedding', NULL), - ('bc34e8dc-1690-ff2f-3264-be4284900756', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'contact_links_embedding_auto_updated_at', NULL), - ('bd91f65c-df8a-82ec-4ec5-75553630969a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'memories_embedding_stale', NULL), - ('bec28bbe-13c0-3c6d-b56d-d2976ad75316', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'tasks_embedding_auto_updated_at', NULL), - ('c0ac3ac7-6d47-ced2-bda8-58972ce90d59', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'events_enqueue_embedding', NULL), - ('c55d04f3-34d7-0f64-300c-c53cee4fbabb', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'tool_definitions_embedding_stale', NULL), - ('c9dd057b-7115-6279-559c-45d662e87e48', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'notes_embedding_auto_updated_at', NULL), - ('cbda5c97-fda5-fec1-0197-10fd8df0a0b2', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'tasks_embedding_stale', NULL), - ('cd448ff5-985f-fd2f-9f70-9b4d8185f5fc', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'skills_embedding_auto_updated_at', NULL), - ('d457f9bf-0865-3fdb-b872-91d084fa0bbd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'venues_embedding_stale', NULL), - ('d58affeb-8402-6aa5-aeff-fb9c28330343', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'email_threads_search_tsv_tsv', NULL), - ('d9d97435-735c-deae-f6f1-2e1f32e546ab', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'skills_enqueue_embedding', NULL), - ('dda14813-d7b8-6dea-8fa9-bf088d13e672', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'contacts_enqueue_embedding', NULL), - ('dda32a7a-0ff9-e105-faa4-318175cef8d8', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'interactions_embedding_stale', NULL), - ('de11f2f9-1006-daad-c455-84f1b7605bdd', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'touchpoints_embedding_stale', NULL), - ('e609055e-2b34-df64-5630-5f0ca78ca0d6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'agent_logs_embedding_auto_updated_at', NULL), - ('e62ce8cf-ef08-4ea6-235c-2c60704d5370', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'calendar_events_search_tsv_tsv', NULL), - ('e95fe8dc-00ca-6017-5fbd-4b71ef37ce30', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'deals_embedding_auto_updated_at', NULL), - ('ee013319-5b1a-7a6e-687c-f043263fe067', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'activity_logs_enqueue_embedding', NULL), - ('ee61c4bb-5e55-2138-b7cb-0367a9ef20e4', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'company_links_embedding_auto_updated_at', NULL), - ('f10275b2-1acb-26dc-cfbf-3033ba4ae5a9', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'events_embedding_stale', NULL), - ('f1c685db-bfdd-a336-ac85-ac81346e202b', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'trips_enqueue_embedding', NULL), - ('f3b2656d-0457-6709-895e-9d343e225bfe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'runtime_states_embedding_auto_updated_at', NULL), - ('f47e11ba-0b46-6c9a-8c00-27a3ccfb4e8a', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'email_threads_enqueue_embedding', NULL), - ('f7c43278-d5ee-067e-bcd1-f7268ba79f66', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'notes_enqueue_chunking', NULL), - ('f84f09a2-74be-039c-146d-f7986376bac5', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'runtime_logs_embedding_auto_updated_at', NULL), - ('f8ef5f93-cebb-0982-f1c6-f07a71312fbe', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'contacts_search_tsv_tsv', NULL), - ('fdbb61a9-c626-6d35-e252-899f0498ea57', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'places_embedding_stale', NULL), - ('fe86ac2c-774c-712b-bab2-c87b724c07b6', '65a856dc-b301-12f0-d108-9c49d8b99bf0', 'contacts_chunks_search_tsv', NULL); + ('012f2a53-82f5-fcac-c48a-7dbc5c11b652', '019fa679-9064-7be8-b12a-f974608356ce', 'rules_embedding_stale', NULL), + ('021594fa-f906-059a-08e7-8b8d55d7d6ce', '019fa679-9064-7be8-b12a-f974608356ce', 'projects_embedding_stale', NULL), + ('037f8157-8b83-c89e-0902-c72d7e9a2cf4', '019fa679-9064-7be8-b12a-f974608356ce', 'contacts_search_tsv_tsv', NULL), + ('04b24304-b402-cf08-a7cb-545263594d41', '019fa679-9064-7be8-b12a-f974608356ce', 'venues_embedding_auto_updated_at', NULL), + ('067bde30-a684-f4c8-5c9e-e30e1ac273d2', '019fa679-9064-7be8-b12a-f974608356ce', 'activity_logs_embedding_stale', NULL), + ('06e62190-b22d-0e59-8210-7c8c77c52a63', '019fa679-9064-7be8-b12a-f974608356ce', 'contacts_embedding_auto_updated_at', NULL), + ('0825c09e-c4b4-7810-71b3-65b518bfcb25', '019fa679-9064-7be8-b12a-f974608356ce', 'messages_enqueue_embedding', NULL), + ('096458e5-9b66-3041-f7b0-6a0d8a7aca76', '019fa679-9064-7be8-b12a-f974608356ce', 'activity_logs_enqueue_embedding', NULL), + ('09d0dd2a-3fb3-e8c7-ca9e-250b4503a8c3', '019fa679-9064-7be8-b12a-f974608356ce', 'trips_embedding_stale', NULL), + ('0ba20db4-8148-b9a7-ce13-109f98b913bd', '019fa679-9064-7be8-b12a-f974608356ce', 'events_embedding_stale', NULL), + ('0f8560df-cd40-4b11-8731-57c7d7eb3597', '019fa679-9064-7be8-b12a-f974608356ce', 'emails_embedding_auto_updated_at', NULL), + ('0f9e18c1-6c38-dd68-9b16-ca1147805e72', '019fa679-9064-7be8-b12a-f974608356ce', 'trips_enqueue_embedding', NULL), + ('10f60537-b06d-076e-6e78-8b5aca535b78', '019fa679-9064-7be8-b12a-f974608356ce', 'calendar_events_embedding_stale', NULL), + ('15a88a4c-ee96-ad75-b0ab-7b6474a5612d', '019fa679-9064-7be8-b12a-f974608356ce', 'conversations_embedding_auto_updated_at', NULL), + ('16c020ce-00ad-6880-0c6c-7bf7c16f9db0', '019fa679-9064-7be8-b12a-f974608356ce', 'events_enqueue_embedding', NULL), + ('16d834b2-a8ba-0c8d-99cc-202a6822b50f', '019fa679-9064-7be8-b12a-f974608356ce', 'venues_enqueue_embedding', NULL), + ('1b2dae3b-b9bf-f608-d5f9-9b6a157f9e1a', '019fa679-9064-7be8-b12a-f974608356ce', 'tasks_enqueue_embedding', NULL), + ('1b56648a-b898-2d67-1965-74853bb10ba9', '019fa679-9064-7be8-b12a-f974608356ce', 'agent_logs_embedding_stale', NULL), + ('1cdcbe2b-f753-9a6d-2276-9b0dd107ac11', '019fa679-9064-7be8-b12a-f974608356ce', 'activity_logs_embedding_auto_updated_at', NULL), + ('1daf1a99-23ef-1182-05e5-382c38c36713', '019fa679-9064-7be8-b12a-f974608356ce', 'conversations_enqueue_embedding', NULL), + ('1fa5b42a-b5c4-7c67-840d-98a47053fb83', '019fa679-9064-7be8-b12a-f974608356ce', 'runtime_logs_embedding_auto_updated_at', NULL), + ('1fdb81ff-a2ce-b0e5-b39a-3caa4f6c5a3a', '019fa679-9064-7be8-b12a-f974608356ce', 'memories_embedding_stale', NULL), + ('20b3a7f8-bea2-c8e4-fb5e-cb4a2d499edd', '019fa679-9064-7be8-b12a-f974608356ce', 'memories_embedding_auto_updated_at', NULL), + ('21ad352b-340a-6ce5-6f6e-3f0af021ed1a', '019fa679-9064-7be8-b12a-f974608356ce', 'contacts_enqueue_chunking', NULL), + ('2232b599-1be2-ef3f-acde-48d97da4a32e', '019fa679-9064-7be8-b12a-f974608356ce', 'documents_enqueue_embedding', NULL), + ('2556eaa1-e27b-e1c8-96ea-71909aae4f6d', '019fa679-9064-7be8-b12a-f974608356ce', 'projects_embedding_auto_updated_at', NULL), + ('294a4ea3-c647-0bbc-ee2b-a6a724de80a2', '019fa679-9064-7be8-b12a-f974608356ce', 'autonomy_records_enqueue_embedding', NULL), + ('2a2c6b47-1580-ec42-3527-1ec0f4c159c6', '019fa679-9064-7be8-b12a-f974608356ce', 'email_threads_embedding_auto_updated_at', NULL), + ('2abfba71-f385-7b41-53de-92927b1a6b11', '019fa679-9064-7be8-b12a-f974608356ce', 'calendar_events_enqueue_embedding', NULL), + ('2b3a693e-7827-8a48-face-090543e0c0d4', '019fa679-9064-7be8-b12a-f974608356ce', 'expenses_embedding_auto_updated_at', NULL), + ('2e6427e6-c459-ce89-c2a0-88e7ca9f354e', '019fa679-9064-7be8-b12a-f974608356ce', 'venues_search_tsv_tsv', NULL), + ('2fa8a1b7-1d8c-d5e9-14bd-2d9aab996977', '019fa679-9064-7be8-b12a-f974608356ce', 'interactions_enqueue_embedding', NULL), + ('30224c83-b02a-c946-1299-5643b038425b', '019fa679-9064-7be8-b12a-f974608356ce', 'skills_embedding_auto_updated_at', NULL), + ('32dd7962-54a8-3fbc-238a-ddd49eb523a5', '019fa679-9064-7be8-b12a-f974608356ce', 'deals_embedding_stale', NULL), + ('330255ec-7d8e-78a1-da38-68541eddb273', '019fa679-9064-7be8-b12a-f974608356ce', 'places_embedding_stale', NULL), + ('382c2de0-993d-83a7-45b0-fac05d7cb569', '019fa679-9064-7be8-b12a-f974608356ce', 'companies_enqueue_embedding', NULL), + ('38df7af7-3c66-f972-bc0e-48a81c664e9a', '019fa679-9064-7be8-b12a-f974608356ce', 'prompts_enqueue_embedding', NULL), + ('390f65ee-4a1c-c753-6d2f-5ae44db6b88a', '019fa679-9064-7be8-b12a-f974608356ce', 'tasks_embedding_stale', NULL), + ('3a53f57f-2529-94bf-08b3-a8908ba5a053', '019fa679-9064-7be8-b12a-f974608356ce', 'events_search_tsv_tsv', NULL), + ('3f94fa3f-84e7-e431-38b9-d451c6b19f04', '019fa679-9064-7be8-b12a-f974608356ce', 'goals_embedding_auto_updated_at', NULL), + ('410bfd04-d441-6986-16b1-cdb97454f152', '019fa679-9064-7be8-b12a-f974608356ce', 'deals_embedding_auto_updated_at', NULL), + ('42198a1d-8bef-14e0-7631-10b16b8e96cb', '019fa679-9064-7be8-b12a-f974608356ce', 'contact_links_embedding_auto_updated_at', NULL), + ('442f689f-b6f6-811d-6ec7-14da7f34a581', '019fa679-9064-7be8-b12a-f974608356ce', 'expenses_enqueue_embedding', NULL), + ('46ff00ec-1126-a663-5515-cb63cd96f17f', '019fa679-9064-7be8-b12a-f974608356ce', 'interactions_embedding_stale', NULL), + ('47751f68-6ed8-eab5-1ea0-c76b0b40a0fa', '019fa679-9064-7be8-b12a-f974608356ce', 'runtime_logs_enqueue_embedding', NULL), + ('4b5c415f-9ba0-a8c2-69dd-4bb7c9013e77', '019fa679-9064-7be8-b12a-f974608356ce', 'agent_logs_embedding_auto_updated_at', NULL), + ('4dc1acd8-8631-8757-3a15-150c59cdde36', '019fa679-9064-7be8-b12a-f974608356ce', 'interactions_embedding_auto_updated_at', NULL), + ('4e0cd7d6-a72e-dbe0-d1d9-e389f8364113', '019fa679-9064-7be8-b12a-f974608356ce', 'runtime_states_enqueue_embedding', NULL), + ('4f18bc9b-b065-c4f0-ab4b-a32cc1818142', '019fa679-9064-7be8-b12a-f974608356ce', 'prompts_embedding_auto_updated_at', NULL), + ('4fb06187-004f-bf19-df31-94edeffbca65', '019fa679-9064-7be8-b12a-f974608356ce', 'emails_search_tsv_tsv', NULL), + ('5115b586-961b-d6ae-47fc-615f677d6311', '019fa679-9064-7be8-b12a-f974608356ce', 'calendar_events_embedding_auto_updated_at', NULL), + ('5601f471-c576-09f1-1ea2-26ae1a73376c', '019fa679-9064-7be8-b12a-f974608356ce', 'notes_embedding_auto_updated_at', NULL), + ('563836ee-13bd-01d3-8faf-010d1ca14317', '019fa679-9064-7be8-b12a-f974608356ce', 'agents_embedding_auto_updated_at', NULL), + ('57283d57-8db9-0413-59f5-113dd773f674', '019fa679-9064-7be8-b12a-f974608356ce', 'contacts_chunks_search_tsv', NULL), + ('59c4ead2-f34d-8702-d68a-5dc9b093fc5e', '019fa679-9064-7be8-b12a-f974608356ce', 'notes_embedding_stale', NULL), + ('5c78ffd8-07f2-74ba-2a0f-8f4452f962f6', '019fa679-9064-7be8-b12a-f974608356ce', 'contacts_embedding_stale', NULL), + ('61bf2d63-ce3e-a039-3d46-bfb089b3da70', '019fa679-9064-7be8-b12a-f974608356ce', 'skills_embedding_stale', NULL), + ('654d2171-b163-b5c1-b265-3bdcde80ba19', '019fa679-9064-7be8-b12a-f974608356ce', 'agent_logs_enqueue_embedding', NULL), + ('65dc881a-c599-bcb4-1c98-f7e086ea2663', '019fa679-9064-7be8-b12a-f974608356ce', 'tasks_embedding_auto_updated_at', NULL), + ('6d4ec623-0548-1c0b-f8fd-c6c36ffc4be9', '019fa679-9064-7be8-b12a-f974608356ce', 'tool_definitions_enqueue_embedding', NULL), + ('701a6ef2-3ad6-0e7b-64b0-2d53def47740', '019fa679-9064-7be8-b12a-f974608356ce', 'companies_search_tsv_tsv', NULL), + ('703358c1-ba83-1bdf-f7d6-882a2edbda81', '019fa679-9064-7be8-b12a-f974608356ce', 'rules_trigger_concept_embedding_auto_updated_at', NULL), + ('7d3ea77a-eef8-fab7-64d4-a0a682734566', '019fa679-9064-7be8-b12a-f974608356ce', 'tool_definitions_embedding_auto_updated_at', NULL), + ('7e0e072d-748d-99b6-cffe-e482cec1a9ff', '019fa679-9064-7be8-b12a-f974608356ce', 'emails_embedding_stale', NULL), + ('82d38aa2-b072-928d-63bb-df2b3f138c0a', '019fa679-9064-7be8-b12a-f974608356ce', 'memories_enqueue_embedding', NULL), + ('835277ee-bf75-3c19-1eda-47c53327adb1', '019fa679-9064-7be8-b12a-f974608356ce', 'skills_intent_trigger_embedding_auto_updated_at', NULL), + ('8619df84-1776-1aaf-b652-37f1b66f8e9c', '019fa679-9064-7be8-b12a-f974608356ce', 'autonomy_records_embedding_stale', NULL), + ('87bb8591-5549-aae7-86e7-54b8343e7937', '019fa679-9064-7be8-b12a-f974608356ce', 'expenses_embedding_stale', NULL), + ('87e8bc2f-839f-da66-8472-1a4631260d2e', '019fa679-9064-7be8-b12a-f974608356ce', 'touchpoints_embedding_auto_updated_at', NULL), + ('8df2b6e2-6408-b8a0-a476-5e9d52b1b5d7', '019fa679-9064-7be8-b12a-f974608356ce', 'notes_enqueue_chunking', NULL), + ('8e6bff14-ba78-d3d5-0c37-8471e87a4e7c', '019fa679-9064-7be8-b12a-f974608356ce', 'autonomy_records_embedding_auto_updated_at', NULL), + ('985c4459-4a28-73ff-9289-aec342aa4f80', '019fa679-9064-7be8-b12a-f974608356ce', 'venues_embedding_stale', NULL), + ('9c810edd-d0e3-339c-5b4c-8b4451972b5a', '019fa679-9064-7be8-b12a-f974608356ce', 'venue_links_embedding_auto_updated_at', NULL), + ('9cfc9b39-3b2c-e016-e1de-50553e727d22', '019fa679-9064-7be8-b12a-f974608356ce', 'trips_embedding_auto_updated_at', NULL), + ('9d828c2d-b983-6e24-1dc3-2174dbf89962', '019fa679-9064-7be8-b12a-f974608356ce', 'deals_enqueue_embedding', NULL), + ('a50691bb-9fa8-1ae6-b9ae-de9f7d54f842', '019fa679-9064-7be8-b12a-f974608356ce', 'notes_enqueue_embedding', NULL), + ('a98caa40-e67b-7733-c7c8-5df5ce0f859b', '019fa679-9064-7be8-b12a-f974608356ce', 'event_links_embedding_auto_updated_at', NULL), + ('b00f21b8-6a33-00fb-3c94-38dfe07c5e74', '019fa679-9064-7be8-b12a-f974608356ce', 'tool_definitions_embedding_stale', NULL), + ('b09cb25d-f78f-034f-bc82-fe996b261c23', '019fa679-9064-7be8-b12a-f974608356ce', 'events_embedding_auto_updated_at', NULL), + ('b12a36dc-fa68-0aa7-7fd1-c128093cf393', '019fa679-9064-7be8-b12a-f974608356ce', 'conversations_embedding_stale', NULL), + ('b9344b2c-1799-b472-f4ab-c9e094e9106b', '019fa679-9064-7be8-b12a-f974608356ce', 'email_threads_search_tsv_tsv', NULL), + ('ba2e2a99-315f-7689-0217-e7e1288f468c', '019fa679-9064-7be8-b12a-f974608356ce', 'calendar_events_search_tsv_tsv', NULL), + ('baff5152-33f3-9845-d9d1-a31a8081b4e4', '019fa679-9064-7be8-b12a-f974608356ce', 'companies_embedding_stale', NULL), + ('bc2d1df1-d675-78f9-3c14-4fea081ab738', '019fa679-9064-7be8-b12a-f974608356ce', 'agents_embedding_stale', NULL), + ('bce3cbf4-2dae-ec98-b264-92a355e55890', '019fa679-9064-7be8-b12a-f974608356ce', 'touchpoints_embedding_stale', NULL), + ('bfc8bde7-c188-669c-cc35-44c407935351', '019fa679-9064-7be8-b12a-f974608356ce', 'skills_intent_trigger_embedding_stale', NULL), + ('c5a43313-4b0a-98a8-5e4f-75f360f3d132', '019fa679-9064-7be8-b12a-f974608356ce', 'images_embedding_auto_updated_at', NULL), + ('c6481551-b697-19bc-0d67-3fdd1d2eba91', '019fa679-9064-7be8-b12a-f974608356ce', 'places_enqueue_embedding', NULL), + ('c927e9ac-c072-931c-65b9-229eae55217f', '019fa679-9064-7be8-b12a-f974608356ce', 'documents_enqueue_chunking', NULL), + ('c992e6da-ae59-452d-9ef9-f2d332132ebf', '019fa679-9064-7be8-b12a-f974608356ce', 'rules_enqueue_embedding', NULL), + ('cdd684bc-1a20-2763-8c7a-e1d15d68fa4d', '019fa679-9064-7be8-b12a-f974608356ce', 'email_threads_embedding_stale', NULL), + ('d442d3a8-70bb-9eb2-3633-87bae68db856', '019fa679-9064-7be8-b12a-f974608356ce', 'goals_embedding_stale', NULL), + ('d4f70425-19cb-aa17-e74b-59e085f2862c', '019fa679-9064-7be8-b12a-f974608356ce', 'company_links_embedding_auto_updated_at', NULL), + ('d602690b-8cab-e718-9257-7913d496f771', '019fa679-9064-7be8-b12a-f974608356ce', 'documents_embedding_auto_updated_at', NULL), + ('d7124525-0e98-fd7d-1fbb-28244b9833e3', '019fa679-9064-7be8-b12a-f974608356ce', 'runtime_states_embedding_stale', NULL), + ('e2f07eea-50a1-3caf-4fee-880abf56d7e7', '019fa679-9064-7be8-b12a-f974608356ce', 'runtime_states_embedding_auto_updated_at', NULL), + ('e4dc1f47-2797-b53b-46ac-9ae286d26eff', '019fa679-9064-7be8-b12a-f974608356ce', 'places_embedding_auto_updated_at', NULL), + ('e502597c-a85f-6345-b7f5-b835b4debdad', '019fa679-9064-7be8-b12a-f974608356ce', 'goals_enqueue_embedding', NULL), + ('e5734f83-ed52-cae1-99a7-9ce64531c6e7', '019fa679-9064-7be8-b12a-f974608356ce', 'projects_enqueue_embedding', NULL), + ('e7377e30-7fb2-485e-5cb2-623af87b2a3d', '019fa679-9064-7be8-b12a-f974608356ce', 'messages_embedding_stale', NULL), + ('e8777f5d-17cc-27ad-6d3a-24c0d20f18ee', '019fa679-9064-7be8-b12a-f974608356ce', 'skills_enqueue_embedding', NULL), + ('e91a1493-c020-2089-9001-2c903186934d', '019fa679-9064-7be8-b12a-f974608356ce', 'rules_trigger_concept_embedding_stale', NULL), + ('ead05bee-8ed1-ffe9-4f2f-950be2235751', '019fa679-9064-7be8-b12a-f974608356ce', 'touchpoints_enqueue_embedding', NULL), + ('ecdb4ad6-6efd-cbc0-6b23-16a3dfd17334', '019fa679-9064-7be8-b12a-f974608356ce', 'contacts_enqueue_embedding', NULL), + ('ed5d20ae-a550-ccac-d7fe-3b350c9583f5', '019fa679-9064-7be8-b12a-f974608356ce', 'companies_embedding_auto_updated_at', NULL), + ('ee261f22-7094-4f0f-a834-fa3137604fc0', '019fa679-9064-7be8-b12a-f974608356ce', 'emails_enqueue_embedding', NULL), + ('eef2511b-aaff-d02f-8cf4-99e64040a494', '019fa679-9064-7be8-b12a-f974608356ce', 'prompts_embedding_stale', NULL), + ('f174a402-a93d-13d3-2770-3610d92381a3', '019fa679-9064-7be8-b12a-f974608356ce', 'documents_embedding_stale', NULL), + ('f38609f5-2c7b-4ac4-3fb6-7a917a25915b', '019fa679-9064-7be8-b12a-f974608356ce', 'messages_embedding_auto_updated_at', NULL), + ('f69e722d-c9ed-fd07-c77c-ec09a6e7ec8e', '019fa679-9064-7be8-b12a-f974608356ce', 'runtime_logs_embedding_stale', NULL), + ('fbe21d4e-0c3b-326f-c6ca-6fd5e5d58dab', '019fa679-9064-7be8-b12a-f974608356ce', 'rules_embedding_auto_updated_at', NULL), + ('fcb6118e-d0bc-f892-5657-813fe7f531c3', '019fa679-9064-7be8-b12a-f974608356ce', 'email_threads_enqueue_embedding', NULL), + ('ffd91c82-f833-9d28-9806-2c22b18ff3b2', '019fa679-9064-7be8-b12a-f974608356ce', 'agents_enqueue_embedding', NULL); SET session_replication_role TO DEFAULT; diff --git a/packages/agentic-db/agentic-db.control b/packages/agentic-db/agentic-db.control index a692c54c2f4..3bef8cbf960 100644 --- a/packages/agentic-db/agentic-db.control +++ b/packages/agentic-db/agentic-db.control @@ -2,6 +2,6 @@ comment = 'agentic-db extension' default_version = '0.0.1' module_pathname = '$libdir/agentic-db' -requires = 'plpgsql,uuid-ossp,citext,pgcrypto,btree_gin,btree_gist,pg_textsearch,pg_trgm,postgis,hstore,vector,metaschema-schema,pgpm-inflection,pgpm-uuid,pgpm-utils,pgpm-database-jobs,pgpm-jwt-claims,pgpm-stamps,pgpm-base32,pgpm-totp,pgpm-types' +requires = 'plpgsql,uuid-ossp,citext,pgcrypto,btree_gin,btree_gist,pg_textsearch,pg_trgm,postgis,hstore,vector,metaschema-schema,pgpm-inflection,pgpm-uuid,pgpm-utils,pgpm-database-jobs,pgpm-jwt-claims,pgpm-stamps,pgpm-base32,pgpm-totp,pgpm-types,ltree,pgpm-app-scope,pgpm-function-resolution,pgpm-ltree-helpers,pgpm-partman' relocatable = false superuser = false diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql new file mode 100644 index 00000000000..ec70ce7cc03 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN content_type text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..2a8365b7d34 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN created_at SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..f91a3dfdc2b --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN created_at SET DEFAULT now(); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..cf077416b7e --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql @@ -0,0 +1,9 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column + + +COMMENT ON COLUMN agentic_db_app_public.raw_message_attachments.created_at IS 'Timestamp when this record was created'; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql new file mode 100644 index 00000000000..4b5d16c8f94 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN created_at timestamptz; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql new file mode 100644 index 00000000000..cea57665939 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN filename text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..36e3e945e46 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN id SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql new file mode 100644 index 00000000000..83b6ed32dfa --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN id SET DEFAULT uuidv7(); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql new file mode 100644 index 00000000000..831ed02c4da --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN id uuid; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql new file mode 100644 index 00000000000..49ff5f61be1 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN provider_attachment_id text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..ef6bd31b4b2 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN raw_message_id SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql new file mode 100644 index 00000000000..92d82f64a08 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN raw_message_id uuid; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql new file mode 100644 index 00000000000..acb88c08d16 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN size_bytes int; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql new file mode 100644 index 00000000000..f70bccf377b --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN storage_url text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..05a9ed5d52e --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN updated_at SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..8a1e9784086 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN updated_at SET DEFAULT now(); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..ff8937ebba8 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql @@ -0,0 +1,9 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column + + +COMMENT ON COLUMN agentic_db_app_public.raw_message_attachments.updated_at IS 'Timestamp when this record was last updated'; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql new file mode 100644 index 00000000000..73d35cb02b5 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD COLUMN updated_at timestamptz; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql new file mode 100644 index 00000000000..9f2255ef1e9 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD CONSTRAINT raw_message_attachments_pkey PRIMARY KEY (id); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql new file mode 100644 index 00000000000..806513736a0 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql @@ -0,0 +1,14 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ADD CONSTRAINT raw_message_attachments_raw_message_id_fkey + FOREIGN KEY(raw_message_id) + REFERENCES agentic_db_app_public.raw_messages (id) + ON DELETE CASCADE; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql new file mode 100644 index 00000000000..c2c292225b9 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- requires: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column + + +CREATE INDEX raw_message_attachments_raw_message_id_idx ON agentic_db_app_public.raw_message_attachments USING BTREE ( raw_message_id ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql new file mode 100644 index 00000000000..f880a6148d8 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql @@ -0,0 +1,8 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_message_attachments/table +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema + + +CREATE TABLE agentic_db_app_public.raw_message_attachments (); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql new file mode 100644 index 00000000000..54f252f4674 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN body_text text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..a62bd1106da --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN created_at SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..9d572af3754 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN created_at SET DEFAULT now(); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..cbf152e92f6 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql @@ -0,0 +1,9 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column + + +COMMENT ON COLUMN agentic_db_app_public.raw_messages.created_at IS 'Timestamp when this record was created'; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql new file mode 100644 index 00000000000..65d41721b1e --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN created_at timestamptz; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql new file mode 100644 index 00000000000..22f49994f33 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN external_id text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql new file mode 100644 index 00000000000..904c0b30f09 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN external_thread_id text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..42236cc3029 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN id SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql new file mode 100644 index 00000000000..adb3993a55f --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN id SET DEFAULT uuidv7(); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql new file mode 100644 index 00000000000..cf3886209cd --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN id uuid; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql new file mode 100644 index 00000000000..6e950e873f8 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN ingested_at timestamptz; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql new file mode 100644 index 00000000000..82032b9e530 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN labels citext[]; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql new file mode 100644 index 00000000000..bb6969533f9 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN promoted_conversation_id uuid; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql new file mode 100644 index 00000000000..db0fb6e920c --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN promoted_email_id uuid; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql new file mode 100644 index 00000000000..aa9ea9dda75 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN provider SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql new file mode 100644 index 00000000000..735ede1c390 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN provider text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql new file mode 100644 index 00000000000..da8dce151b2 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN raw_data jsonb; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql new file mode 100644 index 00000000000..b515e02f685 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN recipients jsonb; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql new file mode 100644 index 00000000000..97fec70f5d2 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN sender_contact_id uuid; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql new file mode 100644 index 00000000000..f382db2d989 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN sender_display_name text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql new file mode 100644 index 00000000000..64beddc2ebb --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN sender_handle text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql new file mode 100644 index 00000000000..a1637987229 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN sent_at timestamptz; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql new file mode 100644 index 00000000000..302e9de2743 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN subject text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql new file mode 100644 index 00000000000..c7ad9926ed1 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN triage_notes text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql new file mode 100644 index 00000000000..35b4710b088 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN triage_score numeric; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql new file mode 100644 index 00000000000..79199040a0f --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN triage_status text; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..62a371aafe3 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN updated_at SET NOT NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..e481b16fa5b --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql @@ -0,0 +1,11 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN updated_at SET DEFAULT now(); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..4841f6288d8 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql @@ -0,0 +1,9 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003 +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column + + +COMMENT ON COLUMN agentic_db_app_public.raw_messages.updated_at IS 'Timestamp when this record was last updated'; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql new file mode 100644 index 00000000000..3ceb03b9da7 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD COLUMN updated_at timestamptz; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql new file mode 100644 index 00000000000..fe1dfb474ac --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD CONSTRAINT raw_messages_pkey PRIMARY KEY (id); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql new file mode 100644 index 00000000000..2309c16664b --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql @@ -0,0 +1,14 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/conversations/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD CONSTRAINT raw_messages_promoted_conversation_id_fkey + FOREIGN KEY(promoted_conversation_id) + REFERENCES agentic_db_app_public.conversations (id) + ON DELETE SET NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql new file mode 100644 index 00000000000..6b9aedac590 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql @@ -0,0 +1,14 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/emails/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD CONSTRAINT raw_messages_promoted_email_id_fkey + FOREIGN KEY(promoted_email_id) + REFERENCES agentic_db_app_public.emails (id) + ON DELETE SET NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql new file mode 100644 index 00000000000..265a1c35b21 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql @@ -0,0 +1,14 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/contacts/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table + + +ALTER TABLE agentic_db_app_public.raw_messages + ADD CONSTRAINT raw_messages_sender_contact_id_fkey + FOREIGN KEY(sender_contact_id) + REFERENCES agentic_db_app_public.contacts (id) + ON DELETE SET NULL; + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql new file mode 100644 index 00000000000..2519031be9f --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column + + +CREATE INDEX raw_messages_external_id_idx ON agentic_db_app_public.raw_messages USING BTREE ( external_id ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql new file mode 100644 index 00000000000..cd4eb50a3b6 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column + + +CREATE INDEX raw_messages_external_thread_id_idx ON agentic_db_app_public.raw_messages USING BTREE ( external_thread_id ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql new file mode 100644 index 00000000000..7f0bbbd0996 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column + + +CREATE INDEX raw_messages_promoted_conversation_id_idx ON agentic_db_app_public.raw_messages USING BTREE ( promoted_conversation_id ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql new file mode 100644 index 00000000000..d0e1947d3a5 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column + + +CREATE INDEX raw_messages_promoted_email_id_idx ON agentic_db_app_public.raw_messages USING BTREE ( promoted_email_id ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql new file mode 100644 index 00000000000..0045ece396f --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column + + +CREATE INDEX raw_messages_provider_idx ON agentic_db_app_public.raw_messages USING BTREE ( provider ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql new file mode 100644 index 00000000000..24ce109c1fa --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column + + +CREATE INDEX raw_messages_sender_contact_id_idx ON agentic_db_app_public.raw_messages USING BTREE ( sender_contact_id ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql new file mode 100644 index 00000000000..dc1281d54ac --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column + + +CREATE INDEX raw_messages_sent_at_idx ON agentic_db_app_public.raw_messages USING BTREE ( sent_at ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql new file mode 100644 index 00000000000..64f4dbaa2c4 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql @@ -0,0 +1,10 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema +-- requires: schemas/agentic_db_app_public/tables/raw_messages/table +-- requires: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column + + +CREATE INDEX raw_messages_triage_status_idx ON agentic_db_app_public.raw_messages USING BTREE ( triage_status ); + diff --git a/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/table.sql b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/table.sql new file mode 100644 index 00000000000..a040d3f1717 --- /dev/null +++ b/packages/agentic-db/deploy/schemas/agentic_db_app_public/tables/raw_messages/table.sql @@ -0,0 +1,8 @@ +-- Deploy: schemas/agentic_db_app_public/tables/raw_messages/table +-- made with <3 @ constructive.io + +-- requires: schemas/agentic_db_app_public/schema + + +CREATE TABLE agentic_db_app_public.raw_messages (); + diff --git a/packages/agentic-db/pgpm.plan b/packages/agentic-db/pgpm.plan index 04dae4de99a..584b439a388 100644 --- a/packages/agentic-db/pgpm.plan +++ b/packages/agentic-db/pgpm.plan @@ -2040,6 +2040,71 @@ schemas/agentic_db_app_public/tables/raw_contacts/indexes/raw_contacts_source_id schemas/agentic_db_app_public/tables/raw_contact_emails/indexes/raw_contact_emails_email_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_contact_emails/table schemas/agentic_db_app_public/tables/raw_contact_emails/columns/email/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index schemas/agentic_db_app_public/tables/raw_contact_phones/indexes/raw_contact_phones_phone_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_contact_phones/table schemas/agentic_db_app_public/tables/raw_contact_phones/columns/phone/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index schemas/agentic_db_app_public/tables/raw_contact_urls/indexes/raw_contact_urls_url_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_contact_urls/table schemas/agentic_db_app_public/tables/raw_contact_urls/columns/url/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/table [schemas/agentic_db_app_public/schema] 2017-08-11T08:11:51Z Dan Lynch # add create_table +schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/id/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/id/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_default +schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_primary_key +schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_default +schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column] 2017-08-11T08:11:51Z Dan Lynch # add set_comment +schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_default +schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column] 2017-08-11T08:11:51Z Dan Lynch # add set_comment +schemas/agentic_db_app_public/tables/raw_message_attachments/table [schemas/agentic_db_app_public/schema] 2017-08-11T08:11:51Z Dan Lynch # add create_table +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_default +schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_primary_key +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_default +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column] 2017-08-11T08:11:51Z Dan Lynch # add set_comment +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_default +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column] 2017-08-11T08:11:51Z Dan Lynch # add set_comment +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null +schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_message_attachments/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_foreign_key +schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_message_attachments/table schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/contacts/table schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_foreign_key +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/emails/table schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_foreign_key +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column +schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/conversations/table schemas/agentic_db_app_public/tables/raw_messages/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_foreign_key +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index +schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/raw_messages/table schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column] 2017-08-11T08:11:51Z Dan Lynch # add create_index schemas/agentic_db_app_public/tables/autonomy_records/table [schemas/agentic_db_app_public/schema] 2017-08-11T08:11:51Z Dan Lynch # add create_table schemas/agentic_db_app_public/tables/autonomy_records/columns/title/column [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/autonomy_records/table] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_add_column schemas/agentic_db_app_public/tables/autonomy_records/columns/title/alterations/alt0000000001 [schemas/agentic_db_app_public/schema schemas/agentic_db_app_public/tables/autonomy_records/table schemas/agentic_db_app_public/tables/autonomy_records/columns/title/column] 2017-08-11T08:11:51Z Dan Lynch # add alter_table_set_column_not_null diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql new file mode 100644 index 00000000000..aa5d9cae4bb --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN content_type RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..d277b46a89b --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN created_at DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..048be3a59ff --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002 + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN created_at DROP DEFAULT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..ff3aa16b2f4 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003 + + +COMMENT ON COLUMN agentic_db_app_public.raw_message_attachments.created_at IS NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql new file mode 100644 index 00000000000..57e4bc27afc --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN created_at RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql new file mode 100644 index 00000000000..6018790f4a9 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN filename RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..e257ccfbdad --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN id DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql new file mode 100644 index 00000000000..88113424628 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002 + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN id DROP DEFAULT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql new file mode 100644 index 00000000000..8513e5c0036 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql new file mode 100644 index 00000000000..f75fa989a6c --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN provider_attachment_id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..ceab94ce37e --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN raw_message_id DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql new file mode 100644 index 00000000000..c8092f7dfef --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN raw_message_id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql new file mode 100644 index 00000000000..3e5ce552c7e --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN size_bytes RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql new file mode 100644 index 00000000000..a8ff436664a --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN storage_url RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..7585036fcdd --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN updated_at DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..df1aa44bc18 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002 + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + ALTER COLUMN updated_at DROP DEFAULT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..dddabccdd34 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003 + + +COMMENT ON COLUMN agentic_db_app_public.raw_message_attachments.updated_at IS NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql new file mode 100644 index 00000000000..0bb0667557c --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP COLUMN updated_at RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql new file mode 100644 index 00000000000..2b12dac7d03 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP CONSTRAINT raw_message_attachments_pkey; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql new file mode 100644 index 00000000000..5b8315d3339 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint + + +ALTER TABLE agentic_db_app_public.raw_message_attachments + DROP CONSTRAINT raw_message_attachments_raw_message_id_fkey; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql new file mode 100644 index 00000000000..3fa8d53a38d --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx + + +DROP INDEX agentic_db_app_public.raw_message_attachments_raw_message_id_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql new file mode 100644 index 00000000000..4cfdf962427 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +DROP TABLE agentic_db_app_public.raw_message_attachments; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql new file mode 100644 index 00000000000..c885211f0a3 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN body_text RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..cc655da1a4e --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN created_at DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..16186f845ad --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002 + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN created_at DROP DEFAULT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..6155a534802 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003 + + +COMMENT ON COLUMN agentic_db_app_public.raw_messages.created_at IS NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql new file mode 100644 index 00000000000..43bdf37c8e7 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN created_at RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql new file mode 100644 index 00000000000..3c2a54789d4 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN external_id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql new file mode 100644 index 00000000000..7921f71241f --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN external_thread_id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..c78ee9fea64 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN id DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql new file mode 100644 index 00000000000..359979b12a1 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002 + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN id DROP DEFAULT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql new file mode 100644 index 00000000000..f8aa12d6bc2 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql new file mode 100644 index 00000000000..5a0452e65c5 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN ingested_at RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql new file mode 100644 index 00000000000..ee2ad1b0ba6 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN labels RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql new file mode 100644 index 00000000000..cf63c658c0a --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN promoted_conversation_id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql new file mode 100644 index 00000000000..6f10caba793 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN promoted_email_id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql new file mode 100644 index 00000000000..640ad4212c5 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN provider DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql new file mode 100644 index 00000000000..5fbb418ea26 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN provider RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql new file mode 100644 index 00000000000..6b973cfacdf --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN raw_data RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql new file mode 100644 index 00000000000..1faef4652af --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN recipients RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql new file mode 100644 index 00000000000..f7f9b26db43 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN sender_contact_id RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql new file mode 100644 index 00000000000..64116d386c4 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN sender_display_name RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql new file mode 100644 index 00000000000..f05e94f4310 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN sender_handle RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql new file mode 100644 index 00000000000..92a80333d34 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN sent_at RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql new file mode 100644 index 00000000000..27b9dfdf5ce --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN subject RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql new file mode 100644 index 00000000000..f40a44fafd4 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN triage_notes RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql new file mode 100644 index 00000000000..a104cbad6f0 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN triage_score RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql new file mode 100644 index 00000000000..f375eb1060c --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN triage_status RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..8ebc8cd5520 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001 + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN updated_at DROP NOT NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..68c7aa5a627 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002 + + +ALTER TABLE agentic_db_app_public.raw_messages + ALTER COLUMN updated_at DROP DEFAULT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..d13b05bc6ef --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003 + + +COMMENT ON COLUMN agentic_db_app_public.raw_messages.updated_at IS NULL; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql new file mode 100644 index 00000000000..c050cd43b04 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP COLUMN updated_at RESTRICT; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql new file mode 100644 index 00000000000..8f81e666605 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP CONSTRAINT raw_messages_pkey; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql new file mode 100644 index 00000000000..987235b3e22 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP CONSTRAINT raw_messages_promoted_conversation_id_fkey; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql new file mode 100644 index 00000000000..88a00dd8173 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP CONSTRAINT raw_messages_promoted_email_id_fkey; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql new file mode 100644 index 00000000000..0c6fb4a8ca6 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql @@ -0,0 +1,7 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint + + +ALTER TABLE agentic_db_app_public.raw_messages + DROP CONSTRAINT raw_messages_sender_contact_id_fkey; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql new file mode 100644 index 00000000000..4d48afde8af --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx + + +DROP INDEX agentic_db_app_public.raw_messages_external_id_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql new file mode 100644 index 00000000000..34795f9613f --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx + + +DROP INDEX agentic_db_app_public.raw_messages_external_thread_id_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql new file mode 100644 index 00000000000..34b71729950 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx + + +DROP INDEX agentic_db_app_public.raw_messages_promoted_conversation_id_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql new file mode 100644 index 00000000000..a10d6f1d21d --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx + + +DROP INDEX agentic_db_app_public.raw_messages_promoted_email_id_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql new file mode 100644 index 00000000000..8358386e3f6 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx + + +DROP INDEX agentic_db_app_public.raw_messages_provider_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql new file mode 100644 index 00000000000..4bd844175cd --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx + + +DROP INDEX agentic_db_app_public.raw_messages_sender_contact_id_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql new file mode 100644 index 00000000000..a9fe9c588ce --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx + + +DROP INDEX agentic_db_app_public.raw_messages_sent_at_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql new file mode 100644 index 00000000000..8dc90945174 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx + + +DROP INDEX agentic_db_app_public.raw_messages_triage_status_idx; + + diff --git a/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/table.sql b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/table.sql new file mode 100644 index 00000000000..56481e37231 --- /dev/null +++ b/packages/agentic-db/revert/schemas/agentic_db_app_public/tables/raw_messages/table.sql @@ -0,0 +1,6 @@ +-- Revert: schemas/agentic_db_app_public/tables/raw_messages/table + + +DROP TABLE agentic_db_app_public.raw_messages; + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql new file mode 100644 index 00000000000..52d45462361 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/content_type/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..824dbcb1f7f --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..177f62f25f4 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000002 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..a8a50fcae08 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/alterations/alt0000000003 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql new file mode 100644 index 00000000000..48eb32d75ae --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/created_at/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql new file mode 100644 index 00000000000..53aacb6a229 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/filename/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..570ff71929a --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql new file mode 100644 index 00000000000..e453e26d4c1 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/alterations/alt0000000002 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql new file mode 100644 index 00000000000..febc3c98457 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql new file mode 100644 index 00000000000..abe328fbdff --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/provider_attachment_id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..abc481c6da1 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql new file mode 100644 index 00000000000..62c7bb6d9f6 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/raw_message_id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql new file mode 100644 index 00000000000..5e97305f137 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/size_bytes/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql new file mode 100644 index 00000000000..1100897c03e --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/storage_url/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..e92bcb92cf8 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..57d6402d0cb --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000002 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..aeed4194b45 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/alterations/alt0000000003 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql new file mode 100644 index 00000000000..a16ea1b32f4 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/columns/updated_at/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql new file mode 100644 index 00000000000..5e7cee7a126 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_pkey/constraint + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql new file mode 100644 index 00000000000..76ab5789c18 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/constraints/raw_message_attachments_raw_message_id_fkey/constraint + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql new file mode 100644 index 00000000000..d0e9618f202 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/indexes/raw_message_attachments_raw_message_id_idx + + +SELECT verify_index('agentic_db_app_public.raw_message_attachments', 'raw_message_attachments_raw_message_id_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql new file mode 100644 index 00000000000..8019c76fab2 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_message_attachments/table.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_message_attachments/table + + +SELECT verify_table('agentic_db_app_public.raw_message_attachments'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql new file mode 100644 index 00000000000..791078eb914 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/body_text/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..7fdfb694a1d --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..bb671148646 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000002 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..f98c281fa4e --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/alterations/alt0000000003 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql new file mode 100644 index 00000000000..ee28371323e --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/created_at/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql new file mode 100644 index 00000000000..b7a281b5f6e --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/external_id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql new file mode 100644 index 00000000000..af56511b2dd --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/external_thread_id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql new file mode 100644 index 00000000000..3aae3394328 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql new file mode 100644 index 00000000000..ce2575c428f --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/id/alterations/alt0000000002 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql new file mode 100644 index 00000000000..3643e58f848 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql new file mode 100644 index 00000000000..63929a7ca9b --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/ingested_at/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql new file mode 100644 index 00000000000..854bcfe2298 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/labels/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql new file mode 100644 index 00000000000..b6e106b4d3b --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_conversation_id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql new file mode 100644 index 00000000000..04a619217f0 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/promoted_email_id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql new file mode 100644 index 00000000000..ecfbd349a39 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql new file mode 100644 index 00000000000..e449abd496d --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/provider/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql new file mode 100644 index 00000000000..214e8893ae2 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/raw_data/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql new file mode 100644 index 00000000000..01b4b88b849 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/recipients/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql new file mode 100644 index 00000000000..3c999457554 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_contact_id/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql new file mode 100644 index 00000000000..6cfb1694232 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_display_name/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql new file mode 100644 index 00000000000..242551a8235 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/sender_handle/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql new file mode 100644 index 00000000000..8a41786ab15 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/sent_at/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql new file mode 100644 index 00000000000..3543ff46c8f --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/subject/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql new file mode 100644 index 00000000000..32c9a2e18a4 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_notes/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql new file mode 100644 index 00000000000..2b9f3de1d21 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_score/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql new file mode 100644 index 00000000000..7479d46b687 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/triage_status/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql new file mode 100644 index 00000000000..e71197de587 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000001 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql new file mode 100644 index 00000000000..7a0827f1d84 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000002 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql new file mode 100644 index 00000000000..eb633ccb7bf --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/alterations/alt0000000003 + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql new file mode 100644 index 00000000000..865a1b44049 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/columns/updated_at/column + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql new file mode 100644 index 00000000000..d06dfb09a14 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_pkey/constraint + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql new file mode 100644 index 00000000000..ee97f7042a0 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_conversation_id_fkey/constraint + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql new file mode 100644 index 00000000000..c253de8526d --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_promoted_email_id_fkey/constraint + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql new file mode 100644 index 00000000000..11c4d417d4c --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/constraints/raw_messages_sender_contact_id_fkey/constraint + + + + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql new file mode 100644 index 00000000000..f2126afbba0 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_id_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_external_id_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql new file mode 100644 index 00000000000..5208309f50d --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_external_thread_id_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_external_thread_id_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql new file mode 100644 index 00000000000..59b1e07b14f --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_conversation_id_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_promoted_conversation_id_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql new file mode 100644 index 00000000000..ce1ae395f8f --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_promoted_email_id_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_promoted_email_id_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql new file mode 100644 index 00000000000..4756d26c0f9 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_provider_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_provider_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql new file mode 100644 index 00000000000..0990dcc9dda --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sender_contact_id_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_sender_contact_id_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql new file mode 100644 index 00000000000..f6fb8a3dc42 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_sent_at_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_sent_at_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql new file mode 100644 index 00000000000..47f4cc8f2a1 --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/indexes/raw_messages_triage_status_idx + + +SELECT verify_index('agentic_db_app_public.raw_messages', 'raw_messages_triage_status_idx'); + + diff --git a/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/table.sql b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/table.sql new file mode 100644 index 00000000000..50e93a013aa --- /dev/null +++ b/packages/agentic-db/verify/schemas/agentic_db_app_public/tables/raw_messages/table.sql @@ -0,0 +1,6 @@ +-- Verify: schemas/agentic_db_app_public/tables/raw_messages/table + + +SELECT verify_table('agentic_db_app_public.raw_messages'); + + diff --git a/packages/provision/src/provision.ts b/packages/provision/src/provision.ts index 7c978212489..2bbb9093bc0 100644 --- a/packages/provision/src/provision.ts +++ b/packages/provision/src/provision.ts @@ -101,6 +101,7 @@ async function main() { ['Life OS', './schemas/life_os'], ['Email & Calendar', './schemas/email_calendar'], ['Staging', './schemas/staging'], + ['Inbox', './schemas/inbox'], ['Autonomy', './schemas/autonomy'], ['Documents', './schemas/documents'], ['Cross-Relations', './schemas/cross-relations'], diff --git a/packages/provision/src/schemas/inbox.ts b/packages/provision/src/schemas/inbox.ts new file mode 100644 index 00000000000..ab1cd5a7a74 --- /dev/null +++ b/packages/provision/src/schemas/inbox.ts @@ -0,0 +1,123 @@ +/** + * inbox.ts — Raw message ingestion + triage (blueprint definition) + * + * Tables: raw_messages, raw_message_attachments + * + * A provider-agnostic staging area for messages pulled from any network + * (email, twitter, linkedin, discord, slack, sms, ...). Rows land here + * untouched (`raw_data` keeps the full provider payload) with + * triage_status = 'pending' and NO embeddings — storage is cheap and + * nothing enters the RAG pipeline until it is promoted. + * + * Triage lifecycle (triage_status): pending -> triaged -> promoted, + * or -> ignored / spam. Promotion inserts the keeper into the curated + * tables (emails / conversations+messages), which auto-embed via their + * SearchUnified triggers; promoted_email_id / promoted_conversation_id + * record the lineage on the raw row. + * + * Must run AFTER crm (contacts), runtime (conversations), and + * email_calendar (emails) so the BelongsTo targets exist. + */ + +import { + type BlueprintDefinition, + provisionBlueprint, +} from '../blueprint'; + +const SCHEMA = 'app_public'; + +const definition: BlueprintDefinition = { + tables: [ + // -- Raw Messages ------------------------------------------------------- + { + ref: 'raw_messages', + table_name: 'raw_messages', + nodes: ['DataId', 'DataTimestamps'], + fields: [ + // Provenance + { name: 'provider', type: 'text', is_required: true }, + { name: 'external_id', type: 'text' }, + { name: 'external_thread_id', type: 'text' }, + // Normalized common shape (provider-specific detail stays in raw_data) + { name: 'sender_handle', type: 'text' }, + { name: 'sender_display_name', type: 'text' }, + { name: 'recipients', type: 'jsonb' }, + { name: 'subject', type: 'text' }, + { name: 'body_text', type: 'text' }, + { name: 'sent_at', type: 'timestamptz' }, + { name: 'raw_data', type: 'jsonb' }, + // Triage + { name: 'triage_status', type: 'text', default_value: "'pending'" }, + { name: 'triage_score', type: 'numeric' }, + { name: 'triage_notes', type: 'text' }, + { name: 'labels', type: 'citext[]' }, + { name: 'ingested_at', type: 'timestamptz', default_value: 'now()' }, + ], + }, + + // -- Raw Message Attachments --------------------------------------------- + { + ref: 'raw_message_attachments', + table_name: 'raw_message_attachments', + nodes: ['DataId', 'DataTimestamps'], + fields: [ + { name: 'filename', type: 'text' }, + { name: 'content_type', type: 'text' }, + { name: 'size_bytes', type: 'int' }, + { name: 'storage_url', type: 'text' }, + { name: 'provider_attachment_id', type: 'text' }, + ], + }, + ], + + relations: [ + { $type: 'RelationHasMany', source_ref: 'raw_messages', target_ref: 'raw_message_attachments', delete_action: 'c' }, + + // Sender identity (matched during triage) + { + $type: 'RelationBelongsTo', + source_ref: 'raw_messages', + source_schema_name: SCHEMA, + target_table: 'contacts', + target_schema_name: SCHEMA, + field_name: 'sender_contact_id', + delete_action: 'n', + is_required: false, + }, + // Promotion lineage into the curated tables + { + $type: 'RelationBelongsTo', + source_ref: 'raw_messages', + source_schema_name: SCHEMA, + target_table: 'emails', + target_schema_name: SCHEMA, + field_name: 'promoted_email_id', + delete_action: 'n', + is_required: false, + }, + { + $type: 'RelationBelongsTo', + source_ref: 'raw_messages', + source_schema_name: SCHEMA, + target_table: 'conversations', + target_schema_name: SCHEMA, + field_name: 'promoted_conversation_id', + delete_action: 'n', + is_required: false, + }, + ], + + indexes: [ + { table_ref: 'raw_messages', column: 'provider', access_method: 'btree' }, + { table_ref: 'raw_messages', column: 'external_id', access_method: 'btree' }, + { table_ref: 'raw_messages', column: 'external_thread_id', access_method: 'btree' }, + { table_ref: 'raw_messages', column: 'triage_status', access_method: 'btree' }, + { table_ref: 'raw_messages', column: 'sent_at', access_method: 'btree' }, + ], +}; + +async function main() { + await provisionBlueprint(definition, 'Inbox (raw messages + triage)'); +} + +export { main as default }; diff --git a/sdk/cli/generated/README.md b/sdk/cli/generated/README.md index bf4e604edd8..9d32e470bcc 100644 --- a/sdk/cli/generated/README.md +++ b/sdk/cli/generated/README.md @@ -8,7 +8,7 @@ ## Overview -- **Tables:** 95 +- **Tables:** 97 - **Custom queries:** 0 - **Custom mutations:** 1 diff --git a/sdk/cli/generated/cli/AGENTS.md b/sdk/cli/generated/cli/AGENTS.md index c448f01015f..90b6538780a 100644 --- a/sdk/cli/generated/cli/AGENTS.md +++ b/sdk/cli/generated/cli/AGENTS.md @@ -5,7 +5,7 @@ ## Stack - Generated CLI for a GraphQL API (TypeScript) -- 95 tables, 1 custom operation +- 97 tables, 1 custom operation - Config stored at `~/.agentic-db/config/` via appstash ## Quick Start @@ -18,7 +18,7 @@ agentic-db auth set-token ## Resources -- **Full API reference:** [README.md](./README.md) — CRUD docs for all 95 tables +- **Full API reference:** [README.md](./README.md) — CRUD docs for all 97 tables - **Schema types:** [types.ts](./types.ts) ## Conventions diff --git a/sdk/cli/generated/cli/README.md b/sdk/cli/generated/cli/README.md index e4ea547ac07..c5cddbfc909 100644 --- a/sdk/cli/generated/cli/README.md +++ b/sdk/cli/generated/cli/README.md @@ -99,6 +99,8 @@ agentic-db auth set-token | `raw-contact-email` | rawContactEmail CRUD operations | | `raw-contact-phone` | rawContactPhone CRUD operations | | `raw-contact-url` | rawContactUrl CRUD operations | +| `raw-message-attachment` | rawMessageAttachment CRUD operations | +| `raw-message` | rawMessage CRUD operations | | `rule` | rule CRUD operations | | `runtime-artifact` | runtimeArtifact CRUD operations | | `runtime-config` | runtimeConfig CRUD operations | @@ -4489,6 +4491,78 @@ CRUD operations for RawContactUrl records. **Required create fields:** `url`, `rawContactId` **Optional create fields (backend defaults):** `urlType`, `source`, `confidence` +### `raw-message-attachment` + +CRUD operations for RawMessageAttachment records. + +| Subcommand | Description | +|------------|-------------| +| `list` | List all rawMessageAttachment records | +| `find-first` | Find first matching rawMessageAttachment record | +| `get` | Get a rawMessageAttachment by id | +| `create` | Create a new rawMessageAttachment | +| `update` | Update an existing rawMessageAttachment | +| `delete` | Delete a rawMessageAttachment | + +**Fields:** + +| Field | Type | +|-------|------| +| `filename` | String | +| `contentType` | String | +| `sizeBytes` | Int | +| `storageUrl` | String | +| `providerAttachmentId` | String | +| `id` | UUID | +| `createdAt` | Datetime | +| `updatedAt` | Datetime | +| `rawMessageId` | UUID | + +**Required create fields:** `rawMessageId` +**Optional create fields (backend defaults):** `filename`, `contentType`, `sizeBytes`, `storageUrl`, `providerAttachmentId` + +### `raw-message` + +CRUD operations for RawMessage records. + +| Subcommand | Description | +|------------|-------------| +| `list` | List all rawMessage records | +| `find-first` | Find first matching rawMessage record | +| `get` | Get a rawMessage by id | +| `create` | Create a new rawMessage | +| `update` | Update an existing rawMessage | +| `delete` | Delete a rawMessage | + +**Fields:** + +| Field | Type | +|-------|------| +| `provider` | String | +| `externalId` | String | +| `externalThreadId` | String | +| `senderHandle` | String | +| `senderDisplayName` | String | +| `recipients` | JSON | +| `subject` | String | +| `bodyText` | String | +| `sentAt` | Datetime | +| `rawData` | JSON | +| `triageStatus` | String | +| `triageScore` | BigFloat | +| `triageNotes` | String | +| `labels` | String | +| `ingestedAt` | Datetime | +| `id` | UUID | +| `createdAt` | Datetime | +| `updatedAt` | Datetime | +| `senderContactId` | UUID | +| `promotedEmailId` | UUID | +| `promotedConversationId` | UUID | + +**Required create fields:** `provider` +**Optional create fields (backend defaults):** `externalId`, `externalThreadId`, `senderHandle`, `senderDisplayName`, `recipients`, `subject`, `bodyText`, `sentAt`, `rawData`, `triageStatus`, `triageScore`, `triageNotes`, `labels`, `ingestedAt`, `senderContactId`, `promotedEmailId`, `promotedConversationId` + ### `rule` CRUD operations for Rule records. diff --git a/sdk/cli/generated/cli/commands.ts b/sdk/cli/generated/cli/commands.ts index 9810584dddd..12585d87dfc 100644 --- a/sdk/cli/generated/cli/commands.ts +++ b/sdk/cli/generated/cli/commands.ts @@ -79,6 +79,8 @@ import rawContactCmd from './commands/raw-contact'; import rawContactEmailCmd from './commands/raw-contact-email'; import rawContactPhoneCmd from './commands/raw-contact-phone'; import rawContactUrlCmd from './commands/raw-contact-url'; +import rawMessageAttachmentCmd from './commands/raw-message-attachment'; +import rawMessageCmd from './commands/raw-message'; import ruleCmd from './commands/rule'; import runtimeArtifactCmd from './commands/runtime-artifact'; import runtimeConfigCmd from './commands/runtime-config'; @@ -185,6 +187,8 @@ const createCommandMap: () => Record< 'raw-contact-email': rawContactEmailCmd, 'raw-contact-phone': rawContactPhoneCmd, 'raw-contact-url': rawContactUrlCmd, + 'raw-message-attachment': rawMessageAttachmentCmd, + 'raw-message': rawMessageCmd, rule: ruleCmd, 'runtime-artifact': runtimeArtifactCmd, 'runtime-config': runtimeConfigCmd, @@ -210,7 +214,7 @@ const createCommandMap: () => Record< 'provision-bucket': provisionBucketCmd, }); const usage = - '\nagentic-db \n\nCommands:\n context Manage API contexts\n auth Manage authentication\n activity-log activityLog CRUD operations\n agent agent CRUD operations\n agent-collaborator agentCollaborator CRUD operations\n agent-log agentLog CRUD operations\n agent-prompt agentPrompt CRUD operations\n prompt prompt CRUD operations\n autonomy-record autonomyRecord CRUD operations\n autonomy-record-link autonomyRecordLink CRUD operations\n calendar-attendee calendarAttendee CRUD operations\n calendar calendar CRUD operations\n calendar-event calendarEvent CRUD operations\n calendar-event-contact calendarEventContact CRUD operations\n contact contact CRUD operations\n calendar-event-note calendarEventNote CRUD operations\n note note CRUD operations\n calendar-event-task calendarEventTask CRUD operations\n task task CRUD operations\n company company CRUD operations\n deal deal CRUD operations\n company-document companyDocument CRUD operations\n document document CRUD operations\n company-event companyEvent CRUD operations\n event event CRUD operations\n company-image companyImage CRUD operations\n image image CRUD operations\n company-link companyLink CRUD operations\n memory memory CRUD operations\n company-memory companyMemory CRUD operations\n company-note companyNote CRUD operations\n contact-address contactAddress CRUD operations\n contact-company contactCompany CRUD operations\n contact-email contactEmail CRUD operations\n email email CRUD operations\n email-thread emailThread CRUD operations\n contact-event contactEvent CRUD operations\n expense expense CRUD operations\n contact-image contactImage CRUD operations\n contact-link contactLink CRUD operations\n contact-memory contactMemory CRUD operations\n contact-note contactNote CRUD operations\n contact-phone contactPhone CRUD operations\n project project CRUD operations\n contact-relationship contactRelationship CRUD operations\n contacts-chunk contactsChunk CRUD operations\n conversation conversation CRUD operations\n deal-company dealCompany CRUD operations\n deal-contact dealContact CRUD operations\n deal-note dealNote CRUD operations\n documents-chunk documentsChunk CRUD operations\n email-attachment emailAttachment CRUD operations\n email-note emailNote CRUD operations\n email-recipient emailRecipient CRUD operations\n event-image eventImage CRUD operations\n event-link eventLink CRUD operations\n event-note eventNote CRUD operations\n event-venue eventVenue CRUD operations\n venue venue CRUD operations\n expense-contact expenseContact CRUD operations\n goal goal CRUD operations\n goal-habit goalHabit CRUD operations\n habit habit CRUD operations\n goal-project goalProject CRUD operations\n interaction interaction CRUD operations\n message message CRUD operations\n notes-chunk notesChunk CRUD operations\n place place CRUD operations\n project-contact projectContact CRUD operations\n project-document projectDocument CRUD operations\n provider-sync-state providerSyncState CRUD operations\n raw-contact rawContact CRUD operations\n raw-contact-email rawContactEmail CRUD operations\n raw-contact-phone rawContactPhone CRUD operations\n raw-contact-url rawContactUrl CRUD operations\n rule rule CRUD operations\n runtime-artifact runtimeArtifact CRUD operations\n runtime-config runtimeConfig CRUD operations\n runtime-event runtimeEvent CRUD operations\n runtime-log runtimeLog CRUD operations\n runtime-metric runtimeMetric CRUD operations\n runtime-schedule runtimeSchedule CRUD operations\n runtime-state runtimeState CRUD operations\n runtime-state-dependency runtimeStateDependency CRUD operations\n skill skill CRUD operations\n skill-tool skillTool CRUD operations\n tool-definition toolDefinition CRUD operations\n tag tag CRUD operations\n task-contact taskContact CRUD operations\n task-note taskNote CRUD operations\n task-project taskProject CRUD operations\n thread-participant threadParticipant CRUD operations\n tool-execution toolExecution CRUD operations\n touchpoint touchpoint CRUD operations\n trip trip CRUD operations\n venue-image venueImage CRUD operations\n venue-link venueLink CRUD operations\n provision-bucket Provision an S3 bucket for a logical bucket in the database.\nReads the bucket config via RLS, then creates and configures\nthe S3 bucket with the appropriate privacy policies, CORS rules,\nand lifecycle settings.\n\n --help, -h Show this help message\n --version, -v Show version\n'; + '\nagentic-db \n\nCommands:\n context Manage API contexts\n auth Manage authentication\n activity-log activityLog CRUD operations\n agent agent CRUD operations\n agent-collaborator agentCollaborator CRUD operations\n agent-log agentLog CRUD operations\n agent-prompt agentPrompt CRUD operations\n prompt prompt CRUD operations\n autonomy-record autonomyRecord CRUD operations\n autonomy-record-link autonomyRecordLink CRUD operations\n calendar-attendee calendarAttendee CRUD operations\n calendar calendar CRUD operations\n calendar-event calendarEvent CRUD operations\n calendar-event-contact calendarEventContact CRUD operations\n contact contact CRUD operations\n calendar-event-note calendarEventNote CRUD operations\n note note CRUD operations\n calendar-event-task calendarEventTask CRUD operations\n task task CRUD operations\n company company CRUD operations\n deal deal CRUD operations\n company-document companyDocument CRUD operations\n document document CRUD operations\n company-event companyEvent CRUD operations\n event event CRUD operations\n company-image companyImage CRUD operations\n image image CRUD operations\n company-link companyLink CRUD operations\n memory memory CRUD operations\n company-memory companyMemory CRUD operations\n company-note companyNote CRUD operations\n contact-address contactAddress CRUD operations\n contact-company contactCompany CRUD operations\n contact-email contactEmail CRUD operations\n email email CRUD operations\n email-thread emailThread CRUD operations\n contact-event contactEvent CRUD operations\n expense expense CRUD operations\n contact-image contactImage CRUD operations\n contact-link contactLink CRUD operations\n contact-memory contactMemory CRUD operations\n contact-note contactNote CRUD operations\n contact-phone contactPhone CRUD operations\n project project CRUD operations\n contact-relationship contactRelationship CRUD operations\n contacts-chunk contactsChunk CRUD operations\n conversation conversation CRUD operations\n deal-company dealCompany CRUD operations\n deal-contact dealContact CRUD operations\n deal-note dealNote CRUD operations\n documents-chunk documentsChunk CRUD operations\n email-attachment emailAttachment CRUD operations\n email-note emailNote CRUD operations\n email-recipient emailRecipient CRUD operations\n event-image eventImage CRUD operations\n event-link eventLink CRUD operations\n event-note eventNote CRUD operations\n event-venue eventVenue CRUD operations\n venue venue CRUD operations\n expense-contact expenseContact CRUD operations\n goal goal CRUD operations\n goal-habit goalHabit CRUD operations\n habit habit CRUD operations\n goal-project goalProject CRUD operations\n interaction interaction CRUD operations\n message message CRUD operations\n notes-chunk notesChunk CRUD operations\n place place CRUD operations\n project-contact projectContact CRUD operations\n project-document projectDocument CRUD operations\n provider-sync-state providerSyncState CRUD operations\n raw-contact rawContact CRUD operations\n raw-contact-email rawContactEmail CRUD operations\n raw-contact-phone rawContactPhone CRUD operations\n raw-contact-url rawContactUrl CRUD operations\n raw-message-attachment rawMessageAttachment CRUD operations\n raw-message rawMessage CRUD operations\n rule rule CRUD operations\n runtime-artifact runtimeArtifact CRUD operations\n runtime-config runtimeConfig CRUD operations\n runtime-event runtimeEvent CRUD operations\n runtime-log runtimeLog CRUD operations\n runtime-metric runtimeMetric CRUD operations\n runtime-schedule runtimeSchedule CRUD operations\n runtime-state runtimeState CRUD operations\n runtime-state-dependency runtimeStateDependency CRUD operations\n skill skill CRUD operations\n skill-tool skillTool CRUD operations\n tool-definition toolDefinition CRUD operations\n tag tag CRUD operations\n task-contact taskContact CRUD operations\n task-note taskNote CRUD operations\n task-project taskProject CRUD operations\n thread-participant threadParticipant CRUD operations\n tool-execution toolExecution CRUD operations\n touchpoint touchpoint CRUD operations\n trip trip CRUD operations\n venue-image venueImage CRUD operations\n venue-link venueLink CRUD operations\n provision-bucket Provision an S3 bucket for a logical bucket in the database.\nReads the bucket config via RLS, then creates and configures\nthe S3 bucket with the appropriate privacy policies, CORS rules,\nand lifecycle settings.\n\n --help, -h Show this help message\n --version, -v Show version\n'; export const commands = async ( argv: Partial>, prompter: Inquirerer, diff --git a/sdk/cli/generated/cli/commands/raw-message-attachment.ts b/sdk/cli/generated/cli/commands/raw-message-attachment.ts new file mode 100644 index 00000000000..001e5c11f3b --- /dev/null +++ b/sdk/cli/generated/cli/commands/raw-message-attachment.ts @@ -0,0 +1,381 @@ +/** + * CLI commands for RawMessageAttachment + * @generated by @constructive-io/graphql-codegen + * DO NOT EDIT - changes will be overwritten + */ +import { CLIOptions, Inquirerer, extractFirst } from 'inquirerer'; +import { getClient } from '../executor'; +import { coerceAnswers, parseFindFirstArgs, parseFindManyArgs, stripUndefined } from '../utils'; +import type { FieldSchema } from '../utils'; +import type { + CreateRawMessageAttachmentInput, + RawMessageAttachmentPatch, + RawMessageAttachmentSelect, + RawMessageAttachmentFilter, + RawMessageAttachmentOrderBy, +} from '../../orm/input-types'; +import type { FindManyArgs, FindFirstArgs } from '../../orm/select-types'; +const fieldSchema: FieldSchema = { + filename: 'string', + contentType: 'string', + sizeBytes: 'int', + storageUrl: 'string', + providerAttachmentId: 'string', + id: 'uuid', + createdAt: 'string', + updatedAt: 'string', + rawMessageId: 'uuid', +}; +const usage = + '\nraw-message-attachment \n\nCommands:\n list List rawMessageAttachment records\n find-first Find first matching rawMessageAttachment record\n get Get a rawMessageAttachment by ID\n create Create a new rawMessageAttachment\n update Update an existing rawMessageAttachment\n delete Delete a rawMessageAttachment\n\nList Options:\n --limit Max number of records to return (forward pagination)\n --last Number of records from the end (backward pagination)\n --after Cursor for forward pagination\n --before Cursor for backward pagination\n --offset Number of records to skip\n --select Comma-separated list of fields to return\n --where.. Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.. Condition filter (dot-notation)\n --orderBy Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select Comma-separated list of fields to return\n --where.. Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.. Condition filter (dot-notation)\n --orderBy Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n'; +export default async ( + argv: Partial>, + prompter: Inquirerer, + _options: CLIOptions +) => { + if (argv.help || argv.h) { + console.log(usage); + process.exit(0); + } + const { first: subcommand, newArgv } = extractFirst(argv); + if (!subcommand) { + const answer = await prompter.prompt(argv, [ + { + type: 'autocomplete', + name: 'subcommand', + message: 'What do you want to do?', + options: ['list', 'find-first', 'get', 'create', 'update', 'delete'], + }, + ]); + return handleTableSubcommand(answer.subcommand as string, newArgv, prompter); + } + return handleTableSubcommand(subcommand, newArgv, prompter); +}; +async function handleTableSubcommand( + subcommand: string, + argv: Partial>, + prompter: Inquirerer +) { + switch (subcommand) { + case 'list': + return handleList(argv, prompter); + case 'find-first': + return handleFindFirst(argv, prompter); + case 'get': + return handleGet(argv, prompter); + case 'create': + return handleCreate(argv, prompter); + case 'update': + return handleUpdate(argv, prompter); + case 'delete': + return handleDelete(argv, prompter); + default: + console.log(usage); + process.exit(1); + } +} +async function handleList(argv: Partial>, _prompter: Inquirerer) { + try { + const defaultSelect = { + filename: true, + contentType: true, + sizeBytes: true, + storageUrl: true, + providerAttachmentId: true, + id: true, + createdAt: true, + updatedAt: true, + rawMessageId: true, + }; + const findManyArgs = parseFindManyArgs< + FindManyArgs< + RawMessageAttachmentSelect, + RawMessageAttachmentFilter, + RawMessageAttachmentOrderBy + > & { + select: RawMessageAttachmentSelect; + } + >(argv, defaultSelect); + const client = getClient(); + const result = await client.rawMessageAttachment.findMany(findManyArgs).execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to list records.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleFindFirst(argv: Partial>, _prompter: Inquirerer) { + try { + const defaultSelect = { + filename: true, + contentType: true, + sizeBytes: true, + storageUrl: true, + providerAttachmentId: true, + id: true, + createdAt: true, + updatedAt: true, + rawMessageId: true, + }; + const findFirstArgs = parseFindFirstArgs< + FindFirstArgs< + RawMessageAttachmentSelect, + RawMessageAttachmentFilter, + RawMessageAttachmentOrderBy + > & { + select: RawMessageAttachmentSelect; + } + >(argv, defaultSelect); + const client = getClient(); + const result = await client.rawMessageAttachment.findFirst(findFirstArgs).execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to find record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleGet(argv: Partial>, prompter: Inquirerer) { + try { + const answers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'id', + message: 'id', + required: true, + }, + ]); + const client = getClient(); + const result = await client.rawMessageAttachment + .findOne({ + id: answers.id as string, + select: { + filename: true, + contentType: true, + sizeBytes: true, + storageUrl: true, + providerAttachmentId: true, + id: true, + createdAt: true, + updatedAt: true, + rawMessageId: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Record not found.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleCreate(argv: Partial>, prompter: Inquirerer) { + try { + const rawAnswers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'filename', + message: 'filename', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'contentType', + message: 'contentType', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'sizeBytes', + message: 'sizeBytes', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'storageUrl', + message: 'storageUrl', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'providerAttachmentId', + message: 'providerAttachmentId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'rawMessageId', + message: 'rawMessageId', + required: true, + }, + ]); + const answers = coerceAnswers(rawAnswers, fieldSchema); + const cleanedData = stripUndefined( + answers, + fieldSchema + ) as CreateRawMessageAttachmentInput['rawMessageAttachment']; + const client = getClient(); + const result = await client.rawMessageAttachment + .create({ + data: { + filename: cleanedData.filename, + contentType: cleanedData.contentType, + sizeBytes: cleanedData.sizeBytes, + storageUrl: cleanedData.storageUrl, + providerAttachmentId: cleanedData.providerAttachmentId, + rawMessageId: cleanedData.rawMessageId, + }, + select: { + filename: true, + contentType: true, + sizeBytes: true, + storageUrl: true, + providerAttachmentId: true, + id: true, + createdAt: true, + updatedAt: true, + rawMessageId: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to create record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleUpdate(argv: Partial>, prompter: Inquirerer) { + try { + const rawAnswers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'id', + message: 'id', + required: true, + }, + { + type: 'text', + name: 'filename', + message: 'filename', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'contentType', + message: 'contentType', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'sizeBytes', + message: 'sizeBytes', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'storageUrl', + message: 'storageUrl', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'providerAttachmentId', + message: 'providerAttachmentId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'rawMessageId', + message: 'rawMessageId', + required: false, + }, + ]); + const answers = coerceAnswers(rawAnswers, fieldSchema); + const cleanedData = stripUndefined(answers, fieldSchema) as RawMessageAttachmentPatch; + const client = getClient(); + const result = await client.rawMessageAttachment + .update({ + where: { + id: answers.id as string, + }, + data: { + filename: cleanedData.filename, + contentType: cleanedData.contentType, + sizeBytes: cleanedData.sizeBytes, + storageUrl: cleanedData.storageUrl, + providerAttachmentId: cleanedData.providerAttachmentId, + rawMessageId: cleanedData.rawMessageId, + }, + select: { + filename: true, + contentType: true, + sizeBytes: true, + storageUrl: true, + providerAttachmentId: true, + id: true, + createdAt: true, + updatedAt: true, + rawMessageId: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to update record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleDelete(argv: Partial>, prompter: Inquirerer) { + try { + const rawAnswers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'id', + message: 'id', + required: true, + }, + ]); + const answers = coerceAnswers(rawAnswers, fieldSchema); + const client = getClient(); + const result = await client.rawMessageAttachment + .delete({ + where: { + id: answers.id as string, + }, + select: { + id: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to delete record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} diff --git a/sdk/cli/generated/cli/commands/raw-message.ts b/sdk/cli/generated/cli/commands/raw-message.ts new file mode 100644 index 00000000000..724d7889f9d --- /dev/null +++ b/sdk/cli/generated/cli/commands/raw-message.ts @@ -0,0 +1,634 @@ +/** + * CLI commands for RawMessage + * @generated by @constructive-io/graphql-codegen + * DO NOT EDIT - changes will be overwritten + */ +import { CLIOptions, Inquirerer, extractFirst } from 'inquirerer'; +import { getClient } from '../executor'; +import { coerceAnswers, parseFindFirstArgs, parseFindManyArgs, stripUndefined } from '../utils'; +import type { FieldSchema } from '../utils'; +import type { + CreateRawMessageInput, + RawMessagePatch, + RawMessageSelect, + RawMessageFilter, + RawMessageOrderBy, +} from '../../orm/input-types'; +import type { FindManyArgs, FindFirstArgs } from '../../orm/select-types'; +const fieldSchema: FieldSchema = { + provider: 'string', + externalId: 'string', + externalThreadId: 'string', + senderHandle: 'string', + senderDisplayName: 'string', + recipients: 'json', + subject: 'string', + bodyText: 'string', + sentAt: 'string', + rawData: 'json', + triageStatus: 'string', + triageScore: 'string', + triageNotes: 'string', + labels: 'string', + ingestedAt: 'string', + id: 'uuid', + createdAt: 'string', + updatedAt: 'string', + senderContactId: 'uuid', + promotedEmailId: 'uuid', + promotedConversationId: 'uuid', +}; +const usage = + '\nraw-message \n\nCommands:\n list List rawMessage records\n find-first Find first matching rawMessage record\n get Get a rawMessage by ID\n create Create a new rawMessage\n update Update an existing rawMessage\n delete Delete a rawMessage\n\nList Options:\n --limit Max number of records to return (forward pagination)\n --last Number of records from the end (backward pagination)\n --after Cursor for forward pagination\n --before Cursor for backward pagination\n --offset Number of records to skip\n --select Comma-separated list of fields to return\n --where.. Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.. Condition filter (dot-notation)\n --orderBy Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select Comma-separated list of fields to return\n --where.. Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.. Condition filter (dot-notation)\n --orderBy Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n'; +export default async ( + argv: Partial>, + prompter: Inquirerer, + _options: CLIOptions +) => { + if (argv.help || argv.h) { + console.log(usage); + process.exit(0); + } + const { first: subcommand, newArgv } = extractFirst(argv); + if (!subcommand) { + const answer = await prompter.prompt(argv, [ + { + type: 'autocomplete', + name: 'subcommand', + message: 'What do you want to do?', + options: ['list', 'find-first', 'get', 'create', 'update', 'delete'], + }, + ]); + return handleTableSubcommand(answer.subcommand as string, newArgv, prompter); + } + return handleTableSubcommand(subcommand, newArgv, prompter); +}; +async function handleTableSubcommand( + subcommand: string, + argv: Partial>, + prompter: Inquirerer +) { + switch (subcommand) { + case 'list': + return handleList(argv, prompter); + case 'find-first': + return handleFindFirst(argv, prompter); + case 'get': + return handleGet(argv, prompter); + case 'create': + return handleCreate(argv, prompter); + case 'update': + return handleUpdate(argv, prompter); + case 'delete': + return handleDelete(argv, prompter); + default: + console.log(usage); + process.exit(1); + } +} +async function handleList(argv: Partial>, _prompter: Inquirerer) { + try { + const defaultSelect = { + provider: true, + externalId: true, + externalThreadId: true, + senderHandle: true, + senderDisplayName: true, + recipients: true, + subject: true, + bodyText: true, + sentAt: true, + rawData: true, + triageStatus: true, + triageScore: true, + triageNotes: true, + labels: true, + ingestedAt: true, + id: true, + createdAt: true, + updatedAt: true, + senderContactId: true, + promotedEmailId: true, + promotedConversationId: true, + }; + const findManyArgs = parseFindManyArgs< + FindManyArgs & { + select: RawMessageSelect; + } + >(argv, defaultSelect); + const client = getClient(); + const result = await client.rawMessage.findMany(findManyArgs).execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to list records.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleFindFirst(argv: Partial>, _prompter: Inquirerer) { + try { + const defaultSelect = { + provider: true, + externalId: true, + externalThreadId: true, + senderHandle: true, + senderDisplayName: true, + recipients: true, + subject: true, + bodyText: true, + sentAt: true, + rawData: true, + triageStatus: true, + triageScore: true, + triageNotes: true, + labels: true, + ingestedAt: true, + id: true, + createdAt: true, + updatedAt: true, + senderContactId: true, + promotedEmailId: true, + promotedConversationId: true, + }; + const findFirstArgs = parseFindFirstArgs< + FindFirstArgs & { + select: RawMessageSelect; + } + >(argv, defaultSelect); + const client = getClient(); + const result = await client.rawMessage.findFirst(findFirstArgs).execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to find record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleGet(argv: Partial>, prompter: Inquirerer) { + try { + const answers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'id', + message: 'id', + required: true, + }, + ]); + const client = getClient(); + const result = await client.rawMessage + .findOne({ + id: answers.id as string, + select: { + provider: true, + externalId: true, + externalThreadId: true, + senderHandle: true, + senderDisplayName: true, + recipients: true, + subject: true, + bodyText: true, + sentAt: true, + rawData: true, + triageStatus: true, + triageScore: true, + triageNotes: true, + labels: true, + ingestedAt: true, + id: true, + createdAt: true, + updatedAt: true, + senderContactId: true, + promotedEmailId: true, + promotedConversationId: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Record not found.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleCreate(argv: Partial>, prompter: Inquirerer) { + try { + const rawAnswers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'provider', + message: 'provider', + required: true, + }, + { + type: 'text', + name: 'externalId', + message: 'externalId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'externalThreadId', + message: 'externalThreadId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'senderHandle', + message: 'senderHandle', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'senderDisplayName', + message: 'senderDisplayName', + required: false, + skipPrompt: true, + }, + { + type: 'json', + name: 'recipients', + message: 'recipients', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'subject', + message: 'subject', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'bodyText', + message: 'bodyText', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'sentAt', + message: 'sentAt', + required: false, + skipPrompt: true, + }, + { + type: 'json', + name: 'rawData', + message: 'rawData', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'triageStatus', + message: 'triageStatus', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'triageScore', + message: 'triageScore', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'triageNotes', + message: 'triageNotes', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'labels', + message: 'labels', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'ingestedAt', + message: 'ingestedAt', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'senderContactId', + message: 'senderContactId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'promotedEmailId', + message: 'promotedEmailId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'promotedConversationId', + message: 'promotedConversationId', + required: false, + skipPrompt: true, + }, + ]); + const answers = coerceAnswers(rawAnswers, fieldSchema); + const cleanedData = stripUndefined(answers, fieldSchema) as CreateRawMessageInput['rawMessage']; + const client = getClient(); + const result = await client.rawMessage + .create({ + data: { + provider: cleanedData.provider, + externalId: cleanedData.externalId, + externalThreadId: cleanedData.externalThreadId, + senderHandle: cleanedData.senderHandle, + senderDisplayName: cleanedData.senderDisplayName, + recipients: cleanedData.recipients, + subject: cleanedData.subject, + bodyText: cleanedData.bodyText, + sentAt: cleanedData.sentAt, + rawData: cleanedData.rawData, + triageStatus: cleanedData.triageStatus, + triageScore: cleanedData.triageScore, + triageNotes: cleanedData.triageNotes, + labels: cleanedData.labels, + ingestedAt: cleanedData.ingestedAt, + senderContactId: cleanedData.senderContactId, + promotedEmailId: cleanedData.promotedEmailId, + promotedConversationId: cleanedData.promotedConversationId, + }, + select: { + provider: true, + externalId: true, + externalThreadId: true, + senderHandle: true, + senderDisplayName: true, + recipients: true, + subject: true, + bodyText: true, + sentAt: true, + rawData: true, + triageStatus: true, + triageScore: true, + triageNotes: true, + labels: true, + ingestedAt: true, + id: true, + createdAt: true, + updatedAt: true, + senderContactId: true, + promotedEmailId: true, + promotedConversationId: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to create record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleUpdate(argv: Partial>, prompter: Inquirerer) { + try { + const rawAnswers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'id', + message: 'id', + required: true, + }, + { + type: 'text', + name: 'provider', + message: 'provider', + required: false, + }, + { + type: 'text', + name: 'externalId', + message: 'externalId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'externalThreadId', + message: 'externalThreadId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'senderHandle', + message: 'senderHandle', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'senderDisplayName', + message: 'senderDisplayName', + required: false, + skipPrompt: true, + }, + { + type: 'json', + name: 'recipients', + message: 'recipients', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'subject', + message: 'subject', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'bodyText', + message: 'bodyText', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'sentAt', + message: 'sentAt', + required: false, + skipPrompt: true, + }, + { + type: 'json', + name: 'rawData', + message: 'rawData', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'triageStatus', + message: 'triageStatus', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'triageScore', + message: 'triageScore', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'triageNotes', + message: 'triageNotes', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'labels', + message: 'labels', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'ingestedAt', + message: 'ingestedAt', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'senderContactId', + message: 'senderContactId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'promotedEmailId', + message: 'promotedEmailId', + required: false, + skipPrompt: true, + }, + { + type: 'text', + name: 'promotedConversationId', + message: 'promotedConversationId', + required: false, + skipPrompt: true, + }, + ]); + const answers = coerceAnswers(rawAnswers, fieldSchema); + const cleanedData = stripUndefined(answers, fieldSchema) as RawMessagePatch; + const client = getClient(); + const result = await client.rawMessage + .update({ + where: { + id: answers.id as string, + }, + data: { + provider: cleanedData.provider, + externalId: cleanedData.externalId, + externalThreadId: cleanedData.externalThreadId, + senderHandle: cleanedData.senderHandle, + senderDisplayName: cleanedData.senderDisplayName, + recipients: cleanedData.recipients, + subject: cleanedData.subject, + bodyText: cleanedData.bodyText, + sentAt: cleanedData.sentAt, + rawData: cleanedData.rawData, + triageStatus: cleanedData.triageStatus, + triageScore: cleanedData.triageScore, + triageNotes: cleanedData.triageNotes, + labels: cleanedData.labels, + ingestedAt: cleanedData.ingestedAt, + senderContactId: cleanedData.senderContactId, + promotedEmailId: cleanedData.promotedEmailId, + promotedConversationId: cleanedData.promotedConversationId, + }, + select: { + provider: true, + externalId: true, + externalThreadId: true, + senderHandle: true, + senderDisplayName: true, + recipients: true, + subject: true, + bodyText: true, + sentAt: true, + rawData: true, + triageStatus: true, + triageScore: true, + triageNotes: true, + labels: true, + ingestedAt: true, + id: true, + createdAt: true, + updatedAt: true, + senderContactId: true, + promotedEmailId: true, + promotedConversationId: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to update record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} +async function handleDelete(argv: Partial>, prompter: Inquirerer) { + try { + const rawAnswers = await prompter.prompt(argv, [ + { + type: 'text', + name: 'id', + message: 'id', + required: true, + }, + ]); + const answers = coerceAnswers(rawAnswers, fieldSchema); + const client = getClient(); + const result = await client.rawMessage + .delete({ + where: { + id: answers.id as string, + }, + select: { + id: true, + }, + }) + .execute(); + console.log(JSON.stringify(result, null, 2)); + } catch (error) { + console.error('Failed to delete record.'); + if (error instanceof Error) { + console.error(error.message); + } + process.exit(1); + } +} diff --git a/sdk/cli/generated/orm/AGENTS.md b/sdk/cli/generated/orm/AGENTS.md index c73cc2c5c9c..259a3f9fe8c 100644 --- a/sdk/cli/generated/orm/AGENTS.md +++ b/sdk/cli/generated/orm/AGENTS.md @@ -5,7 +5,7 @@ ## Stack - Prisma-like ORM client for a GraphQL API (TypeScript) -- 95 models, 1 custom operation +- 97 models, 1 custom operation - All methods return a QueryBuilder; call `.execute()` to run, or `.unwrap()` to throw on error ## Quick Start @@ -44,7 +44,7 @@ Available helpers (chain after `.execute()`): ## Resources -- **Full API reference:** [README.md](./README.md) — model docs for all 95 tables +- **Full API reference:** [README.md](./README.md) — model docs for all 97 tables - **Schema types:** [types.ts](./types.ts) - **ORM client:** [orm.ts](./orm.ts) diff --git a/sdk/cli/generated/orm/README.md b/sdk/cli/generated/orm/README.md index c947424a6a6..cdab76efbce 100644 --- a/sdk/cli/generated/orm/README.md +++ b/sdk/cli/generated/orm/README.md @@ -94,6 +94,8 @@ const db = createClient({ | `rawContactEmail` | findMany, findOne, create, update, delete | | `rawContactPhone` | findMany, findOne, create, update, delete | | `rawContactUrl` | findMany, findOne, create, update, delete | +| `rawMessageAttachment` | findMany, findOne, create, update, delete | +| `rawMessage` | findMany, findOne, create, update, delete | | `rule` | findMany, findOne, create, update, delete | | `runtimeArtifact` | findMany, findOne, create, update, delete | | `runtimeConfig` | findMany, findOne, create, update, delete | @@ -3072,6 +3074,92 @@ const updated = await db.rawContactUrl.update({ where: { id: '' }, data: { const deleted = await db.rawContactUrl.delete({ where: { id: '' } }).execute(); ``` +### `db.rawMessageAttachment` + +CRUD operations for RawMessageAttachment records. + +**Fields:** + +| Field | Type | Editable | +|-------|------|----------| +| `filename` | String | Yes | +| `contentType` | String | Yes | +| `sizeBytes` | Int | Yes | +| `storageUrl` | String | Yes | +| `providerAttachmentId` | String | Yes | +| `id` | UUID | No | +| `createdAt` | Datetime | No | +| `updatedAt` | Datetime | No | +| `rawMessageId` | UUID | Yes | + +**Operations:** + +```typescript +// List all rawMessageAttachment records +const items = await db.rawMessageAttachment.findMany({ select: { filename: true, contentType: true, sizeBytes: true, storageUrl: true, providerAttachmentId: true, id: true, createdAt: true, updatedAt: true, rawMessageId: true } }).execute(); + +// Get one by id +const item = await db.rawMessageAttachment.findOne({ id: '', select: { filename: true, contentType: true, sizeBytes: true, storageUrl: true, providerAttachmentId: true, id: true, createdAt: true, updatedAt: true, rawMessageId: true } }).execute(); + +// Create +const created = await db.rawMessageAttachment.create({ data: { filename: '', contentType: '', sizeBytes: '', storageUrl: '', providerAttachmentId: '', rawMessageId: '' }, select: { id: true } }).execute(); + +// Update +const updated = await db.rawMessageAttachment.update({ where: { id: '' }, data: { filename: '' }, select: { id: true } }).execute(); + +// Delete +const deleted = await db.rawMessageAttachment.delete({ where: { id: '' } }).execute(); +``` + +### `db.rawMessage` + +CRUD operations for RawMessage records. + +**Fields:** + +| Field | Type | Editable | +|-------|------|----------| +| `provider` | String | Yes | +| `externalId` | String | Yes | +| `externalThreadId` | String | Yes | +| `senderHandle` | String | Yes | +| `senderDisplayName` | String | Yes | +| `recipients` | JSON | Yes | +| `subject` | String | Yes | +| `bodyText` | String | Yes | +| `sentAt` | Datetime | Yes | +| `rawData` | JSON | Yes | +| `triageStatus` | String | Yes | +| `triageScore` | BigFloat | Yes | +| `triageNotes` | String | Yes | +| `labels` | String | Yes | +| `ingestedAt` | Datetime | Yes | +| `id` | UUID | No | +| `createdAt` | Datetime | No | +| `updatedAt` | Datetime | No | +| `senderContactId` | UUID | Yes | +| `promotedEmailId` | UUID | Yes | +| `promotedConversationId` | UUID | Yes | + +**Operations:** + +```typescript +// List all rawMessage records +const items = await db.rawMessage.findMany({ select: { provider: true, externalId: true, externalThreadId: true, senderHandle: true, senderDisplayName: true, recipients: true, subject: true, bodyText: true, sentAt: true, rawData: true, triageStatus: true, triageScore: true, triageNotes: true, labels: true, ingestedAt: true, id: true, createdAt: true, updatedAt: true, senderContactId: true, promotedEmailId: true, promotedConversationId: true } }).execute(); + +// Get one by id +const item = await db.rawMessage.findOne({ id: '', select: { provider: true, externalId: true, externalThreadId: true, senderHandle: true, senderDisplayName: true, recipients: true, subject: true, bodyText: true, sentAt: true, rawData: true, triageStatus: true, triageScore: true, triageNotes: true, labels: true, ingestedAt: true, id: true, createdAt: true, updatedAt: true, senderContactId: true, promotedEmailId: true, promotedConversationId: true } }).execute(); + +// Create +const created = await db.rawMessage.create({ data: { provider: '', externalId: '', externalThreadId: '', senderHandle: '', senderDisplayName: '', recipients: '', subject: '', bodyText: '', sentAt: '', rawData: '', triageStatus: '', triageScore: '', triageNotes: '', labels: '', ingestedAt: '', senderContactId: '', promotedEmailId: '', promotedConversationId: '' }, select: { id: true } }).execute(); + +// Update +const updated = await db.rawMessage.update({ where: { id: '' }, data: { provider: '' }, select: { id: true } }).execute(); + +// Delete +const deleted = await db.rawMessage.delete({ where: { id: '' } }).execute(); +``` + ### `db.rule` CRUD operations for Rule records. diff --git a/sdk/cli/generated/orm/index.ts b/sdk/cli/generated/orm/index.ts index 32724730dcb..2bbbcc36bc3 100644 --- a/sdk/cli/generated/orm/index.ts +++ b/sdk/cli/generated/orm/index.ts @@ -78,6 +78,8 @@ import { RawContactModel } from './models/rawContact'; import { RawContactEmailModel } from './models/rawContactEmail'; import { RawContactPhoneModel } from './models/rawContactPhone'; import { RawContactUrlModel } from './models/rawContactUrl'; +import { RawMessageAttachmentModel } from './models/rawMessageAttachment'; +import { RawMessageModel } from './models/rawMessage'; import { RuleModel } from './models/rule'; import { RuntimeArtifactModel } from './models/runtimeArtifact'; import { RuntimeConfigModel } from './models/runtimeConfig'; @@ -206,6 +208,8 @@ export function createClient(config: OrmClientConfig) { rawContactEmail: new RawContactEmailModel(client), rawContactPhone: new RawContactPhoneModel(client), rawContactUrl: new RawContactUrlModel(client), + rawMessageAttachment: new RawMessageAttachmentModel(client), + rawMessage: new RawMessageModel(client), rule: new RuleModel(client), runtimeArtifact: new RuntimeArtifactModel(client), runtimeConfig: new RuntimeConfigModel(client), diff --git a/sdk/cli/generated/orm/input-types.ts b/sdk/cli/generated/orm/input-types.ts index 40d54429306..3b0d17a7935 100644 --- a/sdk/cli/generated/orm/input-types.ts +++ b/sdk/cli/generated/orm/input-types.ts @@ -1475,6 +1475,44 @@ export interface RawContactUrl { updatedAt?: string | null; rawContactId?: string | null; } +export interface RawMessageAttachment { + filename?: string | null; + contentType?: string | null; + sizeBytes?: number | null; + storageUrl?: string | null; + providerAttachmentId?: string | null; + id: string; + /** Timestamp when this record was created */ + createdAt?: string | null; + /** Timestamp when this record was last updated */ + updatedAt?: string | null; + rawMessageId?: string | null; +} +export interface RawMessage { + provider?: string | null; + externalId?: string | null; + externalThreadId?: string | null; + senderHandle?: string | null; + senderDisplayName?: string | null; + recipients?: Record | null; + subject?: string | null; + bodyText?: string | null; + sentAt?: string | null; + rawData?: Record | null; + triageStatus?: string | null; + triageScore?: string | null; + triageNotes?: string | null; + labels?: string[] | null; + ingestedAt?: string | null; + id: string; + /** Timestamp when this record was created */ + createdAt?: string | null; + /** Timestamp when this record was last updated */ + updatedAt?: string | null; + senderContactId?: string | null; + promotedEmailId?: string | null; + promotedConversationId?: string | null; +} export interface Rule { name?: string | null; description?: string | null; @@ -1934,7 +1972,6 @@ export interface ContactRelations { expenses?: ConnectionResult; notes?: ConnectionResult; memories?: ConnectionResult; - emails?: ConnectionResult; contactsChunksByContactsId?: ConnectionResult; interactions?: ConnectionResult; touchpoints?: ConnectionResult; @@ -1951,6 +1988,7 @@ export interface ContactRelations { emailsByFromContactId?: ConnectionResult; calendarEventsByOrganizerContactId?: ConnectionResult; calendarAttendees?: ConnectionResult; + rawMessagesBySenderContactId?: ConnectionResult; projectContacts?: ConnectionResult; taskContacts?: ConnectionResult; calendarEventContacts?: ConnectionResult; @@ -1967,6 +2005,7 @@ export interface ContactRelations { contactsByContactRelationshipRelatedContactIdAndContactId?: ConnectionResult; calendarEventsByCalendarEventContactContactIdAndCalendarEventId?: ConnectionResult; emailThreadsByThreadParticipantContactIdAndEmailThreadId?: ConnectionResult; + emailsByEmailRecipientContactIdAndEmailId?: ConnectionResult; } export interface CalendarEventNoteRelations { calendarEvent?: CalendarEvent | null; @@ -2113,6 +2152,7 @@ export interface EmailRelations { fromContact?: Contact | null; notes?: ConnectionResult; emailAttachments?: ConnectionResult; + rawMessagesByPromotedEmailId?: ConnectionResult; emailRecipients?: ConnectionResult; emailNotes?: ConnectionResult; contactsByEmailRecipientEmailIdAndContactId?: ConnectionResult; @@ -2168,6 +2208,7 @@ export interface ContactsChunkRelations { } export interface ConversationRelations { messages?: ConnectionResult; + rawMessagesByPromotedConversationId?: ConnectionResult; } export interface DealCompanyRelations { company?: Company | null; @@ -2274,6 +2315,15 @@ export interface RawContactPhoneRelations { export interface RawContactUrlRelations { rawContact?: RawContact | null; } +export interface RawMessageAttachmentRelations { + rawMessage?: RawMessage | null; +} +export interface RawMessageRelations { + promotedConversation?: Conversation | null; + promotedEmail?: Email | null; + senderContact?: Contact | null; + rawMessageAttachments?: ConnectionResult; +} export interface RuleRelations { agent?: Agent | null; } @@ -2427,6 +2477,9 @@ export type RawContactWithRelations = RawContact & RawContactRelations; export type RawContactEmailWithRelations = RawContactEmail & RawContactEmailRelations; export type RawContactPhoneWithRelations = RawContactPhone & RawContactPhoneRelations; export type RawContactUrlWithRelations = RawContactUrl & RawContactUrlRelations; +export type RawMessageAttachmentWithRelations = RawMessageAttachment & + RawMessageAttachmentRelations; +export type RawMessageWithRelations = RawMessage & RawMessageRelations; export type RuleWithRelations = Rule & RuleRelations; export type RuntimeArtifactWithRelations = RuntimeArtifact & RuntimeArtifactRelations; export type RuntimeConfigWithRelations = RuntimeConfig & RuntimeConfigRelations; @@ -2887,12 +2940,6 @@ export type ContactSelect = { filter?: MemoryFilter; orderBy?: MemoryOrderBy[]; }; - emails?: { - select: EmailSelect; - first?: number; - filter?: EmailFilter; - orderBy?: EmailOrderBy[]; - }; contactsChunksByContactsId?: { select: ContactsChunkSelect; first?: number; @@ -2989,6 +3036,12 @@ export type ContactSelect = { filter?: CalendarAttendeeFilter; orderBy?: CalendarAttendeeOrderBy[]; }; + rawMessagesBySenderContactId?: { + select: RawMessageSelect; + first?: number; + filter?: RawMessageFilter; + orderBy?: RawMessageOrderBy[]; + }; projectContacts?: { select: ProjectContactSelect; first?: number; @@ -3085,6 +3138,12 @@ export type ContactSelect = { filter?: EmailThreadFilter; orderBy?: EmailThreadOrderBy[]; }; + emailsByEmailRecipientContactIdAndEmailId?: { + select: EmailSelect; + first?: number; + filter?: EmailFilter; + orderBy?: EmailOrderBy[]; + }; }; export type CalendarEventNoteSelect = { calendarEventId?: boolean; @@ -3924,6 +3983,12 @@ export type EmailSelect = { filter?: EmailAttachmentFilter; orderBy?: EmailAttachmentOrderBy[]; }; + rawMessagesByPromotedEmailId?: { + select: RawMessageSelect; + first?: number; + filter?: RawMessageFilter; + orderBy?: RawMessageOrderBy[]; + }; emailRecipients?: { select: EmailRecipientSelect; first?: number; @@ -4219,6 +4284,12 @@ export type ConversationSelect = { filter?: MessageFilter; orderBy?: MessageOrderBy[]; }; + rawMessagesByPromotedConversationId?: { + select: RawMessageSelect; + first?: number; + filter?: RawMessageFilter; + orderBy?: RawMessageOrderBy[]; + }; }; export type DealCompanySelect = { dealId?: boolean; @@ -4715,6 +4786,58 @@ export type RawContactUrlSelect = { select: RawContactSelect; }; }; +export type RawMessageAttachmentSelect = { + filename?: boolean; + contentType?: boolean; + sizeBytes?: boolean; + storageUrl?: boolean; + providerAttachmentId?: boolean; + id?: boolean; + createdAt?: boolean; + updatedAt?: boolean; + rawMessageId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; +}; +export type RawMessageSelect = { + provider?: boolean; + externalId?: boolean; + externalThreadId?: boolean; + senderHandle?: boolean; + senderDisplayName?: boolean; + recipients?: boolean; + subject?: boolean; + bodyText?: boolean; + sentAt?: boolean; + rawData?: boolean; + triageStatus?: boolean; + triageScore?: boolean; + triageNotes?: boolean; + labels?: boolean; + ingestedAt?: boolean; + id?: boolean; + createdAt?: boolean; + updatedAt?: boolean; + senderContactId?: boolean; + promotedEmailId?: boolean; + promotedConversationId?: boolean; + promotedConversation?: { + select: ConversationSelect; + }; + promotedEmail?: { + select: EmailSelect; + }; + senderContact?: { + select: ContactSelect; + }; + rawMessageAttachments?: { + select: RawMessageAttachmentSelect; + first?: number; + filter?: RawMessageAttachmentFilter; + orderBy?: RawMessageAttachmentOrderBy[]; + }; +}; export type RuleSelect = { name?: boolean; description?: boolean; @@ -5809,6 +5932,10 @@ export interface ContactFilter { calendarAttendees?: ContactToManyCalendarAttendeeFilter; /** `calendarAttendees` exist. */ calendarAttendeesExist?: boolean; + /** Filter by the object’s `rawMessagesBySenderContactId` relation. */ + rawMessagesBySenderContactId?: ContactToManyRawMessageFilter; + /** `rawMessagesBySenderContactId` exist. */ + rawMessagesBySenderContactIdExist?: boolean; /** Filter by the object’s `projectContacts` relation. */ projectContacts?: ContactToManyProjectContactFilter; /** `projectContacts` exist. */ @@ -6781,6 +6908,10 @@ export interface EmailFilter { emailAttachments?: EmailToManyEmailAttachmentFilter; /** `emailAttachments` exist. */ emailAttachmentsExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedEmailId` relation. */ + rawMessagesByPromotedEmailId?: EmailToManyRawMessageFilter; + /** `rawMessagesByPromotedEmailId` exist. */ + rawMessagesByPromotedEmailIdExist?: boolean; /** Filter by the object’s `emailRecipients` relation. */ emailRecipients?: EmailToManyEmailRecipientFilter; /** `emailRecipients` exist. */ @@ -7235,6 +7366,10 @@ export interface ConversationFilter { messages?: ConversationToManyMessageFilter; /** `messages` exist. */ messagesExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedConversationId` relation. */ + rawMessagesByPromotedConversationId?: ConversationToManyRawMessageFilter; + /** `rawMessagesByPromotedConversationId` exist. */ + rawMessagesByPromotedConversationIdExist?: boolean; /** BM25 search on the `embedding_text` column. */ bm25EmbeddingText?: Bm25SearchInput; /** VECTOR search on the `embedding` column. */ @@ -8114,6 +8249,100 @@ export interface RawContactUrlFilter { /** Filter by the object’s `rawContact` relation. */ rawContact?: RawContactFilter; } +export interface RawMessageAttachmentFilter { + /** Filter by the object’s `filename` field. */ + filename?: StringFilter; + /** Filter by the object’s `contentType` field. */ + contentType?: StringFilter; + /** Filter by the object’s `sizeBytes` field. */ + sizeBytes?: IntFilter; + /** Filter by the object’s `storageUrl` field. */ + storageUrl?: StringFilter; + /** Filter by the object’s `providerAttachmentId` field. */ + providerAttachmentId?: StringFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `rawMessageId` field. */ + rawMessageId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageAttachmentFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageAttachmentFilter[]; + /** Negates the expression. */ + not?: RawMessageAttachmentFilter; + /** Filter by the object’s `rawMessage` relation. */ + rawMessage?: RawMessageFilter; +} +export interface RawMessageFilter { + /** Filter by the object’s `provider` field. */ + provider?: StringFilter; + /** Filter by the object’s `externalId` field. */ + externalId?: StringFilter; + /** Filter by the object’s `externalThreadId` field. */ + externalThreadId?: StringFilter; + /** Filter by the object’s `senderHandle` field. */ + senderHandle?: StringFilter; + /** Filter by the object’s `senderDisplayName` field. */ + senderDisplayName?: StringFilter; + /** Filter by the object’s `recipients` field. */ + recipients?: JSONFilter; + /** Filter by the object’s `subject` field. */ + subject?: StringFilter; + /** Filter by the object’s `bodyText` field. */ + bodyText?: StringFilter; + /** Filter by the object’s `sentAt` field. */ + sentAt?: DatetimeFilter; + /** Filter by the object’s `rawData` field. */ + rawData?: JSONFilter; + /** Filter by the object’s `triageStatus` field. */ + triageStatus?: StringFilter; + /** Filter by the object’s `triageScore` field. */ + triageScore?: BigFloatFilter; + /** Filter by the object’s `triageNotes` field. */ + triageNotes?: StringFilter; + /** Filter by the object’s `labels` field. */ + labels?: StringListFilter; + /** Filter by the object’s `ingestedAt` field. */ + ingestedAt?: DatetimeFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `senderContactId` field. */ + senderContactId?: UUIDFilter; + /** Filter by the object’s `promotedEmailId` field. */ + promotedEmailId?: UUIDFilter; + /** Filter by the object’s `promotedConversationId` field. */ + promotedConversationId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageFilter[]; + /** Negates the expression. */ + not?: RawMessageFilter; + /** Filter by the object’s `promotedConversation` relation. */ + promotedConversation?: ConversationFilter; + /** A related `promotedConversation` exists. */ + promotedConversationExists?: boolean; + /** Filter by the object’s `promotedEmail` relation. */ + promotedEmail?: EmailFilter; + /** A related `promotedEmail` exists. */ + promotedEmailExists?: boolean; + /** Filter by the object’s `senderContact` relation. */ + senderContact?: ContactFilter; + /** A related `senderContact` exists. */ + senderContactExists?: boolean; + /** Filter by the object’s `rawMessageAttachments` relation. */ + rawMessageAttachments?: RawMessageToManyRawMessageAttachmentFilter; + /** `rawMessageAttachments` exist. */ + rawMessageAttachmentsExist?: boolean; +} export interface RuleFilter { /** Filter by the object’s `name` field. */ name?: StringTrgmFilter; @@ -10727,6 +10956,74 @@ export type RawContactUrlOrderBy = | 'UPDATED_AT_DESC' | 'RAW_CONTACT_ID_ASC' | 'RAW_CONTACT_ID_DESC'; +export type RawMessageAttachmentOrderBy = + | 'NATURAL' + | 'PRIMARY_KEY_ASC' + | 'PRIMARY_KEY_DESC' + | 'FILENAME_ASC' + | 'FILENAME_DESC' + | 'CONTENT_TYPE_ASC' + | 'CONTENT_TYPE_DESC' + | 'SIZE_BYTES_ASC' + | 'SIZE_BYTES_DESC' + | 'STORAGE_URL_ASC' + | 'STORAGE_URL_DESC' + | 'PROVIDER_ATTACHMENT_ID_ASC' + | 'PROVIDER_ATTACHMENT_ID_DESC' + | 'ID_ASC' + | 'ID_DESC' + | 'CREATED_AT_ASC' + | 'CREATED_AT_DESC' + | 'UPDATED_AT_ASC' + | 'UPDATED_AT_DESC' + | 'RAW_MESSAGE_ID_ASC' + | 'RAW_MESSAGE_ID_DESC'; +export type RawMessageOrderBy = + | 'NATURAL' + | 'PRIMARY_KEY_ASC' + | 'PRIMARY_KEY_DESC' + | 'PROVIDER_ASC' + | 'PROVIDER_DESC' + | 'EXTERNAL_ID_ASC' + | 'EXTERNAL_ID_DESC' + | 'EXTERNAL_THREAD_ID_ASC' + | 'EXTERNAL_THREAD_ID_DESC' + | 'SENDER_HANDLE_ASC' + | 'SENDER_HANDLE_DESC' + | 'SENDER_DISPLAY_NAME_ASC' + | 'SENDER_DISPLAY_NAME_DESC' + | 'RECIPIENTS_ASC' + | 'RECIPIENTS_DESC' + | 'SUBJECT_ASC' + | 'SUBJECT_DESC' + | 'BODY_TEXT_ASC' + | 'BODY_TEXT_DESC' + | 'SENT_AT_ASC' + | 'SENT_AT_DESC' + | 'RAW_DATA_ASC' + | 'RAW_DATA_DESC' + | 'TRIAGE_STATUS_ASC' + | 'TRIAGE_STATUS_DESC' + | 'TRIAGE_SCORE_ASC' + | 'TRIAGE_SCORE_DESC' + | 'TRIAGE_NOTES_ASC' + | 'TRIAGE_NOTES_DESC' + | 'LABELS_ASC' + | 'LABELS_DESC' + | 'INGESTED_AT_ASC' + | 'INGESTED_AT_DESC' + | 'ID_ASC' + | 'ID_DESC' + | 'CREATED_AT_ASC' + | 'CREATED_AT_DESC' + | 'UPDATED_AT_ASC' + | 'UPDATED_AT_DESC' + | 'SENDER_CONTACT_ID_ASC' + | 'SENDER_CONTACT_ID_DESC' + | 'PROMOTED_EMAIL_ID_ASC' + | 'PROMOTED_EMAIL_ID_DESC' + | 'PROMOTED_CONVERSATION_ID_ASC' + | 'PROMOTED_CONVERSATION_ID_DESC'; export type RuleOrderBy = | 'NATURAL' | 'PRIMARY_KEY_ASC' @@ -12019,6 +12316,7 @@ export interface CreateImageInput { caption?: string; embedding?: number[]; embeddingUpdatedAt?: string; + embeddingText?: string; }; } export interface ImagePatch { @@ -12028,6 +12326,7 @@ export interface ImagePatch { caption?: string | null; embedding?: number[] | null; embeddingUpdatedAt?: string | null; + embeddingText?: string | null; } export interface UpdateImageInput { clientMutationId?: string; @@ -12046,6 +12345,7 @@ export interface CreateCompanyLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; companyId: string; + embeddingText?: string; }; } export interface CompanyLinkPatch { @@ -12054,6 +12354,7 @@ export interface CompanyLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; companyId?: string | null; + embeddingText?: string | null; } export interface UpdateCompanyLinkInput { clientMutationId?: string; @@ -12384,6 +12685,7 @@ export interface CreateContactLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; contactId: string; + embeddingText?: string; }; } export interface ContactLinkPatch { @@ -12392,6 +12694,7 @@ export interface ContactLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; contactId?: string | null; + embeddingText?: string | null; } export interface UpdateContactLinkInput { clientMutationId?: string; @@ -12536,6 +12839,7 @@ export interface CreateContactsChunkInput { chunkIndex?: number; embedding?: number[]; metadata?: Record; + embeddingText?: string; }; } export interface ContactsChunkPatch { @@ -12544,6 +12848,7 @@ export interface ContactsChunkPatch { chunkIndex?: number | null; embedding?: number[] | null; metadata?: Record | null; + embeddingText?: string | null; } export interface UpdateContactsChunkInput { clientMutationId?: string; @@ -12652,6 +12957,7 @@ export interface CreateDocumentsChunkInput { chunkIndex?: number; embedding?: number[]; metadata?: Record; + embeddingText?: string; }; } export interface DocumentsChunkPatch { @@ -12660,6 +12966,7 @@ export interface DocumentsChunkPatch { chunkIndex?: number | null; embedding?: number[] | null; metadata?: Record | null; + embeddingText?: string | null; } export interface UpdateDocumentsChunkInput { clientMutationId?: string; @@ -12766,6 +13073,7 @@ export interface CreateEventLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; eventId: string; + embeddingText?: string; }; } export interface EventLinkPatch { @@ -12774,6 +13082,7 @@ export interface EventLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; eventId?: string | null; + embeddingText?: string | null; } export interface UpdateEventLinkInput { clientMutationId?: string; @@ -13072,6 +13381,7 @@ export interface CreateNotesChunkInput { chunkIndex?: number; embedding?: number[]; metadata?: Record; + embeddingText?: string; }; } export interface NotesChunkPatch { @@ -13080,6 +13390,7 @@ export interface NotesChunkPatch { chunkIndex?: number | null; embedding?: number[] | null; metadata?: Record | null; + embeddingText?: string | null; } export interface UpdateNotesChunkInput { clientMutationId?: string; @@ -13318,6 +13629,86 @@ export interface DeleteRawContactUrlInput { clientMutationId?: string; id: string; } +export interface CreateRawMessageAttachmentInput { + clientMutationId?: string; + rawMessageAttachment: { + filename?: string; + contentType?: string; + sizeBytes?: number; + storageUrl?: string; + providerAttachmentId?: string; + rawMessageId: string; + }; +} +export interface RawMessageAttachmentPatch { + filename?: string | null; + contentType?: string | null; + sizeBytes?: number | null; + storageUrl?: string | null; + providerAttachmentId?: string | null; + rawMessageId?: string | null; +} +export interface UpdateRawMessageAttachmentInput { + clientMutationId?: string; + id: string; + rawMessageAttachmentPatch: RawMessageAttachmentPatch; +} +export interface DeleteRawMessageAttachmentInput { + clientMutationId?: string; + id: string; +} +export interface CreateRawMessageInput { + clientMutationId?: string; + rawMessage: { + provider: string; + externalId?: string; + externalThreadId?: string; + senderHandle?: string; + senderDisplayName?: string; + recipients?: Record; + subject?: string; + bodyText?: string; + sentAt?: string; + rawData?: Record; + triageStatus?: string; + triageScore?: string; + triageNotes?: string; + labels?: string[]; + ingestedAt?: string; + senderContactId?: string; + promotedEmailId?: string; + promotedConversationId?: string; + }; +} +export interface RawMessagePatch { + provider?: string | null; + externalId?: string | null; + externalThreadId?: string | null; + senderHandle?: string | null; + senderDisplayName?: string | null; + recipients?: Record | null; + subject?: string | null; + bodyText?: string | null; + sentAt?: string | null; + rawData?: Record | null; + triageStatus?: string | null; + triageScore?: string | null; + triageNotes?: string | null; + labels?: string[] | null; + ingestedAt?: string | null; + senderContactId?: string | null; + promotedEmailId?: string | null; + promotedConversationId?: string | null; +} +export interface UpdateRawMessageInput { + clientMutationId?: string; + id: string; + rawMessagePatch: RawMessagePatch; +} +export interface DeleteRawMessageInput { + clientMutationId?: string; + id: string; +} export interface CreateRuleInput { clientMutationId?: string; rule: { @@ -13336,6 +13727,7 @@ export interface CreateRuleInput { triggerConceptEmbedding?: number[]; triggerConceptEmbeddingUpdatedAt?: string; agentId: string; + triggerConceptEmbeddingText?: string; }; } export interface RulePatch { @@ -13354,6 +13746,7 @@ export interface RulePatch { triggerConceptEmbedding?: number[] | null; triggerConceptEmbeddingUpdatedAt?: string | null; agentId?: string | null; + triggerConceptEmbeddingText?: string | null; } export interface UpdateRuleInput { clientMutationId?: string; @@ -13602,6 +13995,7 @@ export interface CreateSkillInput { intentTriggerEmbedding?: number[]; intentTriggerEmbeddingUpdatedAt?: string; agentId: string; + intentTriggerEmbeddingText?: string; }; } export interface SkillPatch { @@ -13618,6 +14012,7 @@ export interface SkillPatch { intentTriggerEmbedding?: number[] | null; intentTriggerEmbeddingUpdatedAt?: string | null; agentId?: string | null; + intentTriggerEmbeddingText?: string | null; } export interface UpdateSkillInput { clientMutationId?: string; @@ -13930,6 +14325,7 @@ export interface CreateVenueLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; venueId: string; + embeddingText?: string; }; } export interface VenueLinkPatch { @@ -13938,6 +14334,7 @@ export interface VenueLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; venueId?: string | null; + embeddingText?: string | null; } export interface UpdateVenueLinkInput { clientMutationId?: string; @@ -13991,7 +14388,6 @@ export const connectionFieldsMap = { expenses: 'Expense', notes: 'Note', memories: 'Memory', - emails: 'Email', contactsChunksByContactsId: 'ContactsChunk', interactions: 'Interaction', touchpoints: 'Touchpoint', @@ -14008,6 +14404,7 @@ export const connectionFieldsMap = { emailsByFromContactId: 'Email', calendarEventsByOrganizerContactId: 'CalendarEvent', calendarAttendees: 'CalendarAttendee', + rawMessagesBySenderContactId: 'RawMessage', projectContacts: 'ProjectContact', taskContacts: 'TaskContact', calendarEventContacts: 'CalendarEventContact', @@ -14024,6 +14421,7 @@ export const connectionFieldsMap = { contactsByContactRelationshipRelatedContactIdAndContactId: 'Contact', calendarEventsByCalendarEventContactContactIdAndCalendarEventId: 'CalendarEvent', emailThreadsByThreadParticipantContactIdAndEmailThreadId: 'EmailThread', + emailsByEmailRecipientContactIdAndEmailId: 'Email', }, Note: { contacts: 'Contact', @@ -14123,6 +14521,7 @@ export const connectionFieldsMap = { Email: { notes: 'Note', emailAttachments: 'EmailAttachment', + rawMessagesByPromotedEmailId: 'RawMessage', emailRecipients: 'EmailRecipient', emailNotes: 'EmailNote', contactsByEmailRecipientEmailIdAndContactId: 'Contact', @@ -14148,6 +14547,7 @@ export const connectionFieldsMap = { }, Conversation: { messages: 'Message', + rawMessagesByPromotedConversationId: 'RawMessage', }, Venue: { events: 'Event', @@ -14172,6 +14572,9 @@ export const connectionFieldsMap = { rawContactPhones: 'RawContactPhone', rawContactUrls: 'RawContactUrl', }, + RawMessage: { + rawMessageAttachments: 'RawMessageAttachment', + }, RuntimeState: { runtimeLogs: 'RuntimeLog', runtimeArtifacts: 'RuntimeArtifact', @@ -14302,6 +14705,8 @@ export interface VectorNearbyInput { distance?: number; /** When true (default for tables with @hasChunks), transparently queries the chunks table and returns the minimum distance across parent + all chunks. Set to false to only search the parent embedding. */ includeChunks?: boolean; + /** Natural language text to embed server-side for similarity search. Mutually exclusive with `vector` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + text?: string; } /** Input for pg_trgm fuzzy text matching. Provide a search value and optional similarity threshold. */ export interface TrgmSearchInput { @@ -14598,6 +15003,15 @@ export interface ContactToManyCalendarAttendeeFilter { /** Filters to entities where no related entity matches. */ none?: CalendarAttendeeFilter; } +/** A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface ContactToManyRawMessageFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageFilter; +} /** A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’ */ export interface ContactToManyProjectContactFilter { /** Filters to entities where at least one related entity matches. */ @@ -15128,6 +15542,15 @@ export interface EmailToManyEmailAttachmentFilter { /** Filters to entities where no related entity matches. */ none?: EmailAttachmentFilter; } +/** A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface EmailToManyRawMessageFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageFilter; +} /** A filter to be used against many `EmailRecipient` object types. All fields are combined with a logical ‘and.’ */ export interface EmailToManyEmailRecipientFilter { /** Filters to entities where at least one related entity matches. */ @@ -15218,6 +15641,15 @@ export interface ConversationToManyMessageFilter { /** Filters to entities where no related entity matches. */ none?: MessageFilter; } +/** A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface ConversationToManyRawMessageFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageFilter; +} /** A filter to be used against many `VenueLink` object types. All fields are combined with a logical ‘and.’ */ export interface VenueToManyVenueLinkFilter { /** Filters to entities where at least one related entity matches. */ @@ -15308,6 +15740,15 @@ export interface RawContactToManyRawContactUrlFilter { /** Filters to entities where no related entity matches. */ none?: RawContactUrlFilter; } +/** A filter to be used against many `RawMessageAttachment` object types. All fields are combined with a logical ‘and.’ */ +export interface RawMessageToManyRawMessageAttachmentFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageAttachmentFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageAttachmentFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageAttachmentFilter; +} /** A filter to be used against many `RuntimeLog` object types. All fields are combined with a logical ‘and.’ */ export interface RuntimeStateToManyRuntimeLogFilter { /** Filters to entities where at least one related entity matches. */ @@ -15720,6 +16161,8 @@ export interface ImageInput { updatedAt?: string; embedding?: number[]; embeddingUpdatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `CompanyLink` */ export interface CompanyLinkInput { @@ -15733,6 +16176,8 @@ export interface CompanyLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; companyId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `Memory` */ export interface MemoryInput { @@ -15877,6 +16322,8 @@ export interface ContactLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; contactId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `ContactMemory` */ export interface ContactMemoryInput { @@ -15936,6 +16383,8 @@ export interface ContactsChunkInput { metadata?: Record; createdAt?: string; updatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `Conversation` */ export interface ConversationInput { @@ -15977,6 +16426,8 @@ export interface DocumentsChunkInput { metadata?: Record; createdAt?: string; updatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `EmailAttachment` */ export interface EmailAttachmentInput { @@ -16019,6 +16470,8 @@ export interface EventLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; eventId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `EventNote` */ export interface EventNoteInput { @@ -16145,6 +16598,8 @@ export interface NotesChunkInput { metadata?: Record; createdAt?: string; updatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `Place` */ export interface PlaceInput { @@ -16250,6 +16705,46 @@ export interface RawContactUrlInput { updatedAt?: string; rawContactId: string; } +/** An input for mutations affecting `RawMessageAttachment` */ +export interface RawMessageAttachmentInput { + filename?: string; + contentType?: string; + sizeBytes?: number; + storageUrl?: string; + providerAttachmentId?: string; + id?: string; + /** Timestamp when this record was created */ + createdAt?: string; + /** Timestamp when this record was last updated */ + updatedAt?: string; + rawMessageId: string; +} +/** An input for mutations affecting `RawMessage` */ +export interface RawMessageInput { + provider: string; + externalId?: string; + externalThreadId?: string; + senderHandle?: string; + senderDisplayName?: string; + recipients?: Record; + subject?: string; + bodyText?: string; + sentAt?: string; + rawData?: Record; + triageStatus?: string; + triageScore?: string; + triageNotes?: string; + labels?: string[]; + ingestedAt?: string; + id?: string; + /** Timestamp when this record was created */ + createdAt?: string; + /** Timestamp when this record was last updated */ + updatedAt?: string; + senderContactId?: string; + promotedEmailId?: string; + promotedConversationId?: string; +} /** An input for mutations affecting `Rule` */ export interface RuleInput { name: string; @@ -16272,6 +16767,8 @@ export interface RuleInput { triggerConceptEmbedding?: number[]; triggerConceptEmbeddingUpdatedAt?: string; agentId: string; + /** Natural language text to embed server-side into the `triggerConceptEmbedding` vector column. Mutually exclusive with `triggerConceptEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + triggerConceptEmbeddingText?: string; } /** An input for mutations affecting `RuntimeArtifact` */ export interface RuntimeArtifactInput { @@ -16399,6 +16896,8 @@ export interface SkillInput { intentTriggerEmbedding?: number[]; intentTriggerEmbeddingUpdatedAt?: string; agentId: string; + /** Natural language text to embed server-side into the `intentTriggerEmbedding` vector column. Mutually exclusive with `intentTriggerEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + intentTriggerEmbeddingText?: string; } /** An input for mutations affecting `SkillTool` */ export interface SkillToolInput { @@ -16529,6 +17028,8 @@ export interface VenueLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; venueId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** Similarity metric for vector search */ export type VectorMetric = 'COSINE' | 'L2' | 'IP'; @@ -17545,6 +18046,10 @@ export interface EmailFilter { emailAttachments?: EmailToManyEmailAttachmentFilter; /** `emailAttachments` exist. */ emailAttachmentsExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedEmailId` relation. */ + rawMessagesByPromotedEmailId?: EmailToManyRawMessageFilter; + /** `rawMessagesByPromotedEmailId` exist. */ + rawMessagesByPromotedEmailIdExist?: boolean; /** Filter by the object’s `emailRecipients` relation. */ emailRecipients?: EmailToManyEmailRecipientFilter; /** `emailRecipients` exist. */ @@ -17578,6 +18083,73 @@ export interface EmailFilter { */ unifiedSearch?: string; } +/** A filter to be used against `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface RawMessageFilter { + /** Filter by the object’s `provider` field. */ + provider?: StringFilter; + /** Filter by the object’s `externalId` field. */ + externalId?: StringFilter; + /** Filter by the object’s `externalThreadId` field. */ + externalThreadId?: StringFilter; + /** Filter by the object’s `senderHandle` field. */ + senderHandle?: StringFilter; + /** Filter by the object’s `senderDisplayName` field. */ + senderDisplayName?: StringFilter; + /** Filter by the object’s `recipients` field. */ + recipients?: JSONFilter; + /** Filter by the object’s `subject` field. */ + subject?: StringFilter; + /** Filter by the object’s `bodyText` field. */ + bodyText?: StringFilter; + /** Filter by the object’s `sentAt` field. */ + sentAt?: DatetimeFilter; + /** Filter by the object’s `rawData` field. */ + rawData?: JSONFilter; + /** Filter by the object’s `triageStatus` field. */ + triageStatus?: StringFilter; + /** Filter by the object’s `triageScore` field. */ + triageScore?: BigFloatFilter; + /** Filter by the object’s `triageNotes` field. */ + triageNotes?: StringFilter; + /** Filter by the object’s `labels` field. */ + labels?: StringListFilter; + /** Filter by the object’s `ingestedAt` field. */ + ingestedAt?: DatetimeFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `senderContactId` field. */ + senderContactId?: UUIDFilter; + /** Filter by the object’s `promotedEmailId` field. */ + promotedEmailId?: UUIDFilter; + /** Filter by the object’s `promotedConversationId` field. */ + promotedConversationId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageFilter[]; + /** Negates the expression. */ + not?: RawMessageFilter; + /** Filter by the object’s `promotedConversation` relation. */ + promotedConversation?: ConversationFilter; + /** A related `promotedConversation` exists. */ + promotedConversationExists?: boolean; + /** Filter by the object’s `promotedEmail` relation. */ + promotedEmail?: EmailFilter; + /** A related `promotedEmail` exists. */ + promotedEmailExists?: boolean; + /** Filter by the object’s `senderContact` relation. */ + senderContact?: ContactFilter; + /** A related `senderContact` exists. */ + senderContactExists?: boolean; + /** Filter by the object’s `rawMessageAttachments` relation. */ + rawMessageAttachments?: RawMessageToManyRawMessageAttachmentFilter; + /** `rawMessageAttachments` exist. */ + rawMessageAttachmentsExist?: boolean; +} /** A filter to be used against `ProjectContact` object types. All fields are combined with a logical ‘and.’ */ export interface ProjectContactFilter { /** Filter by the object’s `projectId` field. */ @@ -18292,6 +18864,10 @@ export interface ContactFilter { calendarAttendees?: ContactToManyCalendarAttendeeFilter; /** `calendarAttendees` exist. */ calendarAttendeesExist?: boolean; + /** Filter by the object’s `rawMessagesBySenderContactId` relation. */ + rawMessagesBySenderContactId?: ContactToManyRawMessageFilter; + /** `rawMessagesBySenderContactId` exist. */ + rawMessagesBySenderContactIdExist?: boolean; /** Filter by the object’s `projectContacts` relation. */ projectContacts?: ContactToManyProjectContactFilter; /** `projectContacts` exist. */ @@ -18932,6 +19508,35 @@ export interface RawContactUrlFilter { /** Filter by the object’s `rawContact` relation. */ rawContact?: RawContactFilter; } +/** A filter to be used against `RawMessageAttachment` object types. All fields are combined with a logical ‘and.’ */ +export interface RawMessageAttachmentFilter { + /** Filter by the object’s `filename` field. */ + filename?: StringFilter; + /** Filter by the object’s `contentType` field. */ + contentType?: StringFilter; + /** Filter by the object’s `sizeBytes` field. */ + sizeBytes?: IntFilter; + /** Filter by the object’s `storageUrl` field. */ + storageUrl?: StringFilter; + /** Filter by the object’s `providerAttachmentId` field. */ + providerAttachmentId?: StringFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `rawMessageId` field. */ + rawMessageId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageAttachmentFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageAttachmentFilter[]; + /** Negates the expression. */ + not?: RawMessageAttachmentFilter; + /** Filter by the object’s `rawMessage` relation. */ + rawMessage?: RawMessageFilter; +} /** A filter to be used against `RuntimeLog` object types. All fields are combined with a logical ‘and.’ */ export interface RuntimeLogFilter { /** Filter by the object’s `runtimeStateId` field. */ @@ -19996,6 +20601,86 @@ export interface EmailThreadFilter { */ unifiedSearch?: string; } +/** A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’ */ +export interface BigFloatFilter { + /** Is null (if `true` is specified) or is not null (if `false` is specified). */ + isNull?: boolean; + /** Equal to the specified value. */ + equalTo?: string; + /** Not equal to the specified value. */ + notEqualTo?: string; + /** Not equal to the specified value, treating null like an ordinary value. */ + distinctFrom?: string; + /** Equal to the specified value, treating null like an ordinary value. */ + notDistinctFrom?: string; + /** Included in the specified list. */ + in?: string[]; + /** Not included in the specified list. */ + notIn?: string[]; + /** Less than the specified value. */ + lessThan?: string; + /** Less than or equal to the specified value. */ + lessThanOrEqualTo?: string; + /** Greater than the specified value. */ + greaterThan?: string; + /** Greater than or equal to the specified value. */ + greaterThanOrEqualTo?: string; +} +/** A filter to be used against `Conversation` object types. All fields are combined with a logical ‘and.’ */ +export interface ConversationFilter { + /** Filter by the object’s `title` field. */ + title?: StringTrgmFilter; + /** Filter by the object’s `agentId` field. */ + agentId?: UUIDFilter; + /** Filter by the object’s `status` field. */ + status?: StringTrgmFilter; + /** Filter by the object’s `meta` field. */ + meta?: JSONFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `embeddingText` field. */ + embeddingText?: StringTrgmFilter; + /** Filter by the object’s `embedding` field. */ + embedding?: VectorFilter; + /** Filter by the object’s `embeddingUpdatedAt` field. */ + embeddingUpdatedAt?: DatetimeFilter; + /** Checks for all expressions in this list. */ + and?: ConversationFilter[]; + /** Checks for any expressions in this list. */ + or?: ConversationFilter[]; + /** Negates the expression. */ + not?: ConversationFilter; + /** Filter by the object’s `messages` relation. */ + messages?: ConversationToManyMessageFilter; + /** `messages` exist. */ + messagesExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedConversationId` relation. */ + rawMessagesByPromotedConversationId?: ConversationToManyRawMessageFilter; + /** `rawMessagesByPromotedConversationId` exist. */ + rawMessagesByPromotedConversationIdExist?: boolean; + /** BM25 search on the `embedding_text` column. */ + bm25EmbeddingText?: Bm25SearchInput; + /** VECTOR search on the `embedding` column. */ + vectorEmbedding?: VectorNearbyInput; + /** TRGM search on the `title` column. */ + trgmTitle?: TrgmSearchInput; + /** TRGM search on the `status` column. */ + trgmStatus?: TrgmSearchInput; + /** TRGM search on the `embedding_text` column. */ + trgmEmbeddingText?: TrgmSearchInput; + /** + * Composite unified search. Provide a search string and it will be dispatched to + * all text-compatible search algorithms (tsvector, BM25, pg_trgm) + * simultaneously. When the LLM plugin is active, pgvector also participates via + * auto-embedding. Rows matching ANY algorithm are returned. All matching score + * fields are populated. + */ + unifiedSearch?: string; +} /** A filter to be used against `Project` object types. All fields are combined with a logical ‘and.’ */ export interface ProjectFilter { /** Filter by the object’s `name` field. */ @@ -20146,31 +20831,6 @@ export interface DocumentFilter { */ unifiedSearch?: string; } -/** A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’ */ -export interface BigFloatFilter { - /** Is null (if `true` is specified) or is not null (if `false` is specified). */ - isNull?: boolean; - /** Equal to the specified value. */ - equalTo?: string; - /** Not equal to the specified value. */ - notEqualTo?: string; - /** Not equal to the specified value, treating null like an ordinary value. */ - distinctFrom?: string; - /** Equal to the specified value, treating null like an ordinary value. */ - notDistinctFrom?: string; - /** Included in the specified list. */ - in?: string[]; - /** Not included in the specified list. */ - notIn?: string[]; - /** Less than the specified value. */ - lessThan?: string; - /** Less than or equal to the specified value. */ - lessThanOrEqualTo?: string; - /** Greater than the specified value. */ - greaterThan?: string; - /** Greater than or equal to the specified value. */ - greaterThanOrEqualTo?: string; -} /** A filter to be used against Date fields. All fields are combined with a logical ‘and.’ */ export interface DateFilter { /** Is null (if `true` is specified) or is not null (if `false` is specified). */ @@ -20257,57 +20917,6 @@ export interface GoalFilter { */ unifiedSearch?: string; } -/** A filter to be used against `Conversation` object types. All fields are combined with a logical ‘and.’ */ -export interface ConversationFilter { - /** Filter by the object’s `title` field. */ - title?: StringTrgmFilter; - /** Filter by the object’s `agentId` field. */ - agentId?: UUIDFilter; - /** Filter by the object’s `status` field. */ - status?: StringTrgmFilter; - /** Filter by the object’s `meta` field. */ - meta?: JSONFilter; - /** Filter by the object’s `id` field. */ - id?: UUIDFilter; - /** Filter by the object’s `createdAt` field. */ - createdAt?: DatetimeFilter; - /** Filter by the object’s `updatedAt` field. */ - updatedAt?: DatetimeFilter; - /** Filter by the object’s `embeddingText` field. */ - embeddingText?: StringTrgmFilter; - /** Filter by the object’s `embedding` field. */ - embedding?: VectorFilter; - /** Filter by the object’s `embeddingUpdatedAt` field. */ - embeddingUpdatedAt?: DatetimeFilter; - /** Checks for all expressions in this list. */ - and?: ConversationFilter[]; - /** Checks for any expressions in this list. */ - or?: ConversationFilter[]; - /** Negates the expression. */ - not?: ConversationFilter; - /** Filter by the object’s `messages` relation. */ - messages?: ConversationToManyMessageFilter; - /** `messages` exist. */ - messagesExist?: boolean; - /** BM25 search on the `embedding_text` column. */ - bm25EmbeddingText?: Bm25SearchInput; - /** VECTOR search on the `embedding` column. */ - vectorEmbedding?: VectorNearbyInput; - /** TRGM search on the `title` column. */ - trgmTitle?: TrgmSearchInput; - /** TRGM search on the `status` column. */ - trgmStatus?: TrgmSearchInput; - /** TRGM search on the `embedding_text` column. */ - trgmEmbeddingText?: TrgmSearchInput; - /** - * Composite unified search. Provide a search string and it will be dispatched to - * all text-compatible search algorithms (tsvector, BM25, pg_trgm) - * simultaneously. When the LLM plugin is active, pgvector also participates via - * auto-embedding. Rows matching ANY algorithm are returned. All matching score - * fields are populated. - */ - unifiedSearch?: string; -} /** A filter to be used against `Habit` object types. All fields are combined with a logical ‘and.’ */ export interface HabitFilter { /** Filter by the object’s `name` field. */ @@ -22879,6 +23488,96 @@ export type DeleteRawContactUrlPayloadSelect = { select: RawContactUrlEdgeSelect; }; }; +export interface CreateRawMessageAttachmentPayload { + clientMutationId?: string | null; + /** The `RawMessageAttachment` that was created by this mutation. */ + rawMessageAttachment?: RawMessageAttachment | null; + rawMessageAttachmentEdge?: RawMessageAttachmentEdge | null; +} +export type CreateRawMessageAttachmentPayloadSelect = { + clientMutationId?: boolean; + rawMessageAttachment?: { + select: RawMessageAttachmentSelect; + }; + rawMessageAttachmentEdge?: { + select: RawMessageAttachmentEdgeSelect; + }; +}; +export interface UpdateRawMessageAttachmentPayload { + clientMutationId?: string | null; + /** The `RawMessageAttachment` that was updated by this mutation. */ + rawMessageAttachment?: RawMessageAttachment | null; + rawMessageAttachmentEdge?: RawMessageAttachmentEdge | null; +} +export type UpdateRawMessageAttachmentPayloadSelect = { + clientMutationId?: boolean; + rawMessageAttachment?: { + select: RawMessageAttachmentSelect; + }; + rawMessageAttachmentEdge?: { + select: RawMessageAttachmentEdgeSelect; + }; +}; +export interface DeleteRawMessageAttachmentPayload { + clientMutationId?: string | null; + /** The `RawMessageAttachment` that was deleted by this mutation. */ + rawMessageAttachment?: RawMessageAttachment | null; + rawMessageAttachmentEdge?: RawMessageAttachmentEdge | null; +} +export type DeleteRawMessageAttachmentPayloadSelect = { + clientMutationId?: boolean; + rawMessageAttachment?: { + select: RawMessageAttachmentSelect; + }; + rawMessageAttachmentEdge?: { + select: RawMessageAttachmentEdgeSelect; + }; +}; +export interface CreateRawMessagePayload { + clientMutationId?: string | null; + /** The `RawMessage` that was created by this mutation. */ + rawMessage?: RawMessage | null; + rawMessageEdge?: RawMessageEdge | null; +} +export type CreateRawMessagePayloadSelect = { + clientMutationId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; + rawMessageEdge?: { + select: RawMessageEdgeSelect; + }; +}; +export interface UpdateRawMessagePayload { + clientMutationId?: string | null; + /** The `RawMessage` that was updated by this mutation. */ + rawMessage?: RawMessage | null; + rawMessageEdge?: RawMessageEdge | null; +} +export type UpdateRawMessagePayloadSelect = { + clientMutationId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; + rawMessageEdge?: { + select: RawMessageEdgeSelect; + }; +}; +export interface DeleteRawMessagePayload { + clientMutationId?: string | null; + /** The `RawMessage` that was deleted by this mutation. */ + rawMessage?: RawMessage | null; + rawMessageEdge?: RawMessageEdge | null; +} +export type DeleteRawMessagePayloadSelect = { + clientMutationId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; + rawMessageEdge?: { + select: RawMessageEdgeSelect; + }; +}; export interface CreateRulePayload { clientMutationId?: string | null; /** The `Rule` that was created by this mutation. */ @@ -24147,6 +24846,30 @@ export type RawContactUrlEdgeSelect = { select: RawContactUrlSelect; }; }; +/** A `RawMessageAttachment` edge in the connection. */ +export interface RawMessageAttachmentEdge { + cursor?: string | null; + /** The `RawMessageAttachment` at the end of the edge. */ + node?: RawMessageAttachment | null; +} +export type RawMessageAttachmentEdgeSelect = { + cursor?: boolean; + node?: { + select: RawMessageAttachmentSelect; + }; +}; +/** A `RawMessage` edge in the connection. */ +export interface RawMessageEdge { + cursor?: string | null; + /** The `RawMessage` at the end of the edge. */ + node?: RawMessage | null; +} +export type RawMessageEdgeSelect = { + cursor?: boolean; + node?: { + select: RawMessageSelect; + }; +}; /** A `Rule` edge in the connection. */ export interface RuleEdge { cursor?: string | null; diff --git a/sdk/cli/generated/orm/models/index.ts b/sdk/cli/generated/orm/models/index.ts index 43d460cbbe4..3711ea1c57a 100644 --- a/sdk/cli/generated/orm/models/index.ts +++ b/sdk/cli/generated/orm/models/index.ts @@ -76,6 +76,8 @@ export { RawContactModel } from './rawContact'; export { RawContactEmailModel } from './rawContactEmail'; export { RawContactPhoneModel } from './rawContactPhone'; export { RawContactUrlModel } from './rawContactUrl'; +export { RawMessageAttachmentModel } from './rawMessageAttachment'; +export { RawMessageModel } from './rawMessage'; export { RuleModel } from './rule'; export { RuntimeArtifactModel } from './runtimeArtifact'; export { RuntimeConfigModel } from './runtimeConfig'; diff --git a/sdk/cli/generated/orm/models/rawMessage.ts b/sdk/cli/generated/orm/models/rawMessage.ts new file mode 100644 index 00000000000..4e07d01a402 --- /dev/null +++ b/sdk/cli/generated/orm/models/rawMessage.ts @@ -0,0 +1,245 @@ +/** + * RawMessage model for ORM client + * @generated by @constructive-io/graphql-codegen + * DO NOT EDIT - changes will be overwritten + */ +import { OrmClient } from '../client'; +import { + QueryBuilder, + buildFindManyDocument, + buildFindFirstDocument, + buildFindOneDocument, + buildCreateDocument, + buildUpdateByPkDocument, + buildDeleteByPkDocument, +} from '../query-builder'; +import type { + ConnectionResult, + FindManyArgs, + FindFirstArgs, + CreateArgs, + UpdateArgs, + DeleteArgs, + InferSelectResult, + StrictSelect, +} from '../select-types'; +import type { + RawMessage, + RawMessageWithRelations, + RawMessageSelect, + RawMessageFilter, + RawMessageOrderBy, + CreateRawMessageInput, + UpdateRawMessageInput, + RawMessagePatch, +} from '../input-types'; +import { connectionFieldsMap } from '../input-types'; +export class RawMessageModel { + constructor(private client: OrmClient) {} + findMany( + args: FindManyArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessages: ConnectionResult>; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessage', + 'rawMessages', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + first: args?.first, + last: args?.last, + after: args?.after, + before: args?.before, + offset: args?.offset, + }, + 'RawMessageFilter', + 'RawMessageOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessage', + fieldName: 'rawMessages', + document, + variables, + }); + } + findFirst( + args: FindFirstArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessage: InferSelectResult | null; + }> { + const { document, variables } = buildFindFirstDocument( + 'RawMessage', + 'rawMessages', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + }, + 'RawMessageFilter', + 'RawMessageOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessage', + fieldName: 'rawMessage', + document, + variables, + transform: (data: { + rawMessages?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessage: data.rawMessages?.nodes?.[0] ?? null, + }), + }); + } + findOne( + args: { + id: string; + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessage: InferSelectResult | null; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessage', + 'rawMessages', + args.select, + { + where: { + id: { + equalTo: args.id, + }, + }, + first: 1, + }, + 'RawMessageFilter', + 'RawMessageOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessage', + fieldName: 'rawMessage', + document, + variables, + transform: (data: { + rawMessages?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessage: data.rawMessages?.nodes?.[0] ?? null, + }), + }); + } + create( + args: CreateArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + createRawMessage: { + rawMessage: InferSelectResult; + }; + }> { + const { document, variables } = buildCreateDocument( + 'RawMessage', + 'createRawMessage', + 'rawMessage', + args.select, + args.data, + 'CreateRawMessageInput', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessage', + fieldName: 'createRawMessage', + document, + variables, + }); + } + update( + args: UpdateArgs< + S, + { + id: string; + }, + RawMessagePatch + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + updateRawMessage: { + rawMessage: InferSelectResult; + }; + }> { + const { document, variables } = buildUpdateByPkDocument( + 'RawMessage', + 'updateRawMessage', + 'rawMessage', + args.select, + args.where.id, + args.data, + 'UpdateRawMessageInput', + 'id', + 'rawMessagePatch', + connectionFieldsMap, + undefined + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessage', + fieldName: 'updateRawMessage', + document, + variables, + }); + } + delete( + args: DeleteArgs< + { + id: string; + }, + S + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + deleteRawMessage: { + rawMessage: InferSelectResult; + }; + }> { + const { document, variables } = buildDeleteByPkDocument( + 'RawMessage', + 'deleteRawMessage', + 'rawMessage', + { + id: args.where.id, + }, + 'DeleteRawMessageInput', + args.select, + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessage', + fieldName: 'deleteRawMessage', + document, + variables, + }); + } +} diff --git a/sdk/cli/generated/orm/models/rawMessageAttachment.ts b/sdk/cli/generated/orm/models/rawMessageAttachment.ts new file mode 100644 index 00000000000..74df6b4bcf5 --- /dev/null +++ b/sdk/cli/generated/orm/models/rawMessageAttachment.ts @@ -0,0 +1,247 @@ +/** + * RawMessageAttachment model for ORM client + * @generated by @constructive-io/graphql-codegen + * DO NOT EDIT - changes will be overwritten + */ +import { OrmClient } from '../client'; +import { + QueryBuilder, + buildFindManyDocument, + buildFindFirstDocument, + buildFindOneDocument, + buildCreateDocument, + buildUpdateByPkDocument, + buildDeleteByPkDocument, +} from '../query-builder'; +import type { + ConnectionResult, + FindManyArgs, + FindFirstArgs, + CreateArgs, + UpdateArgs, + DeleteArgs, + InferSelectResult, + StrictSelect, +} from '../select-types'; +import type { + RawMessageAttachment, + RawMessageAttachmentWithRelations, + RawMessageAttachmentSelect, + RawMessageAttachmentFilter, + RawMessageAttachmentOrderBy, + CreateRawMessageAttachmentInput, + UpdateRawMessageAttachmentInput, + RawMessageAttachmentPatch, +} from '../input-types'; +import { connectionFieldsMap } from '../input-types'; +export class RawMessageAttachmentModel { + constructor(private client: OrmClient) {} + findMany( + args: FindManyArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessageAttachments: ConnectionResult< + InferSelectResult + >; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessageAttachment', + 'rawMessageAttachments', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + first: args?.first, + last: args?.last, + after: args?.after, + before: args?.before, + offset: args?.offset, + }, + 'RawMessageAttachmentFilter', + 'RawMessageAttachmentOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessageAttachment', + fieldName: 'rawMessageAttachments', + document, + variables, + }); + } + findFirst( + args: FindFirstArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessageAttachment: InferSelectResult | null; + }> { + const { document, variables } = buildFindFirstDocument( + 'RawMessageAttachment', + 'rawMessageAttachments', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + }, + 'RawMessageAttachmentFilter', + 'RawMessageAttachmentOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessageAttachment', + fieldName: 'rawMessageAttachment', + document, + variables, + transform: (data: { + rawMessageAttachments?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessageAttachment: data.rawMessageAttachments?.nodes?.[0] ?? null, + }), + }); + } + findOne( + args: { + id: string; + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessageAttachment: InferSelectResult | null; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessageAttachment', + 'rawMessageAttachments', + args.select, + { + where: { + id: { + equalTo: args.id, + }, + }, + first: 1, + }, + 'RawMessageAttachmentFilter', + 'RawMessageAttachmentOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessageAttachment', + fieldName: 'rawMessageAttachment', + document, + variables, + transform: (data: { + rawMessageAttachments?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessageAttachment: data.rawMessageAttachments?.nodes?.[0] ?? null, + }), + }); + } + create( + args: CreateArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + createRawMessageAttachment: { + rawMessageAttachment: InferSelectResult; + }; + }> { + const { document, variables } = buildCreateDocument( + 'RawMessageAttachment', + 'createRawMessageAttachment', + 'rawMessageAttachment', + args.select, + args.data, + 'CreateRawMessageAttachmentInput', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessageAttachment', + fieldName: 'createRawMessageAttachment', + document, + variables, + }); + } + update( + args: UpdateArgs< + S, + { + id: string; + }, + RawMessageAttachmentPatch + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + updateRawMessageAttachment: { + rawMessageAttachment: InferSelectResult; + }; + }> { + const { document, variables } = buildUpdateByPkDocument( + 'RawMessageAttachment', + 'updateRawMessageAttachment', + 'rawMessageAttachment', + args.select, + args.where.id, + args.data, + 'UpdateRawMessageAttachmentInput', + 'id', + 'rawMessageAttachmentPatch', + connectionFieldsMap, + undefined + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessageAttachment', + fieldName: 'updateRawMessageAttachment', + document, + variables, + }); + } + delete( + args: DeleteArgs< + { + id: string; + }, + S + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + deleteRawMessageAttachment: { + rawMessageAttachment: InferSelectResult; + }; + }> { + const { document, variables } = buildDeleteByPkDocument( + 'RawMessageAttachment', + 'deleteRawMessageAttachment', + 'rawMessageAttachment', + { + id: args.where.id, + }, + 'DeleteRawMessageAttachmentInput', + args.select, + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessageAttachment', + fieldName: 'deleteRawMessageAttachment', + document, + variables, + }); + } +} diff --git a/sdk/schemas/agentic-db.graphql b/sdk/schemas/agentic-db.graphql index 5ef536483c1..e32ccffb38c 100644 --- a/sdk/schemas/agentic-db.graphql +++ b/sdk/schemas/agentic-db.graphql @@ -1936,6 +1936,80 @@ enum RawContactUrlOrderBy { RAW_CONTACT_ID_DESC } +"Methods to use when ordering `RawMessageAttachment`." +enum RawMessageAttachmentOrderBy { + NATURAL + PRIMARY_KEY_ASC + PRIMARY_KEY_DESC + FILENAME_ASC + FILENAME_DESC + CONTENT_TYPE_ASC + CONTENT_TYPE_DESC + SIZE_BYTES_ASC + SIZE_BYTES_DESC + STORAGE_URL_ASC + STORAGE_URL_DESC + PROVIDER_ATTACHMENT_ID_ASC + PROVIDER_ATTACHMENT_ID_DESC + ID_ASC + ID_DESC + CREATED_AT_ASC + CREATED_AT_DESC + UPDATED_AT_ASC + UPDATED_AT_DESC + RAW_MESSAGE_ID_ASC + RAW_MESSAGE_ID_DESC +} + +"Methods to use when ordering `RawMessage`." +enum RawMessageOrderBy { + NATURAL + PRIMARY_KEY_ASC + PRIMARY_KEY_DESC + PROVIDER_ASC + PROVIDER_DESC + EXTERNAL_ID_ASC + EXTERNAL_ID_DESC + EXTERNAL_THREAD_ID_ASC + EXTERNAL_THREAD_ID_DESC + SENDER_HANDLE_ASC + SENDER_HANDLE_DESC + SENDER_DISPLAY_NAME_ASC + SENDER_DISPLAY_NAME_DESC + RECIPIENTS_ASC + RECIPIENTS_DESC + SUBJECT_ASC + SUBJECT_DESC + BODY_TEXT_ASC + BODY_TEXT_DESC + SENT_AT_ASC + SENT_AT_DESC + RAW_DATA_ASC + RAW_DATA_DESC + TRIAGE_STATUS_ASC + TRIAGE_STATUS_DESC + TRIAGE_SCORE_ASC + TRIAGE_SCORE_DESC + TRIAGE_NOTES_ASC + TRIAGE_NOTES_DESC + LABELS_ASC + LABELS_DESC + INGESTED_AT_ASC + INGESTED_AT_DESC + ID_ASC + ID_DESC + CREATED_AT_ASC + CREATED_AT_DESC + UPDATED_AT_ASC + UPDATED_AT_DESC + SENDER_CONTACT_ID_ASC + SENDER_CONTACT_ID_DESC + PROMOTED_EMAIL_ID_ASC + PROMOTED_EMAIL_ID_DESC + PROMOTED_CONVERSATION_ID_ASC + PROMOTED_CONVERSATION_ID_DESC +} + "Methods to use when ordering `Rule`." enum RuleOrderBy { NATURAL @@ -5202,7 +5276,7 @@ type Contact { orderBy: [EmailThreadOrderBy!] = [PRIMARY_KEY_ASC] ): ContactEmailThreadsByThreadParticipantContactIdAndEmailThreadIdManyToManyConnection! "Reads and enables pagination through a set of `Email`." - emails( + emailsByEmailRecipientContactIdAndEmailId( "Only read the first `n` values of the set." first: Int "Only read the last `n` values of the set." @@ -5220,7 +5294,7 @@ type Contact { where: EmailFilter "The method to use when ordering `Email`." orderBy: [EmailOrderBy!] = [PRIMARY_KEY_ASC] - ): ContactEmailsManyToManyConnection! + ): ContactEmailsByEmailRecipientContactIdAndEmailIdManyToManyConnection! "Reads a single `Image` that is related to this `Contact`." mainImage: Image "Reads and enables pagination through a set of `ContactsChunk`." @@ -5543,6 +5617,26 @@ type Contact { "The method to use when ordering `CalendarAttendee`." orderBy: [CalendarAttendeeOrderBy!] = [PRIMARY_KEY_ASC] ): CalendarAttendeeConnection! + "Reads and enables pagination through a set of `RawMessage`." + rawMessagesBySenderContactId( + "Only read the first `n` values of the set." + first: Int + "Only read the last `n` values of the set." + last: Int + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + "Read all values in the set before (above) this cursor." + before: Cursor + "Read all values in the set after (below) this cursor." + after: Cursor + "A filter to be used in determining which values should be returned by the collection." + where: RawMessageFilter + "The method to use when ordering `RawMessage`." + orderBy: [RawMessageOrderBy!] = [PRIMARY_KEY_ASC] + ): RawMessageConnection! "Reads and enables pagination through a set of `ProjectContact`." projectContacts( "Only read the first `n` values of the set." @@ -6053,11 +6147,11 @@ type ContactEmailEdge { } "A connection to a list of `Email` values, with data from `EmailRecipient`." -type ContactEmailsManyToManyConnection { +type ContactEmailsByEmailRecipientContactIdAndEmailIdManyToManyConnection { "A list of `Email` objects." nodes: [Email]! "A list of edges which contains the `Email`, info from the `EmailRecipient`, and the cursor to aid in pagination." - edges: [ContactEmailsManyToManyEdge!]! + edges: [ContactEmailsByEmailRecipientContactIdAndEmailIdManyToManyEdge!]! "Information to aid in pagination." pageInfo: PageInfo! "The count of *all* `Email` you could get from the connection." @@ -6065,7 +6159,7 @@ type ContactEmailsManyToManyConnection { } "A `Email` edge in the connection, with data from `EmailRecipient`." -type ContactEmailsManyToManyEdge { +type ContactEmailsByEmailRecipientContactIdAndEmailIdManyToManyEdge { "A cursor for use in pagination." cursor: Cursor "The `Email` at the end of the edge." @@ -6714,6 +6808,26 @@ type Conversation { "The method to use when ordering `Message`." orderBy: [MessageOrderBy!] = [PRIMARY_KEY_ASC] ): MessageConnection! + "Reads and enables pagination through a set of `RawMessage`." + rawMessagesByPromotedConversationId( + "Only read the first `n` values of the set." + first: Int + "Only read the last `n` values of the set." + last: Int + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + "Read all values in the set before (above) this cursor." + before: Cursor + "Read all values in the set after (below) this cursor." + after: Cursor + "A filter to be used in determining which values should be returned by the collection." + where: RawMessageFilter + "The method to use when ordering `RawMessage`." + orderBy: [RawMessageOrderBy!] = [PRIMARY_KEY_ASC] + ): RawMessageConnection! "BM25 score when searching `embeddingText`. Returns null when no bm25 search filter is active." embeddingTextBm25Score: Float "VECTOR distance when searching `embedding`. Returns null when no vector search filter is active." @@ -7876,6 +7990,42 @@ type CreateRawContactUrlPayload { ): RawContactUrlEdge } +"The output of our create `RawMessageAttachment` mutation." +type CreateRawMessageAttachmentPayload { + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + "The `RawMessageAttachment` that was created by this mutation." + rawMessageAttachment: RawMessageAttachment + "Our root query field type. Allows us to run any query from our mutation payload." + query: Query + "An edge for our `RawMessageAttachment`. May be used by Relay 1." + rawMessageAttachmentEdge( + "The method to use when ordering `RawMessageAttachment`." + orderBy: [RawMessageAttachmentOrderBy!]! = [PRIMARY_KEY_ASC] + ): RawMessageAttachmentEdge +} + +"The output of our create `RawMessage` mutation." +type CreateRawMessagePayload { + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + "The `RawMessage` that was created by this mutation." + rawMessage: RawMessage + "Our root query field type. Allows us to run any query from our mutation payload." + query: Query + "An edge for our `RawMessage`. May be used by Relay 1." + rawMessageEdge( + "The method to use when ordering `RawMessage`." + orderBy: [RawMessageOrderBy!]! = [PRIMARY_KEY_ASC] + ): RawMessageEdge +} + "The output of our create `Rule` mutation." type CreateRulePayload { """ @@ -9414,6 +9564,42 @@ type DeleteRawContactUrlPayload { ): RawContactUrlEdge } +"The output of our delete `RawMessageAttachment` mutation." +type DeleteRawMessageAttachmentPayload { + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + "The `RawMessageAttachment` that was deleted by this mutation." + rawMessageAttachment: RawMessageAttachment + "Our root query field type. Allows us to run any query from our mutation payload." + query: Query + "An edge for our `RawMessageAttachment`. May be used by Relay 1." + rawMessageAttachmentEdge( + "The method to use when ordering `RawMessageAttachment`." + orderBy: [RawMessageAttachmentOrderBy!]! = [PRIMARY_KEY_ASC] + ): RawMessageAttachmentEdge +} + +"The output of our delete `RawMessage` mutation." +type DeleteRawMessagePayload { + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + "The `RawMessage` that was deleted by this mutation." + rawMessage: RawMessage + "Our root query field type. Allows us to run any query from our mutation payload." + query: Query + "An edge for our `RawMessage`. May be used by Relay 1." + rawMessageEdge( + "The method to use when ordering `RawMessage`." + orderBy: [RawMessageOrderBy!]! = [PRIMARY_KEY_ASC] + ): RawMessageEdge +} + "The output of our delete `Rule` mutation." type DeleteRulePayload { """ @@ -10096,6 +10282,26 @@ type Email { "The method to use when ordering `EmailAttachment`." orderBy: [EmailAttachmentOrderBy!] = [PRIMARY_KEY_ASC] ): EmailAttachmentConnection! + "Reads and enables pagination through a set of `RawMessage`." + rawMessagesByPromotedEmailId( + "Only read the first `n` values of the set." + first: Int + "Only read the last `n` values of the set." + last: Int + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + "Read all values in the set before (above) this cursor." + before: Cursor + "Read all values in the set after (below) this cursor." + after: Cursor + "A filter to be used in determining which values should be returned by the collection." + where: RawMessageFilter + "The method to use when ordering `RawMessage`." + orderBy: [RawMessageOrderBy!] = [PRIMARY_KEY_ASC] + ): RawMessageConnection! "Reads and enables pagination through a set of `EmailRecipient`." emailRecipients( "Only read the first `n` values of the set." @@ -13498,6 +13704,11 @@ type Mutation { "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." input: CreateEmailAttachmentInput! ): CreateEmailAttachmentPayload + "Creates a single `RawMessageAttachment`." + createRawMessageAttachment( + "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." + input: CreateRawMessageAttachmentInput! + ): CreateRawMessageAttachmentPayload "Creates a single `Conversation`." createConversation( "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." @@ -13658,6 +13869,11 @@ type Mutation { "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." input: CreateEmailThreadInput! ): CreateEmailThreadPayload + "Creates a single `RawMessage`." + createRawMessage( + "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." + input: CreateRawMessageInput! + ): CreateRawMessagePayload "Creates a single `Touchpoint`." createTouchpoint( "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." @@ -13788,6 +14004,11 @@ type Mutation { "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." input: UpdateEmailAttachmentInput! ): UpdateEmailAttachmentPayload + "Updates a single `RawMessageAttachment` using a unique key and a patch." + updateRawMessageAttachment( + "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." + input: UpdateRawMessageAttachmentInput! + ): UpdateRawMessageAttachmentPayload "Updates a single `Conversation` using a unique key and a patch." updateConversation( "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." @@ -13948,6 +14169,11 @@ type Mutation { "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." input: UpdateEmailThreadInput! ): UpdateEmailThreadPayload + "Updates a single `RawMessage` using a unique key and a patch." + updateRawMessage( + "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." + input: UpdateRawMessageInput! + ): UpdateRawMessagePayload "Updates a single `Touchpoint` using a unique key and a patch." updateTouchpoint( "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." @@ -14078,6 +14304,11 @@ type Mutation { "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." input: DeleteEmailAttachmentInput! ): DeleteEmailAttachmentPayload + "Deletes a single `RawMessageAttachment` using a unique key." + deleteRawMessageAttachment( + "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." + input: DeleteRawMessageAttachmentInput! + ): DeleteRawMessageAttachmentPayload "Deletes a single `Conversation` using a unique key." deleteConversation( "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." @@ -14238,6 +14469,11 @@ type Mutation { "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." input: DeleteEmailThreadInput! ): DeleteEmailThreadPayload + "Deletes a single `RawMessage` using a unique key." + deleteRawMessage( + "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." + input: DeleteRawMessageInput! + ): DeleteRawMessagePayload "Deletes a single `Touchpoint` using a unique key." deleteTouchpoint( "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields." @@ -16730,6 +16966,26 @@ type Query { "The method to use when ordering `EmailAttachment`." orderBy: [EmailAttachmentOrderBy!] = [PRIMARY_KEY_ASC] ): EmailAttachmentConnection + "Reads and enables pagination through a set of `RawMessageAttachment`." + rawMessageAttachments( + "Only read the first `n` values of the set." + first: Int + "Only read the last `n` values of the set." + last: Int + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + "Read all values in the set before (above) this cursor." + before: Cursor + "Read all values in the set after (below) this cursor." + after: Cursor + "A filter to be used in determining which values should be returned by the collection." + where: RawMessageAttachmentFilter + "The method to use when ordering `RawMessageAttachment`." + orderBy: [RawMessageAttachmentOrderBy!] = [PRIMARY_KEY_ASC] + ): RawMessageAttachmentConnection "Reads and enables pagination through a set of `Conversation`." conversations( "Only read the first `n` values of the set." @@ -17370,6 +17626,26 @@ type Query { "The method to use when ordering `EmailThread`." orderBy: [EmailThreadOrderBy!] = [PRIMARY_KEY_ASC] ): EmailThreadConnection + "Reads and enables pagination through a set of `RawMessage`." + rawMessages( + "Only read the first `n` values of the set." + first: Int + "Only read the last `n` values of the set." + last: Int + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + "Read all values in the set before (above) this cursor." + before: Cursor + "Read all values in the set after (below) this cursor." + after: Cursor + "A filter to be used in determining which values should be returned by the collection." + where: RawMessageFilter + "The method to use when ordering `RawMessage`." + orderBy: [RawMessageOrderBy!] = [PRIMARY_KEY_ASC] + ): RawMessageConnection "Reads and enables pagination through a set of `Touchpoint`." touchpoints( "Only read the first `n` values of the set." @@ -17782,6 +18058,114 @@ type RawContactUrlEdge { node: RawContactUrl } +type RawMessage { + provider: String! + externalId: String + externalThreadId: String + senderHandle: String + senderDisplayName: String + recipients: JSON + subject: String + bodyText: String + sentAt: Datetime + rawData: JSON + triageStatus: String + triageScore: BigFloat + triageNotes: String + labels: [String] + ingestedAt: Datetime + id: UUID! + "Timestamp when this record was created" + createdAt: Datetime! + "Timestamp when this record was last updated" + updatedAt: Datetime! + senderContactId: UUID + promotedEmailId: UUID + promotedConversationId: UUID + "Reads a single `Conversation` that is related to this `RawMessage`." + promotedConversation: Conversation + "Reads a single `Email` that is related to this `RawMessage`." + promotedEmail: Email + "Reads a single `Contact` that is related to this `RawMessage`." + senderContact: Contact + "Reads and enables pagination through a set of `RawMessageAttachment`." + rawMessageAttachments( + "Only read the first `n` values of the set." + first: Int + "Only read the last `n` values of the set." + last: Int + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + "Read all values in the set before (above) this cursor." + before: Cursor + "Read all values in the set after (below) this cursor." + after: Cursor + "A filter to be used in determining which values should be returned by the collection." + where: RawMessageAttachmentFilter + "The method to use when ordering `RawMessageAttachment`." + orderBy: [RawMessageAttachmentOrderBy!] = [PRIMARY_KEY_ASC] + ): RawMessageAttachmentConnection! +} + +type RawMessageAttachment { + filename: String + contentType: String + sizeBytes: Int + storageUrl: String + providerAttachmentId: String + id: UUID! + "Timestamp when this record was created" + createdAt: Datetime! + "Timestamp when this record was last updated" + updatedAt: Datetime! + rawMessageId: UUID! + "Reads a single `RawMessage` that is related to this `RawMessageAttachment`." + rawMessage: RawMessage +} + +"A connection to a list of `RawMessageAttachment` values." +type RawMessageAttachmentConnection { + "A list of `RawMessageAttachment` objects." + nodes: [RawMessageAttachment]! + "A list of edges which contains the `RawMessageAttachment` and cursor to aid in pagination." + edges: [RawMessageAttachmentEdge]! + "Information to aid in pagination." + pageInfo: PageInfo! + "The count of *all* `RawMessageAttachment` you could get from the connection." + totalCount: Int! +} + +"A `RawMessageAttachment` edge in the connection." +type RawMessageAttachmentEdge { + "A cursor for use in pagination." + cursor: Cursor + "The `RawMessageAttachment` at the end of the edge." + node: RawMessageAttachment +} + +"A connection to a list of `RawMessage` values." +type RawMessageConnection { + "A list of `RawMessage` objects." + nodes: [RawMessage]! + "A list of edges which contains the `RawMessage` and cursor to aid in pagination." + edges: [RawMessageEdge]! + "Information to aid in pagination." + pageInfo: PageInfo! + "The count of *all* `RawMessage` you could get from the connection." + totalCount: Int! +} + +"A `RawMessage` edge in the connection." +type RawMessageEdge { + "A cursor for use in pagination." + cursor: Cursor + "The `RawMessage` at the end of the edge." + node: RawMessage +} + "@@searchConfig {\"weights\": {\"bm25\": 1}, \"bm25_field\": \"embedding_text\", \"bm25_text_config\": \"english\"}" type Rule { name: String! @@ -20156,6 +20540,42 @@ type UpdateRawContactUrlPayload { ): RawContactUrlEdge } +"The output of our update `RawMessageAttachment` mutation." +type UpdateRawMessageAttachmentPayload { + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + "The `RawMessageAttachment` that was updated by this mutation." + rawMessageAttachment: RawMessageAttachment + "Our root query field type. Allows us to run any query from our mutation payload." + query: Query + "An edge for our `RawMessageAttachment`. May be used by Relay 1." + rawMessageAttachmentEdge( + "The method to use when ordering `RawMessageAttachment`." + orderBy: [RawMessageAttachmentOrderBy!]! = [PRIMARY_KEY_ASC] + ): RawMessageAttachmentEdge +} + +"The output of our update `RawMessage` mutation." +type UpdateRawMessagePayload { + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + "The `RawMessage` that was updated by this mutation." + rawMessage: RawMessage + "Our root query field type. Allows us to run any query from our mutation payload." + query: Query + "An edge for our `RawMessage`. May be used by Relay 1." + rawMessageEdge( + "The method to use when ordering `RawMessage`." + orderBy: [RawMessageOrderBy!]! = [PRIMARY_KEY_ASC] + ): RawMessageEdge +} + "The output of our update `Rule` mutation." type UpdateRulePayload { """ @@ -22054,6 +22474,8 @@ input CompanyLinkInput { "@@behavior -insert -update" embeddingUpdatedAt: Datetime companyId: UUID! + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `CompanyLink`. Fields that are set will be updated." @@ -22069,6 +22491,8 @@ input CompanyLinkPatch { "@@behavior -insert -update" embeddingUpdatedAt: Datetime companyId: UUID + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "A filter to be used against `CompanyMemory` object types. All fields are combined with a logical ‘and.’" @@ -22512,6 +22936,10 @@ input ContactFilter { calendarAttendees: ContactToManyCalendarAttendeeFilter "`calendarAttendees` exist." calendarAttendeesExist: Boolean + "Filter by the object’s `rawMessagesBySenderContactId` relation." + rawMessagesBySenderContactId: ContactToManyRawMessageFilter + "`rawMessagesBySenderContactId` exist." + rawMessagesBySenderContactIdExist: Boolean "Filter by the object’s `projectContacts` relation." projectContacts: ContactToManyProjectContactFilter "`projectContacts` exist." @@ -22671,6 +23099,8 @@ input ContactLinkInput { "@@behavior -insert -update" embeddingUpdatedAt: Datetime contactId: UUID! + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `ContactLink`. Fields that are set will be updated." @@ -22686,6 +23116,8 @@ input ContactLinkPatch { "@@behavior -insert -update" embeddingUpdatedAt: Datetime contactId: UUID + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "A filter to be used against `ContactMemory` object types. All fields are combined with a logical ‘and.’" @@ -22894,6 +23326,8 @@ input ContactsChunkInput { metadata: JSON createdAt: Datetime updatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `ContactsChunk`. Fields that are set will be updated." @@ -22906,6 +23340,8 @@ input ContactsChunkPatch { metadata: JSON createdAt: Datetime updatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "A filter to be used against many `CalendarAttendee` object types. All fields are combined with a logical ‘and.’" @@ -23108,6 +23544,16 @@ input ContactToManyProjectContactFilter { none: ProjectContactFilter } +"A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’" +input ContactToManyRawMessageFilter { + "Filters to entities where at least one related entity matches." + some: RawMessageFilter + "Filters to entities where every related entity matches." + every: RawMessageFilter + "Filters to entities where no related entity matches." + none: RawMessageFilter +} + "A filter to be used against many `TaskContact` object types. All fields are combined with a logical ‘and.’" input ContactToManyTaskContactFilter { "Filters to entities where at least one related entity matches." @@ -23170,6 +23616,10 @@ input ConversationFilter { messages: ConversationToManyMessageFilter "`messages` exist." messagesExist: Boolean + "Filter by the object’s `rawMessagesByPromotedConversationId` relation." + rawMessagesByPromotedConversationId: ConversationToManyRawMessageFilter + "`rawMessagesByPromotedConversationId` exist." + rawMessagesByPromotedConversationIdExist: Boolean "BM25 search on the `embedding_text` column." bm25EmbeddingText: Bm25SearchInput "VECTOR search on the `embedding` column." @@ -23234,6 +23684,16 @@ input ConversationToManyMessageFilter { none: MessageFilter } +"A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’" +input ConversationToManyRawMessageFilter { + "Filters to entities where at least one related entity matches." + some: RawMessageFilter + "Filters to entities where every related entity matches." + every: RawMessageFilter + "Filters to entities where no related entity matches." + none: RawMessageFilter +} + "All input for the create `ActivityLog` mutation." input CreateActivityLogInput { """ @@ -24015,6 +24475,28 @@ input CreateRawContactUrlInput { rawContactUrl: RawContactUrlInput! } +"All input for the create `RawMessageAttachment` mutation." +input CreateRawMessageAttachmentInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + "The `RawMessageAttachment` to be created by this mutation." + rawMessageAttachment: RawMessageAttachmentInput! +} + +"All input for the create `RawMessage` mutation." +input CreateRawMessageInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + "The `RawMessage` to be created by this mutation." + rawMessage: RawMessageInput! +} + "All input for the create `Rule` mutation." input CreateRuleInput { """ @@ -24967,6 +25449,26 @@ input DeleteRawContactUrlInput { id: UUID! } +"All input for the `deleteRawMessageAttachment` mutation." +input DeleteRawMessageAttachmentInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + id: UUID! +} + +"All input for the `deleteRawMessage` mutation." +input DeleteRawMessageInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + id: UUID! +} + "All input for the `deleteRule` mutation." input DeleteRuleInput { """ @@ -25301,6 +25803,8 @@ input DocumentsChunkInput { metadata: JSON createdAt: Datetime updatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `DocumentsChunk`. Fields that are set will be updated." @@ -25313,6 +25817,8 @@ input DocumentsChunkPatch { metadata: JSON createdAt: Datetime updatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "A filter to be used against many `CompanyDocument` object types. All fields are combined with a logical ‘and.’" @@ -25459,6 +25965,10 @@ input EmailFilter { emailAttachments: EmailToManyEmailAttachmentFilter "`emailAttachments` exist." emailAttachmentsExist: Boolean + "Filter by the object’s `rawMessagesByPromotedEmailId` relation." + rawMessagesByPromotedEmailId: EmailToManyRawMessageFilter + "`rawMessagesByPromotedEmailId` exist." + rawMessagesByPromotedEmailIdExist: Boolean "Filter by the object’s `emailRecipients` relation." emailRecipients: EmailToManyEmailRecipientFilter "`emailRecipients` exist." @@ -25745,6 +26255,16 @@ input EmailToManyEmailRecipientFilter { none: EmailRecipientFilter } +"A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’" +input EmailToManyRawMessageFilter { + "Filters to entities where at least one related entity matches." + some: RawMessageFilter + "Filters to entities where every related entity matches." + every: RawMessageFilter + "Filters to entities where no related entity matches." + none: RawMessageFilter +} + "A filter to be used against `Event` object types. All fields are combined with a logical ‘and.’" input EventFilter { "Filter by the object’s `name` field." @@ -25939,6 +26459,8 @@ input EventLinkInput { "@@behavior -insert -update" embeddingUpdatedAt: Datetime eventId: UUID! + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `EventLink`. Fields that are set will be updated." @@ -25954,6 +26476,8 @@ input EventLinkPatch { "@@behavior -insert -update" embeddingUpdatedAt: Datetime eventId: UUID + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "A filter to be used against `EventNote` object types. All fields are combined with a logical ‘and.’" @@ -26633,6 +27157,8 @@ input ImageInput { embedding: Vector "@@behavior -insert -update" embeddingUpdatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `Image`. Fields that are set will be updated." @@ -26649,6 +27175,8 @@ input ImagePatch { embedding: Vector "@@behavior -insert -update" embeddingUpdatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "A filter to be used against many `Company` object types. All fields are combined with a logical ‘and.’" @@ -27335,6 +27863,8 @@ input NotesChunkInput { metadata: JSON createdAt: Datetime updatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `NotesChunk`. Fields that are set will be updated." @@ -27347,6 +27877,8 @@ input NotesChunkPatch { metadata: JSON createdAt: Datetime updatedAt: Datetime + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "A filter to be used against many `CalendarEventNote` object types. All fields are combined with a logical ‘and.’" @@ -28219,6 +28751,198 @@ input RawContactUrlPatch { rawContactId: UUID } +"A filter to be used against `RawMessageAttachment` object types. All fields are combined with a logical ‘and.’" +input RawMessageAttachmentFilter { + "Filter by the object’s `filename` field." + filename: StringFilter + "Filter by the object’s `contentType` field." + contentType: StringFilter + "Filter by the object’s `sizeBytes` field." + sizeBytes: IntFilter + "Filter by the object’s `storageUrl` field." + storageUrl: StringFilter + "Filter by the object’s `providerAttachmentId` field." + providerAttachmentId: StringFilter + "Filter by the object’s `id` field." + id: UUIDFilter + "Filter by the object’s `createdAt` field." + createdAt: DatetimeFilter + "Filter by the object’s `updatedAt` field." + updatedAt: DatetimeFilter + "Filter by the object’s `rawMessageId` field." + rawMessageId: UUIDFilter + "Checks for all expressions in this list." + and: [RawMessageAttachmentFilter!] + "Checks for any expressions in this list." + or: [RawMessageAttachmentFilter!] + "Negates the expression." + not: RawMessageAttachmentFilter + "Filter by the object’s `rawMessage` relation." + rawMessage: RawMessageFilter +} + +"An input for mutations affecting `RawMessageAttachment`" +input RawMessageAttachmentInput { + filename: String + contentType: String + sizeBytes: Int + storageUrl: String + providerAttachmentId: String + id: UUID + "Timestamp when this record was created" + createdAt: Datetime + "Timestamp when this record was last updated" + updatedAt: Datetime + rawMessageId: UUID! +} + +"Represents an update to a `RawMessageAttachment`. Fields that are set will be updated." +input RawMessageAttachmentPatch { + filename: String + contentType: String + sizeBytes: Int + storageUrl: String + providerAttachmentId: String + id: UUID + "Timestamp when this record was created" + createdAt: Datetime + "Timestamp when this record was last updated" + updatedAt: Datetime + rawMessageId: UUID +} + +"A filter to be used against `RawMessage` object types. All fields are combined with a logical ‘and.’" +input RawMessageFilter { + "Filter by the object’s `provider` field." + provider: StringFilter + "Filter by the object’s `externalId` field." + externalId: StringFilter + "Filter by the object’s `externalThreadId` field." + externalThreadId: StringFilter + "Filter by the object’s `senderHandle` field." + senderHandle: StringFilter + "Filter by the object’s `senderDisplayName` field." + senderDisplayName: StringFilter + "Filter by the object’s `recipients` field." + recipients: JSONFilter + "Filter by the object’s `subject` field." + subject: StringFilter + "Filter by the object’s `bodyText` field." + bodyText: StringFilter + "Filter by the object’s `sentAt` field." + sentAt: DatetimeFilter + "Filter by the object’s `rawData` field." + rawData: JSONFilter + "Filter by the object’s `triageStatus` field." + triageStatus: StringFilter + "Filter by the object’s `triageScore` field." + triageScore: BigFloatFilter + "Filter by the object’s `triageNotes` field." + triageNotes: StringFilter + "Filter by the object’s `labels` field." + labels: StringListFilter + "Filter by the object’s `ingestedAt` field." + ingestedAt: DatetimeFilter + "Filter by the object’s `id` field." + id: UUIDFilter + "Filter by the object’s `createdAt` field." + createdAt: DatetimeFilter + "Filter by the object’s `updatedAt` field." + updatedAt: DatetimeFilter + "Filter by the object’s `senderContactId` field." + senderContactId: UUIDFilter + "Filter by the object’s `promotedEmailId` field." + promotedEmailId: UUIDFilter + "Filter by the object’s `promotedConversationId` field." + promotedConversationId: UUIDFilter + "Checks for all expressions in this list." + and: [RawMessageFilter!] + "Checks for any expressions in this list." + or: [RawMessageFilter!] + "Negates the expression." + not: RawMessageFilter + "Filter by the object’s `promotedConversation` relation." + promotedConversation: ConversationFilter + "A related `promotedConversation` exists." + promotedConversationExists: Boolean + "Filter by the object’s `promotedEmail` relation." + promotedEmail: EmailFilter + "A related `promotedEmail` exists." + promotedEmailExists: Boolean + "Filter by the object’s `senderContact` relation." + senderContact: ContactFilter + "A related `senderContact` exists." + senderContactExists: Boolean + "Filter by the object’s `rawMessageAttachments` relation." + rawMessageAttachments: RawMessageToManyRawMessageAttachmentFilter + "`rawMessageAttachments` exist." + rawMessageAttachmentsExist: Boolean +} + +"An input for mutations affecting `RawMessage`" +input RawMessageInput { + provider: String! + externalId: String + externalThreadId: String + senderHandle: String + senderDisplayName: String + recipients: JSON + subject: String + bodyText: String + sentAt: Datetime + rawData: JSON + triageStatus: String + triageScore: BigFloat + triageNotes: String + labels: [String] + ingestedAt: Datetime + id: UUID + "Timestamp when this record was created" + createdAt: Datetime + "Timestamp when this record was last updated" + updatedAt: Datetime + senderContactId: UUID + promotedEmailId: UUID + promotedConversationId: UUID +} + +"Represents an update to a `RawMessage`. Fields that are set will be updated." +input RawMessagePatch { + provider: String + externalId: String + externalThreadId: String + senderHandle: String + senderDisplayName: String + recipients: JSON + subject: String + bodyText: String + sentAt: Datetime + rawData: JSON + triageStatus: String + triageScore: BigFloat + triageNotes: String + labels: [String] + ingestedAt: Datetime + id: UUID + "Timestamp when this record was created" + createdAt: Datetime + "Timestamp when this record was last updated" + updatedAt: Datetime + senderContactId: UUID + promotedEmailId: UUID + promotedConversationId: UUID +} + +"A filter to be used against many `RawMessageAttachment` object types. All fields are combined with a logical ‘and.’" +input RawMessageToManyRawMessageAttachmentFilter { + "Filters to entities where at least one related entity matches." + some: RawMessageAttachmentFilter + "Filters to entities where every related entity matches." + every: RawMessageAttachmentFilter + "Filters to entities where no related entity matches." + none: RawMessageAttachmentFilter +} + "A filter to be used against `Rule` object types. All fields are combined with a logical ‘and.’" input RuleFilter { "Filter by the object’s `name` field." @@ -28317,6 +29041,8 @@ input RuleInput { "@@behavior -insert -update" triggerConceptEmbeddingUpdatedAt: Datetime agentId: UUID! + "Natural language text to embed server-side into the `triggerConceptEmbedding` vector column. Mutually exclusive with `triggerConceptEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + triggerConceptEmbeddingText: String } "Represents an update to a `Rule`. Fields that are set will be updated." @@ -28343,6 +29069,8 @@ input RulePatch { "@@behavior -insert -update" triggerConceptEmbeddingUpdatedAt: Datetime agentId: UUID + "Natural language text to embed server-side into the `triggerConceptEmbedding` vector column. Mutually exclusive with `triggerConceptEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + triggerConceptEmbeddingText: String } "A filter to be used against `RuntimeArtifact` object types. All fields are combined with a logical ‘and.’" @@ -28991,6 +29719,8 @@ input SkillInput { "@@behavior -insert -update" intentTriggerEmbeddingUpdatedAt: Datetime agentId: UUID! + "Natural language text to embed server-side into the `intentTriggerEmbedding` vector column. Mutually exclusive with `intentTriggerEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + intentTriggerEmbeddingText: String } "Represents an update to a `Skill`. Fields that are set will be updated." @@ -29015,6 +29745,8 @@ input SkillPatch { "@@behavior -insert -update" intentTriggerEmbeddingUpdatedAt: Datetime agentId: UUID + "Natural language text to embed server-side into the `intentTriggerEmbedding` vector column. Mutually exclusive with `intentTriggerEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + intentTriggerEmbeddingText: String } "A filter to be used against many `SkillTool` object types. All fields are combined with a logical ‘and.’" @@ -30515,6 +31247,30 @@ input UpdateRawContactUrlInput { rawContactUrlPatch: RawContactUrlPatch! } +"All input for the `updateRawMessageAttachment` mutation." +input UpdateRawMessageAttachmentInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + id: UUID! + "An object where the defined keys will be set on the `RawMessageAttachment` being updated." + rawMessageAttachmentPatch: RawMessageAttachmentPatch! +} + +"All input for the `updateRawMessage` mutation." +input UpdateRawMessageInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + id: UUID! + "An object where the defined keys will be set on the `RawMessage` being updated." + rawMessagePatch: RawMessagePatch! +} + "All input for the `updateRule` mutation." input UpdateRuleInput { """ @@ -30773,6 +31529,8 @@ input VectorNearbyInput { distance: Float "When true (default for tables with @hasChunks), transparently queries the chunks table and returns the minimum distance across parent + all chunks. Set to false to only search the parent embedding." includeChunks: Boolean + "Natural language text to embed server-side for similarity search. Mutually exclusive with `vector` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + text: String } "A filter to be used against `Venue` object types. All fields are combined with a logical ‘and.’" @@ -30971,6 +31729,8 @@ input VenueLinkInput { "@@behavior -insert -update" embeddingUpdatedAt: Datetime venueId: UUID! + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `VenueLink`. Fields that are set will be updated." @@ -30986,6 +31746,8 @@ input VenueLinkPatch { "@@behavior -insert -update" embeddingUpdatedAt: Datetime venueId: UUID + "Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider." + embeddingText: String } "Represents an update to a `Venue`. Fields that are set will be updated." diff --git a/sdk/sdk/src/generated/README.md b/sdk/sdk/src/generated/README.md index cc6ac0da03a..3999634e116 100644 --- a/sdk/sdk/src/generated/README.md +++ b/sdk/sdk/src/generated/README.md @@ -8,7 +8,7 @@ ## Overview -- **Tables:** 95 +- **Tables:** 97 - **Custom queries:** 0 - **Custom mutations:** 1 diff --git a/sdk/sdk/src/generated/orm/AGENTS.md b/sdk/sdk/src/generated/orm/AGENTS.md index c73cc2c5c9c..259a3f9fe8c 100644 --- a/sdk/sdk/src/generated/orm/AGENTS.md +++ b/sdk/sdk/src/generated/orm/AGENTS.md @@ -5,7 +5,7 @@ ## Stack - Prisma-like ORM client for a GraphQL API (TypeScript) -- 95 models, 1 custom operation +- 97 models, 1 custom operation - All methods return a QueryBuilder; call `.execute()` to run, or `.unwrap()` to throw on error ## Quick Start @@ -44,7 +44,7 @@ Available helpers (chain after `.execute()`): ## Resources -- **Full API reference:** [README.md](./README.md) — model docs for all 95 tables +- **Full API reference:** [README.md](./README.md) — model docs for all 97 tables - **Schema types:** [types.ts](./types.ts) - **ORM client:** [orm.ts](./orm.ts) diff --git a/sdk/sdk/src/generated/orm/README.md b/sdk/sdk/src/generated/orm/README.md index c947424a6a6..cdab76efbce 100644 --- a/sdk/sdk/src/generated/orm/README.md +++ b/sdk/sdk/src/generated/orm/README.md @@ -94,6 +94,8 @@ const db = createClient({ | `rawContactEmail` | findMany, findOne, create, update, delete | | `rawContactPhone` | findMany, findOne, create, update, delete | | `rawContactUrl` | findMany, findOne, create, update, delete | +| `rawMessageAttachment` | findMany, findOne, create, update, delete | +| `rawMessage` | findMany, findOne, create, update, delete | | `rule` | findMany, findOne, create, update, delete | | `runtimeArtifact` | findMany, findOne, create, update, delete | | `runtimeConfig` | findMany, findOne, create, update, delete | @@ -3072,6 +3074,92 @@ const updated = await db.rawContactUrl.update({ where: { id: '' }, data: { const deleted = await db.rawContactUrl.delete({ where: { id: '' } }).execute(); ``` +### `db.rawMessageAttachment` + +CRUD operations for RawMessageAttachment records. + +**Fields:** + +| Field | Type | Editable | +|-------|------|----------| +| `filename` | String | Yes | +| `contentType` | String | Yes | +| `sizeBytes` | Int | Yes | +| `storageUrl` | String | Yes | +| `providerAttachmentId` | String | Yes | +| `id` | UUID | No | +| `createdAt` | Datetime | No | +| `updatedAt` | Datetime | No | +| `rawMessageId` | UUID | Yes | + +**Operations:** + +```typescript +// List all rawMessageAttachment records +const items = await db.rawMessageAttachment.findMany({ select: { filename: true, contentType: true, sizeBytes: true, storageUrl: true, providerAttachmentId: true, id: true, createdAt: true, updatedAt: true, rawMessageId: true } }).execute(); + +// Get one by id +const item = await db.rawMessageAttachment.findOne({ id: '', select: { filename: true, contentType: true, sizeBytes: true, storageUrl: true, providerAttachmentId: true, id: true, createdAt: true, updatedAt: true, rawMessageId: true } }).execute(); + +// Create +const created = await db.rawMessageAttachment.create({ data: { filename: '', contentType: '', sizeBytes: '', storageUrl: '', providerAttachmentId: '', rawMessageId: '' }, select: { id: true } }).execute(); + +// Update +const updated = await db.rawMessageAttachment.update({ where: { id: '' }, data: { filename: '' }, select: { id: true } }).execute(); + +// Delete +const deleted = await db.rawMessageAttachment.delete({ where: { id: '' } }).execute(); +``` + +### `db.rawMessage` + +CRUD operations for RawMessage records. + +**Fields:** + +| Field | Type | Editable | +|-------|------|----------| +| `provider` | String | Yes | +| `externalId` | String | Yes | +| `externalThreadId` | String | Yes | +| `senderHandle` | String | Yes | +| `senderDisplayName` | String | Yes | +| `recipients` | JSON | Yes | +| `subject` | String | Yes | +| `bodyText` | String | Yes | +| `sentAt` | Datetime | Yes | +| `rawData` | JSON | Yes | +| `triageStatus` | String | Yes | +| `triageScore` | BigFloat | Yes | +| `triageNotes` | String | Yes | +| `labels` | String | Yes | +| `ingestedAt` | Datetime | Yes | +| `id` | UUID | No | +| `createdAt` | Datetime | No | +| `updatedAt` | Datetime | No | +| `senderContactId` | UUID | Yes | +| `promotedEmailId` | UUID | Yes | +| `promotedConversationId` | UUID | Yes | + +**Operations:** + +```typescript +// List all rawMessage records +const items = await db.rawMessage.findMany({ select: { provider: true, externalId: true, externalThreadId: true, senderHandle: true, senderDisplayName: true, recipients: true, subject: true, bodyText: true, sentAt: true, rawData: true, triageStatus: true, triageScore: true, triageNotes: true, labels: true, ingestedAt: true, id: true, createdAt: true, updatedAt: true, senderContactId: true, promotedEmailId: true, promotedConversationId: true } }).execute(); + +// Get one by id +const item = await db.rawMessage.findOne({ id: '', select: { provider: true, externalId: true, externalThreadId: true, senderHandle: true, senderDisplayName: true, recipients: true, subject: true, bodyText: true, sentAt: true, rawData: true, triageStatus: true, triageScore: true, triageNotes: true, labels: true, ingestedAt: true, id: true, createdAt: true, updatedAt: true, senderContactId: true, promotedEmailId: true, promotedConversationId: true } }).execute(); + +// Create +const created = await db.rawMessage.create({ data: { provider: '', externalId: '', externalThreadId: '', senderHandle: '', senderDisplayName: '', recipients: '', subject: '', bodyText: '', sentAt: '', rawData: '', triageStatus: '', triageScore: '', triageNotes: '', labels: '', ingestedAt: '', senderContactId: '', promotedEmailId: '', promotedConversationId: '' }, select: { id: true } }).execute(); + +// Update +const updated = await db.rawMessage.update({ where: { id: '' }, data: { provider: '' }, select: { id: true } }).execute(); + +// Delete +const deleted = await db.rawMessage.delete({ where: { id: '' } }).execute(); +``` + ### `db.rule` CRUD operations for Rule records. diff --git a/sdk/sdk/src/generated/orm/index.ts b/sdk/sdk/src/generated/orm/index.ts index 32724730dcb..2bbbcc36bc3 100644 --- a/sdk/sdk/src/generated/orm/index.ts +++ b/sdk/sdk/src/generated/orm/index.ts @@ -78,6 +78,8 @@ import { RawContactModel } from './models/rawContact'; import { RawContactEmailModel } from './models/rawContactEmail'; import { RawContactPhoneModel } from './models/rawContactPhone'; import { RawContactUrlModel } from './models/rawContactUrl'; +import { RawMessageAttachmentModel } from './models/rawMessageAttachment'; +import { RawMessageModel } from './models/rawMessage'; import { RuleModel } from './models/rule'; import { RuntimeArtifactModel } from './models/runtimeArtifact'; import { RuntimeConfigModel } from './models/runtimeConfig'; @@ -206,6 +208,8 @@ export function createClient(config: OrmClientConfig) { rawContactEmail: new RawContactEmailModel(client), rawContactPhone: new RawContactPhoneModel(client), rawContactUrl: new RawContactUrlModel(client), + rawMessageAttachment: new RawMessageAttachmentModel(client), + rawMessage: new RawMessageModel(client), rule: new RuleModel(client), runtimeArtifact: new RuntimeArtifactModel(client), runtimeConfig: new RuntimeConfigModel(client), diff --git a/sdk/sdk/src/generated/orm/input-types.ts b/sdk/sdk/src/generated/orm/input-types.ts index 40d54429306..3b0d17a7935 100644 --- a/sdk/sdk/src/generated/orm/input-types.ts +++ b/sdk/sdk/src/generated/orm/input-types.ts @@ -1475,6 +1475,44 @@ export interface RawContactUrl { updatedAt?: string | null; rawContactId?: string | null; } +export interface RawMessageAttachment { + filename?: string | null; + contentType?: string | null; + sizeBytes?: number | null; + storageUrl?: string | null; + providerAttachmentId?: string | null; + id: string; + /** Timestamp when this record was created */ + createdAt?: string | null; + /** Timestamp when this record was last updated */ + updatedAt?: string | null; + rawMessageId?: string | null; +} +export interface RawMessage { + provider?: string | null; + externalId?: string | null; + externalThreadId?: string | null; + senderHandle?: string | null; + senderDisplayName?: string | null; + recipients?: Record | null; + subject?: string | null; + bodyText?: string | null; + sentAt?: string | null; + rawData?: Record | null; + triageStatus?: string | null; + triageScore?: string | null; + triageNotes?: string | null; + labels?: string[] | null; + ingestedAt?: string | null; + id: string; + /** Timestamp when this record was created */ + createdAt?: string | null; + /** Timestamp when this record was last updated */ + updatedAt?: string | null; + senderContactId?: string | null; + promotedEmailId?: string | null; + promotedConversationId?: string | null; +} export interface Rule { name?: string | null; description?: string | null; @@ -1934,7 +1972,6 @@ export interface ContactRelations { expenses?: ConnectionResult; notes?: ConnectionResult; memories?: ConnectionResult; - emails?: ConnectionResult; contactsChunksByContactsId?: ConnectionResult; interactions?: ConnectionResult; touchpoints?: ConnectionResult; @@ -1951,6 +1988,7 @@ export interface ContactRelations { emailsByFromContactId?: ConnectionResult; calendarEventsByOrganizerContactId?: ConnectionResult; calendarAttendees?: ConnectionResult; + rawMessagesBySenderContactId?: ConnectionResult; projectContacts?: ConnectionResult; taskContacts?: ConnectionResult; calendarEventContacts?: ConnectionResult; @@ -1967,6 +2005,7 @@ export interface ContactRelations { contactsByContactRelationshipRelatedContactIdAndContactId?: ConnectionResult; calendarEventsByCalendarEventContactContactIdAndCalendarEventId?: ConnectionResult; emailThreadsByThreadParticipantContactIdAndEmailThreadId?: ConnectionResult; + emailsByEmailRecipientContactIdAndEmailId?: ConnectionResult; } export interface CalendarEventNoteRelations { calendarEvent?: CalendarEvent | null; @@ -2113,6 +2152,7 @@ export interface EmailRelations { fromContact?: Contact | null; notes?: ConnectionResult; emailAttachments?: ConnectionResult; + rawMessagesByPromotedEmailId?: ConnectionResult; emailRecipients?: ConnectionResult; emailNotes?: ConnectionResult; contactsByEmailRecipientEmailIdAndContactId?: ConnectionResult; @@ -2168,6 +2208,7 @@ export interface ContactsChunkRelations { } export interface ConversationRelations { messages?: ConnectionResult; + rawMessagesByPromotedConversationId?: ConnectionResult; } export interface DealCompanyRelations { company?: Company | null; @@ -2274,6 +2315,15 @@ export interface RawContactPhoneRelations { export interface RawContactUrlRelations { rawContact?: RawContact | null; } +export interface RawMessageAttachmentRelations { + rawMessage?: RawMessage | null; +} +export interface RawMessageRelations { + promotedConversation?: Conversation | null; + promotedEmail?: Email | null; + senderContact?: Contact | null; + rawMessageAttachments?: ConnectionResult; +} export interface RuleRelations { agent?: Agent | null; } @@ -2427,6 +2477,9 @@ export type RawContactWithRelations = RawContact & RawContactRelations; export type RawContactEmailWithRelations = RawContactEmail & RawContactEmailRelations; export type RawContactPhoneWithRelations = RawContactPhone & RawContactPhoneRelations; export type RawContactUrlWithRelations = RawContactUrl & RawContactUrlRelations; +export type RawMessageAttachmentWithRelations = RawMessageAttachment & + RawMessageAttachmentRelations; +export type RawMessageWithRelations = RawMessage & RawMessageRelations; export type RuleWithRelations = Rule & RuleRelations; export type RuntimeArtifactWithRelations = RuntimeArtifact & RuntimeArtifactRelations; export type RuntimeConfigWithRelations = RuntimeConfig & RuntimeConfigRelations; @@ -2887,12 +2940,6 @@ export type ContactSelect = { filter?: MemoryFilter; orderBy?: MemoryOrderBy[]; }; - emails?: { - select: EmailSelect; - first?: number; - filter?: EmailFilter; - orderBy?: EmailOrderBy[]; - }; contactsChunksByContactsId?: { select: ContactsChunkSelect; first?: number; @@ -2989,6 +3036,12 @@ export type ContactSelect = { filter?: CalendarAttendeeFilter; orderBy?: CalendarAttendeeOrderBy[]; }; + rawMessagesBySenderContactId?: { + select: RawMessageSelect; + first?: number; + filter?: RawMessageFilter; + orderBy?: RawMessageOrderBy[]; + }; projectContacts?: { select: ProjectContactSelect; first?: number; @@ -3085,6 +3138,12 @@ export type ContactSelect = { filter?: EmailThreadFilter; orderBy?: EmailThreadOrderBy[]; }; + emailsByEmailRecipientContactIdAndEmailId?: { + select: EmailSelect; + first?: number; + filter?: EmailFilter; + orderBy?: EmailOrderBy[]; + }; }; export type CalendarEventNoteSelect = { calendarEventId?: boolean; @@ -3924,6 +3983,12 @@ export type EmailSelect = { filter?: EmailAttachmentFilter; orderBy?: EmailAttachmentOrderBy[]; }; + rawMessagesByPromotedEmailId?: { + select: RawMessageSelect; + first?: number; + filter?: RawMessageFilter; + orderBy?: RawMessageOrderBy[]; + }; emailRecipients?: { select: EmailRecipientSelect; first?: number; @@ -4219,6 +4284,12 @@ export type ConversationSelect = { filter?: MessageFilter; orderBy?: MessageOrderBy[]; }; + rawMessagesByPromotedConversationId?: { + select: RawMessageSelect; + first?: number; + filter?: RawMessageFilter; + orderBy?: RawMessageOrderBy[]; + }; }; export type DealCompanySelect = { dealId?: boolean; @@ -4715,6 +4786,58 @@ export type RawContactUrlSelect = { select: RawContactSelect; }; }; +export type RawMessageAttachmentSelect = { + filename?: boolean; + contentType?: boolean; + sizeBytes?: boolean; + storageUrl?: boolean; + providerAttachmentId?: boolean; + id?: boolean; + createdAt?: boolean; + updatedAt?: boolean; + rawMessageId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; +}; +export type RawMessageSelect = { + provider?: boolean; + externalId?: boolean; + externalThreadId?: boolean; + senderHandle?: boolean; + senderDisplayName?: boolean; + recipients?: boolean; + subject?: boolean; + bodyText?: boolean; + sentAt?: boolean; + rawData?: boolean; + triageStatus?: boolean; + triageScore?: boolean; + triageNotes?: boolean; + labels?: boolean; + ingestedAt?: boolean; + id?: boolean; + createdAt?: boolean; + updatedAt?: boolean; + senderContactId?: boolean; + promotedEmailId?: boolean; + promotedConversationId?: boolean; + promotedConversation?: { + select: ConversationSelect; + }; + promotedEmail?: { + select: EmailSelect; + }; + senderContact?: { + select: ContactSelect; + }; + rawMessageAttachments?: { + select: RawMessageAttachmentSelect; + first?: number; + filter?: RawMessageAttachmentFilter; + orderBy?: RawMessageAttachmentOrderBy[]; + }; +}; export type RuleSelect = { name?: boolean; description?: boolean; @@ -5809,6 +5932,10 @@ export interface ContactFilter { calendarAttendees?: ContactToManyCalendarAttendeeFilter; /** `calendarAttendees` exist. */ calendarAttendeesExist?: boolean; + /** Filter by the object’s `rawMessagesBySenderContactId` relation. */ + rawMessagesBySenderContactId?: ContactToManyRawMessageFilter; + /** `rawMessagesBySenderContactId` exist. */ + rawMessagesBySenderContactIdExist?: boolean; /** Filter by the object’s `projectContacts` relation. */ projectContacts?: ContactToManyProjectContactFilter; /** `projectContacts` exist. */ @@ -6781,6 +6908,10 @@ export interface EmailFilter { emailAttachments?: EmailToManyEmailAttachmentFilter; /** `emailAttachments` exist. */ emailAttachmentsExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedEmailId` relation. */ + rawMessagesByPromotedEmailId?: EmailToManyRawMessageFilter; + /** `rawMessagesByPromotedEmailId` exist. */ + rawMessagesByPromotedEmailIdExist?: boolean; /** Filter by the object’s `emailRecipients` relation. */ emailRecipients?: EmailToManyEmailRecipientFilter; /** `emailRecipients` exist. */ @@ -7235,6 +7366,10 @@ export interface ConversationFilter { messages?: ConversationToManyMessageFilter; /** `messages` exist. */ messagesExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedConversationId` relation. */ + rawMessagesByPromotedConversationId?: ConversationToManyRawMessageFilter; + /** `rawMessagesByPromotedConversationId` exist. */ + rawMessagesByPromotedConversationIdExist?: boolean; /** BM25 search on the `embedding_text` column. */ bm25EmbeddingText?: Bm25SearchInput; /** VECTOR search on the `embedding` column. */ @@ -8114,6 +8249,100 @@ export interface RawContactUrlFilter { /** Filter by the object’s `rawContact` relation. */ rawContact?: RawContactFilter; } +export interface RawMessageAttachmentFilter { + /** Filter by the object’s `filename` field. */ + filename?: StringFilter; + /** Filter by the object’s `contentType` field. */ + contentType?: StringFilter; + /** Filter by the object’s `sizeBytes` field. */ + sizeBytes?: IntFilter; + /** Filter by the object’s `storageUrl` field. */ + storageUrl?: StringFilter; + /** Filter by the object’s `providerAttachmentId` field. */ + providerAttachmentId?: StringFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `rawMessageId` field. */ + rawMessageId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageAttachmentFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageAttachmentFilter[]; + /** Negates the expression. */ + not?: RawMessageAttachmentFilter; + /** Filter by the object’s `rawMessage` relation. */ + rawMessage?: RawMessageFilter; +} +export interface RawMessageFilter { + /** Filter by the object’s `provider` field. */ + provider?: StringFilter; + /** Filter by the object’s `externalId` field. */ + externalId?: StringFilter; + /** Filter by the object’s `externalThreadId` field. */ + externalThreadId?: StringFilter; + /** Filter by the object’s `senderHandle` field. */ + senderHandle?: StringFilter; + /** Filter by the object’s `senderDisplayName` field. */ + senderDisplayName?: StringFilter; + /** Filter by the object’s `recipients` field. */ + recipients?: JSONFilter; + /** Filter by the object’s `subject` field. */ + subject?: StringFilter; + /** Filter by the object’s `bodyText` field. */ + bodyText?: StringFilter; + /** Filter by the object’s `sentAt` field. */ + sentAt?: DatetimeFilter; + /** Filter by the object’s `rawData` field. */ + rawData?: JSONFilter; + /** Filter by the object’s `triageStatus` field. */ + triageStatus?: StringFilter; + /** Filter by the object’s `triageScore` field. */ + triageScore?: BigFloatFilter; + /** Filter by the object’s `triageNotes` field. */ + triageNotes?: StringFilter; + /** Filter by the object’s `labels` field. */ + labels?: StringListFilter; + /** Filter by the object’s `ingestedAt` field. */ + ingestedAt?: DatetimeFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `senderContactId` field. */ + senderContactId?: UUIDFilter; + /** Filter by the object’s `promotedEmailId` field. */ + promotedEmailId?: UUIDFilter; + /** Filter by the object’s `promotedConversationId` field. */ + promotedConversationId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageFilter[]; + /** Negates the expression. */ + not?: RawMessageFilter; + /** Filter by the object’s `promotedConversation` relation. */ + promotedConversation?: ConversationFilter; + /** A related `promotedConversation` exists. */ + promotedConversationExists?: boolean; + /** Filter by the object’s `promotedEmail` relation. */ + promotedEmail?: EmailFilter; + /** A related `promotedEmail` exists. */ + promotedEmailExists?: boolean; + /** Filter by the object’s `senderContact` relation. */ + senderContact?: ContactFilter; + /** A related `senderContact` exists. */ + senderContactExists?: boolean; + /** Filter by the object’s `rawMessageAttachments` relation. */ + rawMessageAttachments?: RawMessageToManyRawMessageAttachmentFilter; + /** `rawMessageAttachments` exist. */ + rawMessageAttachmentsExist?: boolean; +} export interface RuleFilter { /** Filter by the object’s `name` field. */ name?: StringTrgmFilter; @@ -10727,6 +10956,74 @@ export type RawContactUrlOrderBy = | 'UPDATED_AT_DESC' | 'RAW_CONTACT_ID_ASC' | 'RAW_CONTACT_ID_DESC'; +export type RawMessageAttachmentOrderBy = + | 'NATURAL' + | 'PRIMARY_KEY_ASC' + | 'PRIMARY_KEY_DESC' + | 'FILENAME_ASC' + | 'FILENAME_DESC' + | 'CONTENT_TYPE_ASC' + | 'CONTENT_TYPE_DESC' + | 'SIZE_BYTES_ASC' + | 'SIZE_BYTES_DESC' + | 'STORAGE_URL_ASC' + | 'STORAGE_URL_DESC' + | 'PROVIDER_ATTACHMENT_ID_ASC' + | 'PROVIDER_ATTACHMENT_ID_DESC' + | 'ID_ASC' + | 'ID_DESC' + | 'CREATED_AT_ASC' + | 'CREATED_AT_DESC' + | 'UPDATED_AT_ASC' + | 'UPDATED_AT_DESC' + | 'RAW_MESSAGE_ID_ASC' + | 'RAW_MESSAGE_ID_DESC'; +export type RawMessageOrderBy = + | 'NATURAL' + | 'PRIMARY_KEY_ASC' + | 'PRIMARY_KEY_DESC' + | 'PROVIDER_ASC' + | 'PROVIDER_DESC' + | 'EXTERNAL_ID_ASC' + | 'EXTERNAL_ID_DESC' + | 'EXTERNAL_THREAD_ID_ASC' + | 'EXTERNAL_THREAD_ID_DESC' + | 'SENDER_HANDLE_ASC' + | 'SENDER_HANDLE_DESC' + | 'SENDER_DISPLAY_NAME_ASC' + | 'SENDER_DISPLAY_NAME_DESC' + | 'RECIPIENTS_ASC' + | 'RECIPIENTS_DESC' + | 'SUBJECT_ASC' + | 'SUBJECT_DESC' + | 'BODY_TEXT_ASC' + | 'BODY_TEXT_DESC' + | 'SENT_AT_ASC' + | 'SENT_AT_DESC' + | 'RAW_DATA_ASC' + | 'RAW_DATA_DESC' + | 'TRIAGE_STATUS_ASC' + | 'TRIAGE_STATUS_DESC' + | 'TRIAGE_SCORE_ASC' + | 'TRIAGE_SCORE_DESC' + | 'TRIAGE_NOTES_ASC' + | 'TRIAGE_NOTES_DESC' + | 'LABELS_ASC' + | 'LABELS_DESC' + | 'INGESTED_AT_ASC' + | 'INGESTED_AT_DESC' + | 'ID_ASC' + | 'ID_DESC' + | 'CREATED_AT_ASC' + | 'CREATED_AT_DESC' + | 'UPDATED_AT_ASC' + | 'UPDATED_AT_DESC' + | 'SENDER_CONTACT_ID_ASC' + | 'SENDER_CONTACT_ID_DESC' + | 'PROMOTED_EMAIL_ID_ASC' + | 'PROMOTED_EMAIL_ID_DESC' + | 'PROMOTED_CONVERSATION_ID_ASC' + | 'PROMOTED_CONVERSATION_ID_DESC'; export type RuleOrderBy = | 'NATURAL' | 'PRIMARY_KEY_ASC' @@ -12019,6 +12316,7 @@ export interface CreateImageInput { caption?: string; embedding?: number[]; embeddingUpdatedAt?: string; + embeddingText?: string; }; } export interface ImagePatch { @@ -12028,6 +12326,7 @@ export interface ImagePatch { caption?: string | null; embedding?: number[] | null; embeddingUpdatedAt?: string | null; + embeddingText?: string | null; } export interface UpdateImageInput { clientMutationId?: string; @@ -12046,6 +12345,7 @@ export interface CreateCompanyLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; companyId: string; + embeddingText?: string; }; } export interface CompanyLinkPatch { @@ -12054,6 +12354,7 @@ export interface CompanyLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; companyId?: string | null; + embeddingText?: string | null; } export interface UpdateCompanyLinkInput { clientMutationId?: string; @@ -12384,6 +12685,7 @@ export interface CreateContactLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; contactId: string; + embeddingText?: string; }; } export interface ContactLinkPatch { @@ -12392,6 +12694,7 @@ export interface ContactLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; contactId?: string | null; + embeddingText?: string | null; } export interface UpdateContactLinkInput { clientMutationId?: string; @@ -12536,6 +12839,7 @@ export interface CreateContactsChunkInput { chunkIndex?: number; embedding?: number[]; metadata?: Record; + embeddingText?: string; }; } export interface ContactsChunkPatch { @@ -12544,6 +12848,7 @@ export interface ContactsChunkPatch { chunkIndex?: number | null; embedding?: number[] | null; metadata?: Record | null; + embeddingText?: string | null; } export interface UpdateContactsChunkInput { clientMutationId?: string; @@ -12652,6 +12957,7 @@ export interface CreateDocumentsChunkInput { chunkIndex?: number; embedding?: number[]; metadata?: Record; + embeddingText?: string; }; } export interface DocumentsChunkPatch { @@ -12660,6 +12966,7 @@ export interface DocumentsChunkPatch { chunkIndex?: number | null; embedding?: number[] | null; metadata?: Record | null; + embeddingText?: string | null; } export interface UpdateDocumentsChunkInput { clientMutationId?: string; @@ -12766,6 +13073,7 @@ export interface CreateEventLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; eventId: string; + embeddingText?: string; }; } export interface EventLinkPatch { @@ -12774,6 +13082,7 @@ export interface EventLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; eventId?: string | null; + embeddingText?: string | null; } export interface UpdateEventLinkInput { clientMutationId?: string; @@ -13072,6 +13381,7 @@ export interface CreateNotesChunkInput { chunkIndex?: number; embedding?: number[]; metadata?: Record; + embeddingText?: string; }; } export interface NotesChunkPatch { @@ -13080,6 +13390,7 @@ export interface NotesChunkPatch { chunkIndex?: number | null; embedding?: number[] | null; metadata?: Record | null; + embeddingText?: string | null; } export interface UpdateNotesChunkInput { clientMutationId?: string; @@ -13318,6 +13629,86 @@ export interface DeleteRawContactUrlInput { clientMutationId?: string; id: string; } +export interface CreateRawMessageAttachmentInput { + clientMutationId?: string; + rawMessageAttachment: { + filename?: string; + contentType?: string; + sizeBytes?: number; + storageUrl?: string; + providerAttachmentId?: string; + rawMessageId: string; + }; +} +export interface RawMessageAttachmentPatch { + filename?: string | null; + contentType?: string | null; + sizeBytes?: number | null; + storageUrl?: string | null; + providerAttachmentId?: string | null; + rawMessageId?: string | null; +} +export interface UpdateRawMessageAttachmentInput { + clientMutationId?: string; + id: string; + rawMessageAttachmentPatch: RawMessageAttachmentPatch; +} +export interface DeleteRawMessageAttachmentInput { + clientMutationId?: string; + id: string; +} +export interface CreateRawMessageInput { + clientMutationId?: string; + rawMessage: { + provider: string; + externalId?: string; + externalThreadId?: string; + senderHandle?: string; + senderDisplayName?: string; + recipients?: Record; + subject?: string; + bodyText?: string; + sentAt?: string; + rawData?: Record; + triageStatus?: string; + triageScore?: string; + triageNotes?: string; + labels?: string[]; + ingestedAt?: string; + senderContactId?: string; + promotedEmailId?: string; + promotedConversationId?: string; + }; +} +export interface RawMessagePatch { + provider?: string | null; + externalId?: string | null; + externalThreadId?: string | null; + senderHandle?: string | null; + senderDisplayName?: string | null; + recipients?: Record | null; + subject?: string | null; + bodyText?: string | null; + sentAt?: string | null; + rawData?: Record | null; + triageStatus?: string | null; + triageScore?: string | null; + triageNotes?: string | null; + labels?: string[] | null; + ingestedAt?: string | null; + senderContactId?: string | null; + promotedEmailId?: string | null; + promotedConversationId?: string | null; +} +export interface UpdateRawMessageInput { + clientMutationId?: string; + id: string; + rawMessagePatch: RawMessagePatch; +} +export interface DeleteRawMessageInput { + clientMutationId?: string; + id: string; +} export interface CreateRuleInput { clientMutationId?: string; rule: { @@ -13336,6 +13727,7 @@ export interface CreateRuleInput { triggerConceptEmbedding?: number[]; triggerConceptEmbeddingUpdatedAt?: string; agentId: string; + triggerConceptEmbeddingText?: string; }; } export interface RulePatch { @@ -13354,6 +13746,7 @@ export interface RulePatch { triggerConceptEmbedding?: number[] | null; triggerConceptEmbeddingUpdatedAt?: string | null; agentId?: string | null; + triggerConceptEmbeddingText?: string | null; } export interface UpdateRuleInput { clientMutationId?: string; @@ -13602,6 +13995,7 @@ export interface CreateSkillInput { intentTriggerEmbedding?: number[]; intentTriggerEmbeddingUpdatedAt?: string; agentId: string; + intentTriggerEmbeddingText?: string; }; } export interface SkillPatch { @@ -13618,6 +14012,7 @@ export interface SkillPatch { intentTriggerEmbedding?: number[] | null; intentTriggerEmbeddingUpdatedAt?: string | null; agentId?: string | null; + intentTriggerEmbeddingText?: string | null; } export interface UpdateSkillInput { clientMutationId?: string; @@ -13930,6 +14325,7 @@ export interface CreateVenueLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; venueId: string; + embeddingText?: string; }; } export interface VenueLinkPatch { @@ -13938,6 +14334,7 @@ export interface VenueLinkPatch { embedding?: number[] | null; embeddingUpdatedAt?: string | null; venueId?: string | null; + embeddingText?: string | null; } export interface UpdateVenueLinkInput { clientMutationId?: string; @@ -13991,7 +14388,6 @@ export const connectionFieldsMap = { expenses: 'Expense', notes: 'Note', memories: 'Memory', - emails: 'Email', contactsChunksByContactsId: 'ContactsChunk', interactions: 'Interaction', touchpoints: 'Touchpoint', @@ -14008,6 +14404,7 @@ export const connectionFieldsMap = { emailsByFromContactId: 'Email', calendarEventsByOrganizerContactId: 'CalendarEvent', calendarAttendees: 'CalendarAttendee', + rawMessagesBySenderContactId: 'RawMessage', projectContacts: 'ProjectContact', taskContacts: 'TaskContact', calendarEventContacts: 'CalendarEventContact', @@ -14024,6 +14421,7 @@ export const connectionFieldsMap = { contactsByContactRelationshipRelatedContactIdAndContactId: 'Contact', calendarEventsByCalendarEventContactContactIdAndCalendarEventId: 'CalendarEvent', emailThreadsByThreadParticipantContactIdAndEmailThreadId: 'EmailThread', + emailsByEmailRecipientContactIdAndEmailId: 'Email', }, Note: { contacts: 'Contact', @@ -14123,6 +14521,7 @@ export const connectionFieldsMap = { Email: { notes: 'Note', emailAttachments: 'EmailAttachment', + rawMessagesByPromotedEmailId: 'RawMessage', emailRecipients: 'EmailRecipient', emailNotes: 'EmailNote', contactsByEmailRecipientEmailIdAndContactId: 'Contact', @@ -14148,6 +14547,7 @@ export const connectionFieldsMap = { }, Conversation: { messages: 'Message', + rawMessagesByPromotedConversationId: 'RawMessage', }, Venue: { events: 'Event', @@ -14172,6 +14572,9 @@ export const connectionFieldsMap = { rawContactPhones: 'RawContactPhone', rawContactUrls: 'RawContactUrl', }, + RawMessage: { + rawMessageAttachments: 'RawMessageAttachment', + }, RuntimeState: { runtimeLogs: 'RuntimeLog', runtimeArtifacts: 'RuntimeArtifact', @@ -14302,6 +14705,8 @@ export interface VectorNearbyInput { distance?: number; /** When true (default for tables with @hasChunks), transparently queries the chunks table and returns the minimum distance across parent + all chunks. Set to false to only search the parent embedding. */ includeChunks?: boolean; + /** Natural language text to embed server-side for similarity search. Mutually exclusive with `vector` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + text?: string; } /** Input for pg_trgm fuzzy text matching. Provide a search value and optional similarity threshold. */ export interface TrgmSearchInput { @@ -14598,6 +15003,15 @@ export interface ContactToManyCalendarAttendeeFilter { /** Filters to entities where no related entity matches. */ none?: CalendarAttendeeFilter; } +/** A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface ContactToManyRawMessageFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageFilter; +} /** A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’ */ export interface ContactToManyProjectContactFilter { /** Filters to entities where at least one related entity matches. */ @@ -15128,6 +15542,15 @@ export interface EmailToManyEmailAttachmentFilter { /** Filters to entities where no related entity matches. */ none?: EmailAttachmentFilter; } +/** A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface EmailToManyRawMessageFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageFilter; +} /** A filter to be used against many `EmailRecipient` object types. All fields are combined with a logical ‘and.’ */ export interface EmailToManyEmailRecipientFilter { /** Filters to entities where at least one related entity matches. */ @@ -15218,6 +15641,15 @@ export interface ConversationToManyMessageFilter { /** Filters to entities where no related entity matches. */ none?: MessageFilter; } +/** A filter to be used against many `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface ConversationToManyRawMessageFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageFilter; +} /** A filter to be used against many `VenueLink` object types. All fields are combined with a logical ‘and.’ */ export interface VenueToManyVenueLinkFilter { /** Filters to entities where at least one related entity matches. */ @@ -15308,6 +15740,15 @@ export interface RawContactToManyRawContactUrlFilter { /** Filters to entities where no related entity matches. */ none?: RawContactUrlFilter; } +/** A filter to be used against many `RawMessageAttachment` object types. All fields are combined with a logical ‘and.’ */ +export interface RawMessageToManyRawMessageAttachmentFilter { + /** Filters to entities where at least one related entity matches. */ + some?: RawMessageAttachmentFilter; + /** Filters to entities where every related entity matches. */ + every?: RawMessageAttachmentFilter; + /** Filters to entities where no related entity matches. */ + none?: RawMessageAttachmentFilter; +} /** A filter to be used against many `RuntimeLog` object types. All fields are combined with a logical ‘and.’ */ export interface RuntimeStateToManyRuntimeLogFilter { /** Filters to entities where at least one related entity matches. */ @@ -15720,6 +16161,8 @@ export interface ImageInput { updatedAt?: string; embedding?: number[]; embeddingUpdatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `CompanyLink` */ export interface CompanyLinkInput { @@ -15733,6 +16176,8 @@ export interface CompanyLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; companyId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `Memory` */ export interface MemoryInput { @@ -15877,6 +16322,8 @@ export interface ContactLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; contactId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `ContactMemory` */ export interface ContactMemoryInput { @@ -15936,6 +16383,8 @@ export interface ContactsChunkInput { metadata?: Record; createdAt?: string; updatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `Conversation` */ export interface ConversationInput { @@ -15977,6 +16426,8 @@ export interface DocumentsChunkInput { metadata?: Record; createdAt?: string; updatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `EmailAttachment` */ export interface EmailAttachmentInput { @@ -16019,6 +16470,8 @@ export interface EventLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; eventId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `EventNote` */ export interface EventNoteInput { @@ -16145,6 +16598,8 @@ export interface NotesChunkInput { metadata?: Record; createdAt?: string; updatedAt?: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** An input for mutations affecting `Place` */ export interface PlaceInput { @@ -16250,6 +16705,46 @@ export interface RawContactUrlInput { updatedAt?: string; rawContactId: string; } +/** An input for mutations affecting `RawMessageAttachment` */ +export interface RawMessageAttachmentInput { + filename?: string; + contentType?: string; + sizeBytes?: number; + storageUrl?: string; + providerAttachmentId?: string; + id?: string; + /** Timestamp when this record was created */ + createdAt?: string; + /** Timestamp when this record was last updated */ + updatedAt?: string; + rawMessageId: string; +} +/** An input for mutations affecting `RawMessage` */ +export interface RawMessageInput { + provider: string; + externalId?: string; + externalThreadId?: string; + senderHandle?: string; + senderDisplayName?: string; + recipients?: Record; + subject?: string; + bodyText?: string; + sentAt?: string; + rawData?: Record; + triageStatus?: string; + triageScore?: string; + triageNotes?: string; + labels?: string[]; + ingestedAt?: string; + id?: string; + /** Timestamp when this record was created */ + createdAt?: string; + /** Timestamp when this record was last updated */ + updatedAt?: string; + senderContactId?: string; + promotedEmailId?: string; + promotedConversationId?: string; +} /** An input for mutations affecting `Rule` */ export interface RuleInput { name: string; @@ -16272,6 +16767,8 @@ export interface RuleInput { triggerConceptEmbedding?: number[]; triggerConceptEmbeddingUpdatedAt?: string; agentId: string; + /** Natural language text to embed server-side into the `triggerConceptEmbedding` vector column. Mutually exclusive with `triggerConceptEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + triggerConceptEmbeddingText?: string; } /** An input for mutations affecting `RuntimeArtifact` */ export interface RuntimeArtifactInput { @@ -16399,6 +16896,8 @@ export interface SkillInput { intentTriggerEmbedding?: number[]; intentTriggerEmbeddingUpdatedAt?: string; agentId: string; + /** Natural language text to embed server-side into the `intentTriggerEmbedding` vector column. Mutually exclusive with `intentTriggerEmbedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + intentTriggerEmbeddingText?: string; } /** An input for mutations affecting `SkillTool` */ export interface SkillToolInput { @@ -16529,6 +17028,8 @@ export interface VenueLinkInput { embedding?: number[]; embeddingUpdatedAt?: string; venueId: string; + /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */ + embeddingText?: string; } /** Similarity metric for vector search */ export type VectorMetric = 'COSINE' | 'L2' | 'IP'; @@ -17545,6 +18046,10 @@ export interface EmailFilter { emailAttachments?: EmailToManyEmailAttachmentFilter; /** `emailAttachments` exist. */ emailAttachmentsExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedEmailId` relation. */ + rawMessagesByPromotedEmailId?: EmailToManyRawMessageFilter; + /** `rawMessagesByPromotedEmailId` exist. */ + rawMessagesByPromotedEmailIdExist?: boolean; /** Filter by the object’s `emailRecipients` relation. */ emailRecipients?: EmailToManyEmailRecipientFilter; /** `emailRecipients` exist. */ @@ -17578,6 +18083,73 @@ export interface EmailFilter { */ unifiedSearch?: string; } +/** A filter to be used against `RawMessage` object types. All fields are combined with a logical ‘and.’ */ +export interface RawMessageFilter { + /** Filter by the object’s `provider` field. */ + provider?: StringFilter; + /** Filter by the object’s `externalId` field. */ + externalId?: StringFilter; + /** Filter by the object’s `externalThreadId` field. */ + externalThreadId?: StringFilter; + /** Filter by the object’s `senderHandle` field. */ + senderHandle?: StringFilter; + /** Filter by the object’s `senderDisplayName` field. */ + senderDisplayName?: StringFilter; + /** Filter by the object’s `recipients` field. */ + recipients?: JSONFilter; + /** Filter by the object’s `subject` field. */ + subject?: StringFilter; + /** Filter by the object’s `bodyText` field. */ + bodyText?: StringFilter; + /** Filter by the object’s `sentAt` field. */ + sentAt?: DatetimeFilter; + /** Filter by the object’s `rawData` field. */ + rawData?: JSONFilter; + /** Filter by the object’s `triageStatus` field. */ + triageStatus?: StringFilter; + /** Filter by the object’s `triageScore` field. */ + triageScore?: BigFloatFilter; + /** Filter by the object’s `triageNotes` field. */ + triageNotes?: StringFilter; + /** Filter by the object’s `labels` field. */ + labels?: StringListFilter; + /** Filter by the object’s `ingestedAt` field. */ + ingestedAt?: DatetimeFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `senderContactId` field. */ + senderContactId?: UUIDFilter; + /** Filter by the object’s `promotedEmailId` field. */ + promotedEmailId?: UUIDFilter; + /** Filter by the object’s `promotedConversationId` field. */ + promotedConversationId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageFilter[]; + /** Negates the expression. */ + not?: RawMessageFilter; + /** Filter by the object’s `promotedConversation` relation. */ + promotedConversation?: ConversationFilter; + /** A related `promotedConversation` exists. */ + promotedConversationExists?: boolean; + /** Filter by the object’s `promotedEmail` relation. */ + promotedEmail?: EmailFilter; + /** A related `promotedEmail` exists. */ + promotedEmailExists?: boolean; + /** Filter by the object’s `senderContact` relation. */ + senderContact?: ContactFilter; + /** A related `senderContact` exists. */ + senderContactExists?: boolean; + /** Filter by the object’s `rawMessageAttachments` relation. */ + rawMessageAttachments?: RawMessageToManyRawMessageAttachmentFilter; + /** `rawMessageAttachments` exist. */ + rawMessageAttachmentsExist?: boolean; +} /** A filter to be used against `ProjectContact` object types. All fields are combined with a logical ‘and.’ */ export interface ProjectContactFilter { /** Filter by the object’s `projectId` field. */ @@ -18292,6 +18864,10 @@ export interface ContactFilter { calendarAttendees?: ContactToManyCalendarAttendeeFilter; /** `calendarAttendees` exist. */ calendarAttendeesExist?: boolean; + /** Filter by the object’s `rawMessagesBySenderContactId` relation. */ + rawMessagesBySenderContactId?: ContactToManyRawMessageFilter; + /** `rawMessagesBySenderContactId` exist. */ + rawMessagesBySenderContactIdExist?: boolean; /** Filter by the object’s `projectContacts` relation. */ projectContacts?: ContactToManyProjectContactFilter; /** `projectContacts` exist. */ @@ -18932,6 +19508,35 @@ export interface RawContactUrlFilter { /** Filter by the object’s `rawContact` relation. */ rawContact?: RawContactFilter; } +/** A filter to be used against `RawMessageAttachment` object types. All fields are combined with a logical ‘and.’ */ +export interface RawMessageAttachmentFilter { + /** Filter by the object’s `filename` field. */ + filename?: StringFilter; + /** Filter by the object’s `contentType` field. */ + contentType?: StringFilter; + /** Filter by the object’s `sizeBytes` field. */ + sizeBytes?: IntFilter; + /** Filter by the object’s `storageUrl` field. */ + storageUrl?: StringFilter; + /** Filter by the object’s `providerAttachmentId` field. */ + providerAttachmentId?: StringFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `rawMessageId` field. */ + rawMessageId?: UUIDFilter; + /** Checks for all expressions in this list. */ + and?: RawMessageAttachmentFilter[]; + /** Checks for any expressions in this list. */ + or?: RawMessageAttachmentFilter[]; + /** Negates the expression. */ + not?: RawMessageAttachmentFilter; + /** Filter by the object’s `rawMessage` relation. */ + rawMessage?: RawMessageFilter; +} /** A filter to be used against `RuntimeLog` object types. All fields are combined with a logical ‘and.’ */ export interface RuntimeLogFilter { /** Filter by the object’s `runtimeStateId` field. */ @@ -19996,6 +20601,86 @@ export interface EmailThreadFilter { */ unifiedSearch?: string; } +/** A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’ */ +export interface BigFloatFilter { + /** Is null (if `true` is specified) or is not null (if `false` is specified). */ + isNull?: boolean; + /** Equal to the specified value. */ + equalTo?: string; + /** Not equal to the specified value. */ + notEqualTo?: string; + /** Not equal to the specified value, treating null like an ordinary value. */ + distinctFrom?: string; + /** Equal to the specified value, treating null like an ordinary value. */ + notDistinctFrom?: string; + /** Included in the specified list. */ + in?: string[]; + /** Not included in the specified list. */ + notIn?: string[]; + /** Less than the specified value. */ + lessThan?: string; + /** Less than or equal to the specified value. */ + lessThanOrEqualTo?: string; + /** Greater than the specified value. */ + greaterThan?: string; + /** Greater than or equal to the specified value. */ + greaterThanOrEqualTo?: string; +} +/** A filter to be used against `Conversation` object types. All fields are combined with a logical ‘and.’ */ +export interface ConversationFilter { + /** Filter by the object’s `title` field. */ + title?: StringTrgmFilter; + /** Filter by the object’s `agentId` field. */ + agentId?: UUIDFilter; + /** Filter by the object’s `status` field. */ + status?: StringTrgmFilter; + /** Filter by the object’s `meta` field. */ + meta?: JSONFilter; + /** Filter by the object’s `id` field. */ + id?: UUIDFilter; + /** Filter by the object’s `createdAt` field. */ + createdAt?: DatetimeFilter; + /** Filter by the object’s `updatedAt` field. */ + updatedAt?: DatetimeFilter; + /** Filter by the object’s `embeddingText` field. */ + embeddingText?: StringTrgmFilter; + /** Filter by the object’s `embedding` field. */ + embedding?: VectorFilter; + /** Filter by the object’s `embeddingUpdatedAt` field. */ + embeddingUpdatedAt?: DatetimeFilter; + /** Checks for all expressions in this list. */ + and?: ConversationFilter[]; + /** Checks for any expressions in this list. */ + or?: ConversationFilter[]; + /** Negates the expression. */ + not?: ConversationFilter; + /** Filter by the object’s `messages` relation. */ + messages?: ConversationToManyMessageFilter; + /** `messages` exist. */ + messagesExist?: boolean; + /** Filter by the object’s `rawMessagesByPromotedConversationId` relation. */ + rawMessagesByPromotedConversationId?: ConversationToManyRawMessageFilter; + /** `rawMessagesByPromotedConversationId` exist. */ + rawMessagesByPromotedConversationIdExist?: boolean; + /** BM25 search on the `embedding_text` column. */ + bm25EmbeddingText?: Bm25SearchInput; + /** VECTOR search on the `embedding` column. */ + vectorEmbedding?: VectorNearbyInput; + /** TRGM search on the `title` column. */ + trgmTitle?: TrgmSearchInput; + /** TRGM search on the `status` column. */ + trgmStatus?: TrgmSearchInput; + /** TRGM search on the `embedding_text` column. */ + trgmEmbeddingText?: TrgmSearchInput; + /** + * Composite unified search. Provide a search string and it will be dispatched to + * all text-compatible search algorithms (tsvector, BM25, pg_trgm) + * simultaneously. When the LLM plugin is active, pgvector also participates via + * auto-embedding. Rows matching ANY algorithm are returned. All matching score + * fields are populated. + */ + unifiedSearch?: string; +} /** A filter to be used against `Project` object types. All fields are combined with a logical ‘and.’ */ export interface ProjectFilter { /** Filter by the object’s `name` field. */ @@ -20146,31 +20831,6 @@ export interface DocumentFilter { */ unifiedSearch?: string; } -/** A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’ */ -export interface BigFloatFilter { - /** Is null (if `true` is specified) or is not null (if `false` is specified). */ - isNull?: boolean; - /** Equal to the specified value. */ - equalTo?: string; - /** Not equal to the specified value. */ - notEqualTo?: string; - /** Not equal to the specified value, treating null like an ordinary value. */ - distinctFrom?: string; - /** Equal to the specified value, treating null like an ordinary value. */ - notDistinctFrom?: string; - /** Included in the specified list. */ - in?: string[]; - /** Not included in the specified list. */ - notIn?: string[]; - /** Less than the specified value. */ - lessThan?: string; - /** Less than or equal to the specified value. */ - lessThanOrEqualTo?: string; - /** Greater than the specified value. */ - greaterThan?: string; - /** Greater than or equal to the specified value. */ - greaterThanOrEqualTo?: string; -} /** A filter to be used against Date fields. All fields are combined with a logical ‘and.’ */ export interface DateFilter { /** Is null (if `true` is specified) or is not null (if `false` is specified). */ @@ -20257,57 +20917,6 @@ export interface GoalFilter { */ unifiedSearch?: string; } -/** A filter to be used against `Conversation` object types. All fields are combined with a logical ‘and.’ */ -export interface ConversationFilter { - /** Filter by the object’s `title` field. */ - title?: StringTrgmFilter; - /** Filter by the object’s `agentId` field. */ - agentId?: UUIDFilter; - /** Filter by the object’s `status` field. */ - status?: StringTrgmFilter; - /** Filter by the object’s `meta` field. */ - meta?: JSONFilter; - /** Filter by the object’s `id` field. */ - id?: UUIDFilter; - /** Filter by the object’s `createdAt` field. */ - createdAt?: DatetimeFilter; - /** Filter by the object’s `updatedAt` field. */ - updatedAt?: DatetimeFilter; - /** Filter by the object’s `embeddingText` field. */ - embeddingText?: StringTrgmFilter; - /** Filter by the object’s `embedding` field. */ - embedding?: VectorFilter; - /** Filter by the object’s `embeddingUpdatedAt` field. */ - embeddingUpdatedAt?: DatetimeFilter; - /** Checks for all expressions in this list. */ - and?: ConversationFilter[]; - /** Checks for any expressions in this list. */ - or?: ConversationFilter[]; - /** Negates the expression. */ - not?: ConversationFilter; - /** Filter by the object’s `messages` relation. */ - messages?: ConversationToManyMessageFilter; - /** `messages` exist. */ - messagesExist?: boolean; - /** BM25 search on the `embedding_text` column. */ - bm25EmbeddingText?: Bm25SearchInput; - /** VECTOR search on the `embedding` column. */ - vectorEmbedding?: VectorNearbyInput; - /** TRGM search on the `title` column. */ - trgmTitle?: TrgmSearchInput; - /** TRGM search on the `status` column. */ - trgmStatus?: TrgmSearchInput; - /** TRGM search on the `embedding_text` column. */ - trgmEmbeddingText?: TrgmSearchInput; - /** - * Composite unified search. Provide a search string and it will be dispatched to - * all text-compatible search algorithms (tsvector, BM25, pg_trgm) - * simultaneously. When the LLM plugin is active, pgvector also participates via - * auto-embedding. Rows matching ANY algorithm are returned. All matching score - * fields are populated. - */ - unifiedSearch?: string; -} /** A filter to be used against `Habit` object types. All fields are combined with a logical ‘and.’ */ export interface HabitFilter { /** Filter by the object’s `name` field. */ @@ -22879,6 +23488,96 @@ export type DeleteRawContactUrlPayloadSelect = { select: RawContactUrlEdgeSelect; }; }; +export interface CreateRawMessageAttachmentPayload { + clientMutationId?: string | null; + /** The `RawMessageAttachment` that was created by this mutation. */ + rawMessageAttachment?: RawMessageAttachment | null; + rawMessageAttachmentEdge?: RawMessageAttachmentEdge | null; +} +export type CreateRawMessageAttachmentPayloadSelect = { + clientMutationId?: boolean; + rawMessageAttachment?: { + select: RawMessageAttachmentSelect; + }; + rawMessageAttachmentEdge?: { + select: RawMessageAttachmentEdgeSelect; + }; +}; +export interface UpdateRawMessageAttachmentPayload { + clientMutationId?: string | null; + /** The `RawMessageAttachment` that was updated by this mutation. */ + rawMessageAttachment?: RawMessageAttachment | null; + rawMessageAttachmentEdge?: RawMessageAttachmentEdge | null; +} +export type UpdateRawMessageAttachmentPayloadSelect = { + clientMutationId?: boolean; + rawMessageAttachment?: { + select: RawMessageAttachmentSelect; + }; + rawMessageAttachmentEdge?: { + select: RawMessageAttachmentEdgeSelect; + }; +}; +export interface DeleteRawMessageAttachmentPayload { + clientMutationId?: string | null; + /** The `RawMessageAttachment` that was deleted by this mutation. */ + rawMessageAttachment?: RawMessageAttachment | null; + rawMessageAttachmentEdge?: RawMessageAttachmentEdge | null; +} +export type DeleteRawMessageAttachmentPayloadSelect = { + clientMutationId?: boolean; + rawMessageAttachment?: { + select: RawMessageAttachmentSelect; + }; + rawMessageAttachmentEdge?: { + select: RawMessageAttachmentEdgeSelect; + }; +}; +export interface CreateRawMessagePayload { + clientMutationId?: string | null; + /** The `RawMessage` that was created by this mutation. */ + rawMessage?: RawMessage | null; + rawMessageEdge?: RawMessageEdge | null; +} +export type CreateRawMessagePayloadSelect = { + clientMutationId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; + rawMessageEdge?: { + select: RawMessageEdgeSelect; + }; +}; +export interface UpdateRawMessagePayload { + clientMutationId?: string | null; + /** The `RawMessage` that was updated by this mutation. */ + rawMessage?: RawMessage | null; + rawMessageEdge?: RawMessageEdge | null; +} +export type UpdateRawMessagePayloadSelect = { + clientMutationId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; + rawMessageEdge?: { + select: RawMessageEdgeSelect; + }; +}; +export interface DeleteRawMessagePayload { + clientMutationId?: string | null; + /** The `RawMessage` that was deleted by this mutation. */ + rawMessage?: RawMessage | null; + rawMessageEdge?: RawMessageEdge | null; +} +export type DeleteRawMessagePayloadSelect = { + clientMutationId?: boolean; + rawMessage?: { + select: RawMessageSelect; + }; + rawMessageEdge?: { + select: RawMessageEdgeSelect; + }; +}; export interface CreateRulePayload { clientMutationId?: string | null; /** The `Rule` that was created by this mutation. */ @@ -24147,6 +24846,30 @@ export type RawContactUrlEdgeSelect = { select: RawContactUrlSelect; }; }; +/** A `RawMessageAttachment` edge in the connection. */ +export interface RawMessageAttachmentEdge { + cursor?: string | null; + /** The `RawMessageAttachment` at the end of the edge. */ + node?: RawMessageAttachment | null; +} +export type RawMessageAttachmentEdgeSelect = { + cursor?: boolean; + node?: { + select: RawMessageAttachmentSelect; + }; +}; +/** A `RawMessage` edge in the connection. */ +export interface RawMessageEdge { + cursor?: string | null; + /** The `RawMessage` at the end of the edge. */ + node?: RawMessage | null; +} +export type RawMessageEdgeSelect = { + cursor?: boolean; + node?: { + select: RawMessageSelect; + }; +}; /** A `Rule` edge in the connection. */ export interface RuleEdge { cursor?: string | null; diff --git a/sdk/sdk/src/generated/orm/models/index.ts b/sdk/sdk/src/generated/orm/models/index.ts index 43d460cbbe4..3711ea1c57a 100644 --- a/sdk/sdk/src/generated/orm/models/index.ts +++ b/sdk/sdk/src/generated/orm/models/index.ts @@ -76,6 +76,8 @@ export { RawContactModel } from './rawContact'; export { RawContactEmailModel } from './rawContactEmail'; export { RawContactPhoneModel } from './rawContactPhone'; export { RawContactUrlModel } from './rawContactUrl'; +export { RawMessageAttachmentModel } from './rawMessageAttachment'; +export { RawMessageModel } from './rawMessage'; export { RuleModel } from './rule'; export { RuntimeArtifactModel } from './runtimeArtifact'; export { RuntimeConfigModel } from './runtimeConfig'; diff --git a/sdk/sdk/src/generated/orm/models/rawMessage.ts b/sdk/sdk/src/generated/orm/models/rawMessage.ts new file mode 100644 index 00000000000..4e07d01a402 --- /dev/null +++ b/sdk/sdk/src/generated/orm/models/rawMessage.ts @@ -0,0 +1,245 @@ +/** + * RawMessage model for ORM client + * @generated by @constructive-io/graphql-codegen + * DO NOT EDIT - changes will be overwritten + */ +import { OrmClient } from '../client'; +import { + QueryBuilder, + buildFindManyDocument, + buildFindFirstDocument, + buildFindOneDocument, + buildCreateDocument, + buildUpdateByPkDocument, + buildDeleteByPkDocument, +} from '../query-builder'; +import type { + ConnectionResult, + FindManyArgs, + FindFirstArgs, + CreateArgs, + UpdateArgs, + DeleteArgs, + InferSelectResult, + StrictSelect, +} from '../select-types'; +import type { + RawMessage, + RawMessageWithRelations, + RawMessageSelect, + RawMessageFilter, + RawMessageOrderBy, + CreateRawMessageInput, + UpdateRawMessageInput, + RawMessagePatch, +} from '../input-types'; +import { connectionFieldsMap } from '../input-types'; +export class RawMessageModel { + constructor(private client: OrmClient) {} + findMany( + args: FindManyArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessages: ConnectionResult>; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessage', + 'rawMessages', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + first: args?.first, + last: args?.last, + after: args?.after, + before: args?.before, + offset: args?.offset, + }, + 'RawMessageFilter', + 'RawMessageOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessage', + fieldName: 'rawMessages', + document, + variables, + }); + } + findFirst( + args: FindFirstArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessage: InferSelectResult | null; + }> { + const { document, variables } = buildFindFirstDocument( + 'RawMessage', + 'rawMessages', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + }, + 'RawMessageFilter', + 'RawMessageOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessage', + fieldName: 'rawMessage', + document, + variables, + transform: (data: { + rawMessages?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessage: data.rawMessages?.nodes?.[0] ?? null, + }), + }); + } + findOne( + args: { + id: string; + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessage: InferSelectResult | null; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessage', + 'rawMessages', + args.select, + { + where: { + id: { + equalTo: args.id, + }, + }, + first: 1, + }, + 'RawMessageFilter', + 'RawMessageOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessage', + fieldName: 'rawMessage', + document, + variables, + transform: (data: { + rawMessages?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessage: data.rawMessages?.nodes?.[0] ?? null, + }), + }); + } + create( + args: CreateArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + createRawMessage: { + rawMessage: InferSelectResult; + }; + }> { + const { document, variables } = buildCreateDocument( + 'RawMessage', + 'createRawMessage', + 'rawMessage', + args.select, + args.data, + 'CreateRawMessageInput', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessage', + fieldName: 'createRawMessage', + document, + variables, + }); + } + update( + args: UpdateArgs< + S, + { + id: string; + }, + RawMessagePatch + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + updateRawMessage: { + rawMessage: InferSelectResult; + }; + }> { + const { document, variables } = buildUpdateByPkDocument( + 'RawMessage', + 'updateRawMessage', + 'rawMessage', + args.select, + args.where.id, + args.data, + 'UpdateRawMessageInput', + 'id', + 'rawMessagePatch', + connectionFieldsMap, + undefined + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessage', + fieldName: 'updateRawMessage', + document, + variables, + }); + } + delete( + args: DeleteArgs< + { + id: string; + }, + S + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + deleteRawMessage: { + rawMessage: InferSelectResult; + }; + }> { + const { document, variables } = buildDeleteByPkDocument( + 'RawMessage', + 'deleteRawMessage', + 'rawMessage', + { + id: args.where.id, + }, + 'DeleteRawMessageInput', + args.select, + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessage', + fieldName: 'deleteRawMessage', + document, + variables, + }); + } +} diff --git a/sdk/sdk/src/generated/orm/models/rawMessageAttachment.ts b/sdk/sdk/src/generated/orm/models/rawMessageAttachment.ts new file mode 100644 index 00000000000..74df6b4bcf5 --- /dev/null +++ b/sdk/sdk/src/generated/orm/models/rawMessageAttachment.ts @@ -0,0 +1,247 @@ +/** + * RawMessageAttachment model for ORM client + * @generated by @constructive-io/graphql-codegen + * DO NOT EDIT - changes will be overwritten + */ +import { OrmClient } from '../client'; +import { + QueryBuilder, + buildFindManyDocument, + buildFindFirstDocument, + buildFindOneDocument, + buildCreateDocument, + buildUpdateByPkDocument, + buildDeleteByPkDocument, +} from '../query-builder'; +import type { + ConnectionResult, + FindManyArgs, + FindFirstArgs, + CreateArgs, + UpdateArgs, + DeleteArgs, + InferSelectResult, + StrictSelect, +} from '../select-types'; +import type { + RawMessageAttachment, + RawMessageAttachmentWithRelations, + RawMessageAttachmentSelect, + RawMessageAttachmentFilter, + RawMessageAttachmentOrderBy, + CreateRawMessageAttachmentInput, + UpdateRawMessageAttachmentInput, + RawMessageAttachmentPatch, +} from '../input-types'; +import { connectionFieldsMap } from '../input-types'; +export class RawMessageAttachmentModel { + constructor(private client: OrmClient) {} + findMany( + args: FindManyArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessageAttachments: ConnectionResult< + InferSelectResult + >; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessageAttachment', + 'rawMessageAttachments', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + first: args?.first, + last: args?.last, + after: args?.after, + before: args?.before, + offset: args?.offset, + }, + 'RawMessageAttachmentFilter', + 'RawMessageAttachmentOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessageAttachment', + fieldName: 'rawMessageAttachments', + document, + variables, + }); + } + findFirst( + args: FindFirstArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessageAttachment: InferSelectResult | null; + }> { + const { document, variables } = buildFindFirstDocument( + 'RawMessageAttachment', + 'rawMessageAttachments', + args.select, + { + where: args?.where, + orderBy: args?.orderBy as string[] | undefined, + }, + 'RawMessageAttachmentFilter', + 'RawMessageAttachmentOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessageAttachment', + fieldName: 'rawMessageAttachment', + document, + variables, + transform: (data: { + rawMessageAttachments?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessageAttachment: data.rawMessageAttachments?.nodes?.[0] ?? null, + }), + }); + } + findOne( + args: { + id: string; + select: S; + } & StrictSelect + ): QueryBuilder<{ + rawMessageAttachment: InferSelectResult | null; + }> { + const { document, variables } = buildFindManyDocument( + 'RawMessageAttachment', + 'rawMessageAttachments', + args.select, + { + where: { + id: { + equalTo: args.id, + }, + }, + first: 1, + }, + 'RawMessageAttachmentFilter', + 'RawMessageAttachmentOrderBy', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'query', + operationName: 'RawMessageAttachment', + fieldName: 'rawMessageAttachment', + document, + variables, + transform: (data: { + rawMessageAttachments?: { + nodes?: InferSelectResult[]; + }; + }) => ({ + rawMessageAttachment: data.rawMessageAttachments?.nodes?.[0] ?? null, + }), + }); + } + create( + args: CreateArgs & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + createRawMessageAttachment: { + rawMessageAttachment: InferSelectResult; + }; + }> { + const { document, variables } = buildCreateDocument( + 'RawMessageAttachment', + 'createRawMessageAttachment', + 'rawMessageAttachment', + args.select, + args.data, + 'CreateRawMessageAttachmentInput', + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessageAttachment', + fieldName: 'createRawMessageAttachment', + document, + variables, + }); + } + update( + args: UpdateArgs< + S, + { + id: string; + }, + RawMessageAttachmentPatch + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + updateRawMessageAttachment: { + rawMessageAttachment: InferSelectResult; + }; + }> { + const { document, variables } = buildUpdateByPkDocument( + 'RawMessageAttachment', + 'updateRawMessageAttachment', + 'rawMessageAttachment', + args.select, + args.where.id, + args.data, + 'UpdateRawMessageAttachmentInput', + 'id', + 'rawMessageAttachmentPatch', + connectionFieldsMap, + undefined + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessageAttachment', + fieldName: 'updateRawMessageAttachment', + document, + variables, + }); + } + delete( + args: DeleteArgs< + { + id: string; + }, + S + > & { + select: S; + } & StrictSelect + ): QueryBuilder<{ + deleteRawMessageAttachment: { + rawMessageAttachment: InferSelectResult; + }; + }> { + const { document, variables } = buildDeleteByPkDocument( + 'RawMessageAttachment', + 'deleteRawMessageAttachment', + 'rawMessageAttachment', + { + id: args.where.id, + }, + 'DeleteRawMessageAttachmentInput', + args.select, + connectionFieldsMap + ); + return new QueryBuilder({ + client: this.client, + operation: 'mutation', + operationName: 'RawMessageAttachment', + fieldName: 'deleteRawMessageAttachment', + document, + variables, + }); + } +}