[Passwords] Drop "preferred" column from "logins" table.
Column "preferred" has been deprecated and replaced with "date_last_used" in M81. It has been left around though for a grace period to give users enough time to migrate the old values. The column is now dropped completely in M87. For users who will upgrade Chrome from 80 directly to M87, they lose their preferences for which credentials to be filled by default where multiple credentials exists per website. Since we are dropping a column, old Chrome binaries won't be able to read the current database schema anymore. Those users who use an old binary with the current database, will lose access to password manager. This should be aligned with go/cbe-downgrade-snapshot Bug: 997670 Change-Id: I6be32dfc9f17d5e165ebc236f55f95accb88c397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2396119 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#804890}
Showing
Please register or sign in to comment