@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.

Document `YYYYMMDD.name.ext` format for SQL patches

Summary: This isn't currently documented anywhere.

Test Plan: Read text

Reviewers: kwadwon

Reviewed By: kwadwon

CC: aran

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

+1
+1
src/docs/developer/database.diviner
··· 145 145 146 146 # Create a `.sql` file in `resources/sql/patches/`. This file should: 147 147 - Contain the approprate MySQL commands to update the schema. 148 + - Be named as `YYYYMMDD.patchname.ext`. For example, `20130217.example.sql`. 148 149 - Use `${NAMESPACE}` rather than `phabricator` for database names. 149 150 - Use `COLLATE utf8_bin` for any columns that are to be used as identifiers, 150 151 such as PHID columns. Otherwise, use `COLLATE utf8_general_ci`.