The new file format doesn't use them anymore.
So we only need that information when upgrading from old report files
which is handdel in lnt.testing.upgrade_1_to_2() already.
Details
Details
- Reviewers
cmatthews kristof.beyls - Commits
- rL312849: Remove info_keys; NFC
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Besides not performing the drop, LGTM.
lnt/server/db/migrations/upgrade_12_to_13.py | ||
---|---|---|
13 ↗ | (On Diff #103812) | Could you land the DROPing part of the much later, once this has made it into the wild and everyone is happy. There is no revert from a DROP! |
lnt/server/db/migrations/upgrade_12_to_13.py | ||
---|---|---|
13 ↗ | (On Diff #103812) | Indeed I had the same idea. I was thinking about waiting until we have an upgraded server that was running fine for a week or two... |