@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 13 lines 407 B view raw
1TRUNCATE {$NAMESPACE}_phortune.phortune_product; 2 3ALTER TABLE {$NAMESPACE}_phortune.phortune_product 4 DROP status; 5 6ALTER TABLE {$NAMESPACE}_phortune.phortune_product 7 DROP billingIntervalInMonths; 8 9ALTER TABLE {$NAMESPACE}_phortune.phortune_product 10 DROP trialPeriodInDays; 11 12ALTER TABLE {$NAMESPACE}_phortune.phortune_product 13 CHANGE priceInCents priceAsCurrency VARCHAR(64) NOT NULL collate utf8_bin;