1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 19:02:41 +01:00
phorge-phorge/src/applications/ponder/storage
epriestley 03519c53bb Mark questionable column nullability for later
Summary:
Ref T1191. Ref T6203. While generating expected schemata, I ran into these columns which seem to have sketchy nullability.

  - Mark most of them for later resolution (T6203). They work fine today and don't need to block T1191. Changing them can break the application, so we can't autofix them.
  - Forgive a couple of them that are sort-of reasonable or going to get wiped out.

Test Plan: Saw 94 remaining warnings.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: hach-que, epriestley

Maniphest Tasks: T1191, T6203

Differential Revision: https://secure.phabricator.com/D10593
2014-10-01 07:59:44 -07:00
..
PonderAnswer.php Mark questionable column nullability for later 2014-10-01 07:59:44 -07:00
PonderAnswerTransaction.php Export Ponder question and answer bodies as remarkup blocks during transactions 2014-09-25 13:42:46 -07:00
PonderAnswerTransactionComment.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PonderDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PonderQuestion.php Mark questionable column nullability for later 2014-10-01 07:59:44 -07:00
PonderQuestionTransaction.php Export Ponder question and answer bodies as remarkup blocks during transactions 2014-09-25 13:42:46 -07:00
PonderQuestionTransactionComment.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PonderSchemaSpec.php Generate expected Ponder schemata 2014-10-01 07:37:14 -07:00
PonderVotableInterface.php Delete license headers from files 2012-11-05 11:16:51 -08:00