Files
homefeed/backend/src
Claude 3bcb4bb740 Remove leftover GlobalSettings.bookmarksColumns after the widget-architecture merge
The merge resolution took master's widget-based bookmarks-columns
implementation (widget_kv config, see widgets/bookmarks/db.ts) over
development's own GlobalSettings field for the same feature, but
types.ts's GlobalSettings interface still declared bookmarksColumns
since it didn't conflict during the merge — nothing populates it
anymore. The now-unused bookmarks_columns DB column is left in place
(same no-DROP-COLUMN precedent as the old weather_*/poe2_* columns).
2026-08-04 02:28:04 +00:00
..