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

Start Ponder questions from 11

Summary: We don't link Q1 - Q4.

Test Plan: Created the table, insterted row, verified that the id is 11.

Reviewers: pieter, epriestley

Reviewed By: pieter

CC: aran, Korvin

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

vrana c6503f01 4d79d462

+1 -1
+1 -1
resources/sql/patches/ponder.sql
··· 14 14 UNIQUE KEY `phid` (`phid`), 15 15 KEY `authorPHID` (`authorPHID`), 16 16 KEY `heat` (`heat`) 17 - ) ENGINE=InnoDB DEFAULT CHARSET=utf8; 17 + ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=11; 18 18 19 19 CREATE TABLE `{$NAMESPACE}_ponder`.`ponder_answer` ( 20 20 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,