Page MenuHomePhabricator

Remove the "note" database issue status
ClosedPublic

Authored by epriestley on Sep 27 2014, 11:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 10:29 PM
Unknown Object (File)
Tue, Apr 9, 6:16 PM
Unknown Object (File)
Sun, Mar 31, 6:28 AM
Unknown Object (File)
Mar 16 2024, 4:36 AM
Unknown Object (File)
Mar 10 2024, 4:19 AM
Unknown Object (File)
Feb 5 2024, 9:40 PM
Unknown Object (File)
Jan 29 2024, 9:26 AM
Unknown Object (File)
Jan 27 2024, 9:43 PM
Subscribers

Details

Summary

Ref T1191. This was useful for annotating everything but we no longer need it; there are just two types of issues now:

  • Error: stuff we can't fix (missing or surplus tables/database/columns, bad column nullability).
  • Warning: stuff we can fix (column types, character sets, collations, missing or surplus keys, incorrectly defined keys, bad key uniqueness).
Test Plan

Saw 3,399 warnings and 0 errors.

Diff Detail

Repository
rP Phabricator
Branch
utfx21
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2683
Build 2687: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Remove the "note" database issue status.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Sep 30 2014, 4:54 PM
This revision was automatically updated to reflect the committed changes.