@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update documentation for storage changes w/ .php files

Summary: no schema changes allowed in the .php files

Test Plan: viewed doc -- looked good.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2059

Differential Revision: https://secure.phabricator.com/D3966

+5 -1
+5 -1
src/docs/developer/database.diviner
··· 151 151 add your patch to @{method@phabricator:PhabricatorBuiltinPatchList::getPatches}. 152 152 # Run `bin/storage/upgrade`. 153 153 154 - It is also possible to create more complex patch in PHP. 154 + It is also possible to create more complex patches in PHP for data migration 155 + (due to schema changes or otherwise.) However, the schema changes themselves 156 + should be done in separate `.sql` files. Order can be guaranteed by editing 157 + `src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php` 158 + appropriately. 155 159 156 160 See the 157 161 [[https://secure.phabricator.com/rPb39175342dc5bee0c2246b05fa277e76a7e96ed3