mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-11 02:49:36 -06:00
The Issue: The Instance model in the postgresql-schema.prisma file previously had a Template field that was a single Template object, but this caused issues with the association of multiple templates to a single instance. The Change: This commit resolves the issue by changing the Template field to an array of Template objects. This allows for multiple templates to be associated with a single instance. The Impact: This change allows for more flexible use of templates in the system and resolves a previous limitation in the association of templates to instances. Affected Files: - prisma/postgresql-schema.prisma - src/api/services/template.service.ts Note: The migration folder added in the untracked files section is a result of the Prisma schema change and can be safely ignored in this commit message. |
||
|---|---|---|
| .. | ||
| 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 | ||
| migration_lock.toml | ||