Select the types of activity you want to include in your feed.
@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
···145145146146# Create a `.sql` file in `resources/sql/patches/`. This file should:
147147 - Contain the approprate MySQL commands to update the schema.
148148+ - Be named as `YYYYMMDD.patchname.ext`. For example, `20130217.example.sql`.
148149 - Use `${NAMESPACE}` rather than `phabricator` for database names.
149150 - Use `COLLATE utf8_bin` for any columns that are to be used as identifiers,
150151such as PHID columns. Otherwise, use `COLLATE utf8_general_ci`.