|
|
|
|
|
by camilolopez
4823 days ago
|
|
The way schema migrations are handled is by making a hash of the current schema part of the cache key, so yeah, effectively every time a cached model's underlying table schema is changed all the cached entries become invalid. |
|