Add Supa account and search changes

This commit is contained in:
Fabian Freund
2026-05-22 18:10:22 +02:00
parent 3a19865b2e
commit 51289f1266
374 changed files with 54061 additions and 5013 deletions
@@ -31,6 +31,17 @@ CREATE TABLE toolbar_button_configs (
CREATE INDEX idx_toolbar_order_key ON toolbar_button_configs(order_key);
CREATE TABLE search_tokens (
id INTEGER PRIMARY KEY AUTOINCREMENT,
token BLOB NOT NULL,
inserted_at DATETIME NOT NULL,
issuer_key_version TEXT NOT NULL,
reserved_at DATETIME
);
CREATE INDEX idx_search_tokens_inserted_at ON search_tokens(inserted_at);
CREATE INDEX idx_search_tokens_reserved_at ON search_tokens(reserved_at);
-- All four queries are scoped to a visibility partition (`is_visible`) so the
-- generated key falls strictly within the targeted section. The Customize
-- Toolbar UI renders Enabled and Disabled as two independent reorderable