mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
7 lines
281 B
MySQL
7 lines
281 B
MySQL
|
TRUNCATE phabricator_differential.differential_changeset_parse_cache;
|
||
|
|
||
|
ALTER TABLE phabricator_differential.differential_changeset_parse_cache
|
||
|
ADD dateCreated INT UNSIGNED NOT NULL;
|
||
|
|
||
|
ALTER TABLE phabricator_differential.differential_changeset_parse_cache
|
||
|
ADD KEY (dateCreated);
|