Details
Details
- Reviewers
joshuaspence btrahan - Maniphest Tasks
- T4896: Move Audit to ApplicationTransactions
- Commits
- Restricted Diffusion Commit
rP3d78c0eff707: Migrate Audit comment text into new storage
- Before applying migration, cleared cache and browsed around. Things looked fine, except no comment text.
- Applied migration.
- Cleared cache, browsed around, saw all my old comments.
- Added some new comments.
- Spot checked migrated and new rows in database.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- audit5
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1887 Build 1888: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
- Fix an issue when a commit has no comments.
- Fix an issue when submitting a transaction with no comment text.
resources/sql/autopatches/20140722.audit.4.migtext.php | ||
---|---|---|
15 | Maybe just if (!$row['content'])) {? |
resources/sql/autopatches/20140722.audit.4.migtext.php | ||
---|---|---|
15 | This will incorrectly destroy the comment "0". |
resources/sql/autopatches/20140722.audit.4.migtext.php | ||
---|---|---|
15 | Oh man... didn't realise that (bool) "0" was false in PHP. |