mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Documentation fix
Summary: Fixed documentation to reflect reality. Test Plan: . Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4675
This commit is contained in:
parent
24b274ded3
commit
ba3b7854fc
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ such as PHID columns. Otherwise, use `COLLATE utf8_general_ci`.
|
||||||
- Name all indexes so it is possible to delete them later.
|
- Name all indexes so it is possible to delete them later.
|
||||||
# Edit `src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php` and
|
# Edit `src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php` and
|
||||||
add your patch to @{method@phabricator:PhabricatorBuiltinPatchList::getPatches}.
|
add your patch to @{method@phabricator:PhabricatorBuiltinPatchList::getPatches}.
|
||||||
# Run `bin/storage/upgrade`.
|
# Run `bin/storage upgrade`.
|
||||||
|
|
||||||
It is also possible to create more complex patches in PHP for data migration
|
It is also possible to create more complex patches in PHP for data migration
|
||||||
(due to schema changes or otherwise.) However, the schema changes themselves
|
(due to schema changes or otherwise.) However, the schema changes themselves
|
||||||
|
|
Loading…
Reference in a new issue