mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 11:37:23 -06:00
![]() This commit introduces a new feature, dify tables, along with related migration scripts. The `prisma/migrations/20240730152156_create_dify_tables/migration.sql` file contains the migration for creating the dify tables, while the `prisma/postgresql-schema.prisma` file has been modified to include the necessary schema changes for these tables. This change improves data organization and simplifies data management for the project. |
||
---|---|---|
.. | ||
20240609181238_init | ||
20240610144159_create_column_profile_name_instance | ||
20240611125754_create_columns_whitelabel_chatwoot | ||
20240611202817_create_columns_debounce_time_typebot | ||
20240712144948_add_business_id_column_to_instances | ||
20240712150256_create_templates_table | ||
20240712155950_adjusts_in_templates_table | ||
20240712162206_remove_templates_table | ||
20240712223655_column_fallback_typebot | ||
20240712230631_column_ignore_jids_typebot | ||
20240713184337_add_media_table | ||
20240718121437_add_openai_tables | ||
20240718123923_adjusts_openai_tables | ||
20240722173259_add_name_column_to_openai_creds | ||
20240722173518_add_name_column_to_openai_creds | ||
20240723152648_adjusts_in_column_openai_creds | ||
20240723200254_add_webhookurl_on_message | ||
20240725184147_create_template_table | ||
20240725202651_add_webhook_url_template_table | ||
20240725221646_modify_token_instance_table | ||
20240729115127_modify_trigger_type_openai_typebot_table | ||
20240729180347_modify_typebot_session_status_openai_typebot_table | ||
20240730152156_create_dify_tables | ||
migration_lock.toml |