Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T1191: Comments are truncated at first non-base-plane character
T6203: Adjust nullability of various questionable columns - Commits
- Restricted Diffusion Commit
rP03519c53bbcc: Mark questionable column nullability for later
Saw 94 remaining warnings.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- utfx20
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 2702 Build 2706: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/applications/harbormaster/storage/configuration/HarbormasterBuildStep.php | ||
---|---|---|
36 | This is null because of previously existing build steps in the DB before name was added. In this case, null means "fallback to the implementation name". In order to remove this null, we'd need to run a migration to fill in all the null values with the implementation name. |