Database operations for LogItems
Depends on D3161
Differential D3175
[services] Backup - Add DB operations for Logs • karol on Feb 11 2022, 3:40 AM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event Timeline
Comment Actions
Comment Actions Back to your queue as I responded in D3160 and there were no doubts about the code here.
Comment Actions I think the best thing to do would've been to put the sort key diffs as early in the stack as possible. Think of it this way: if the sort key diffs are earlier, then we never see any code using the "old way" for primary keys, so your reviewer never has to get confused or ask a question. Whereas if you put the sort key diff later in the stack, then there are some diffs still using the "old way", which is confusing to see as a reviewer. Basically, my point is that once you realized that the sort key needed you change, you should've interactive-rebased to the front of your stack and put the new diff there, and then rebased all of the rest of your diffs on the change. It's more work but it's easier to review. Anyways, the underlying concerns in D3160 have been addressing so unblocking here! We can follow up about the sort key in D3177/D3179. |