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

at recaptime-dev/main 9 lines 328 B view raw
1CREATE TABLE {$NAMESPACE}_repository.repository_symbol ( 2 arcanistProjectID INT UNSIGNED NOT NULL, 3 symbolName varchar(128) NOT NULL, 4 KEY (symbolName), 5 symbolType varchar(12) BINARY NOT NULL, 6 symbolLanguage varchar(32) BINARY NOT NULL, 7 pathID INT UNSIGNED NOT NULL, 8 lineNumber INT UNSIGNED NOT NULL 9) ENGINE=InnoDB;