Commit Graph

2 Commits

Author SHA1 Message Date
Pedro M. Baeza
5ec7cc2ecd [FIX] base_comment_template: Incorrect m2m column names + script + avoid FK constraint
- The name of the columns were swapped, so better to fix it for avoiding
  mistakes due to this.
- Migration script for detecting the condition and swap column names.
- On v12 > v13 migration, include JOINs for avoiding FK constraint,
  which `ON CONFLICT` clause doesn't protect.
2025-01-08 15:49:14 +02:00
Víctor Martínez
fa57dc9e66 [IMP] base_comment_template: Refactor code and convert to Many2Many 2025-01-08 15:49:14 +02:00