Hi,
I've added a counter cache column to a model. When I load my models through fixtures, it doesn't seem to affect the counter.
regards, C.
Hi,
I've added a counter cache column to a model. When I load my models through fixtures, it doesn't seem to affect the counter.
regards, C.
That's not handled magically for you (mainly because the counter cache only gets updated via callbacks whereas fixtures are just plopped straight in the database).
Fred