filerepo: bump LocalFile::VERSION following 88e17d3f7c
Bug: T253405 Change-Id: I0f7e885997d60dfa9b65ade1d66dfa0aebfda896
This commit is contained in:
parent
b336d9ba83
commit
2d1c2154fa
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ use Wikimedia\Rdbms\IResultWrapper;
|
|||
* @ingroup FileAbstraction
|
||||
*/
|
||||
class LocalFile extends File {
|
||||
private const VERSION = 11; // cache version
|
||||
private const VERSION = 12; // cache version
|
||||
|
||||
private const CACHE_FIELD_MAX_LEN = 1000;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue