From ba3b7854fccc2286ee404d12b8ebbbe75c7eb4da Mon Sep 17 00:00:00 2001 From: Lauri-Henrik Jalonen Date: Sat, 26 Jan 2013 17:11:39 -0800 Subject: [PATCH] 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 --- src/docs/developer/database.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/developer/database.diviner b/src/docs/developer/database.diviner index 027bca2db5..59a49d852e 100644 --- a/src/docs/developer/database.diviner +++ b/src/docs/developer/database.diviner @@ -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. # Edit `src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php` and 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 (due to schema changes or otherwise.) However, the schema changes themselves