Skip to content

[IMP] Change CountableEntity setup

Manuel Tancoigne requested to merge better-counter-caches into develop

It's impossible to create types that don't have all the counter caches used by default (user/language/license).

ADDITIONAL_HABTM_COUNTER_CACHES has been replaced by COUNTER_CACHES, which should be fully declared in models with assicoiated counter caches.

Merge request reports