CREATE TABLE IF NOT EXISTS activity_center_states (
has_seen BOOLEAN
);
INSERT INTO activity_center_states ("has_seen") VALUES (1);