-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapter: Remove legacy builtin item migrations
Previously, the adapter maintained two different implementations of the builtin item migration framework. One that was used before 0dt and one that was used with 0dt. The 0dt implementation still works when 0dt is turned off, but we wanted to keep the legacy implementation around while the 0dt implementation was still new. The 0dt implementation has been around long enough in production to prove that it works. On the other hand, the legacy implementation has not been tested in production in a long time. This commit removes the legacy implementation and always uses the new implementation. This should reduce the maintenance burden of builtin item migrations. In the future, the builtin item migration framework should be completely removed and replaced with `ALTER TABLE`.
- Loading branch information
Showing
8 changed files
with
54 additions
and
1,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.