1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Bump cache version

Summary:
See T1602#15.

I don't intend to land this right away, because I'm not sure I won't
need another change or two to the rendering code. Keeping it here so I
won't forget about it.

Test Plan: iiam

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1602

Differential Revision: https://secure.phabricator.com/D3240
This commit is contained in:
Alan Huang 2012-08-23 16:16:19 -07:00
parent cdda9ea668
commit 5a0b640ccd

View file

@ -60,7 +60,7 @@ final class DifferentialChangesetParser {
private $markupEngine;
private $highlightErrors;
const CACHE_VERSION = 5;
const CACHE_VERSION = 6;
const ATTR_GENERATED = 'attr:generated';
const ATTR_DELETED = 'attr:deleted';