evolution-api/prisma/postgresql-migrations
Davidson Gomes afc2927837 feat(IsOnWhatsapp): add optional lid field and update related logic
- Introduced a new optional `lid` field in the IsOnWhatsapp model to enhance data tracking.
- Updated migration script to add the `lid` column to the database.
- Modified OnWhatsAppDto to include the `lid` property for better integration with WhatsApp user data.
- Enhanced the WhatsApp Baileys service to handle `lid` numbers separately and improve user verification logic.
- Updated cache handling functions to support the new `lid` field for consistent data management.
2025-06-13 11:52:32 -03:00
..
20240609181238_init prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240610144159_create_column_profile_name_instance prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240611125754_create_columns_whitelabel_chatwoot prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240611202817_create_columns_debounce_time_typebot prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240712144948_add_business_id_column_to_instances prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240712150256_create_templates_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240712155950_adjusts_in_templates_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240712162206_remove_templates_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240712223655_column_fallback_typebot prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240712230631_column_ignore_jids_typebot prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240713184337_add_media_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240718121437_add_openai_tables prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240718123923_adjusts_openai_tables prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240722173259_add_name_column_to_openai_creds prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240722173518_add_name_column_to_openai_creds prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240723152648_adjusts_in_column_openai_creds prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240723200254_add_webhookurl_on_message prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240725184147_create_template_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240725202651_add_webhook_url_template_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240725221646_modify_token_instance_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240729115127_modify_trigger_type_openai_typebot_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240729180347_modify_typebot_session_status_openai_typebot_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240730152156_create_dify_tables prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240801193907_add_column_speech_to_text_openai_setting_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240803163908_add_column_description_on_integrations_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240808210239_add_column_function_url_openaibot_table prisma: adjusts for mysql and postgres 2024-08-09 07:58:33 -03:00
20240811021156_add_chat_name_column Added migration for name column in chats 2024-08-11 15:29:39 -03:00
20240811183328_add_unique_index_for_remoted_jid_and_instance_in_contacts fix: migrations 2024-08-15 13:13:08 -03:00
20240813003116_make_label_unique_for_instance Changed labels to be unique on the same instance 2024-08-12 21:35:31 -03:00
20240814173033_add_ignore_jids_chatwoot feat: Added ignoreJids in chatwoot settings 2024-08-14 14:59:47 -03:00
20240814202359_integrations_unification Unification of integrations, Typebot & OpenAI & Dify 2024-08-14 17:47:31 -03:00
20240817110155_add_trigger_type_advanced Advanced operators trigger fro OpenAI/Dify/Typebot 2024-08-17 08:32:05 -03:00
20240819154941_add_context_to_integration_session feat: translation in manager: English, Portuguese, Spanish and French 2024-08-20 07:29:14 -03:00
20240821120816_bot_id_integration_session feat: generic chatbot 2024-08-21 14:42:26 -03:00
20240821171327_add_generic_bot_table feat: generic chatbot 2024-08-21 14:42:26 -03:00
20240821194524_add_flowise_table feat: flowise integration 2024-08-21 17:33:45 -03:00
20240824161333_add_type_on_integration_sessions fix: get integrations sessions by type 2024-08-24 13:18:58 -03:00
20240825130616_change_to_evolution_bot refactor: evolution bot 2024-08-25 10:22:22 -03:00
20240828140837_add_is_on_whatsapp_table Save is on whatsapp on the database 2024-08-28 11:19:47 -03:00
20240828141556_remove_name_column_from_on_whatsapp_table Save is on whatsapp on the database 2024-08-28 11:19:47 -03:00
20240830193533_changed_table_case Refactor database table name for IsOnWhatsapp 2024-08-30 16:37:20 -03:00
20240906202019_add_headers_on_webhook_config feat: adiciona headers no cadastro de webhook da instância 2024-09-06 20:46:10 -03:00
20241001180457_add_message_status fix: add migration field message status 2024-10-01 15:11:36 -03:00
20241006130306_alter_status_on_message_table fix: migration update after alter 2024-10-10 13:41:07 -03:00
20241007164026_add_unread_messages_on_chat_table feat: Added unreadMessages to chats 2024-10-07 13:45:19 -03:00
20241011085129_create_pusher_table feat: pusher event integration 2024-10-11 07:01:38 -03:00
20241011100803_split_messages_and_time_per_char_integrations Add support for splitMessages and timePerChar in Integrations 2024-10-11 18:52:56 -03:00
20241017144950_create_index refactor: Add indexes to improve performance in ChatwootService 2024-10-17 11:50:28 -03:00
20250116001415_add_wavoip_token_to_settings_table Remove redundant migration cleanup step for wavoip_token in PostgreSQL migration file. This change simplifies the migration process by eliminating unnecessary deletion of previous migration records, ensuring a cleaner migration history. 2025-01-22 12:01:17 -03:00
20250225180031_add_nats_integration feat: Add NATS integration and update Baileys service 2025-02-25 15:42:40 -03:00
20250514232744_add_n8n_table Add N8n integration with models, services, and routes 2025-05-14 20:47:23 -03:00
20250515211815_add_evoai_table feat(evoai): add Evoai and EvoaiSetting tables with foreign key constraints 2025-05-15 18:19:23 -03:00
20250516012152_remove_unique_atribute_for_file_name_in_media fix(media): allow multiples files with same name 2025-05-15 22:37:55 -03:00
20250612155048_add_coluns_trypebot_tables feat(Typebot): add splitMessages and timePerChar fields to Typebot models 2025-06-12 13:24:25 -03:00
20250613143000_add_lid_column_to_is_onwhatsapp feat(IsOnWhatsapp): add optional lid field and update related logic 2025-06-13 11:52:32 -03:00
migration_lock.toml fix(media): allow multiples files with same name 2025-05-15 22:37:55 -03:00