Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history

0079_sleep_digest_column.sql

Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.

0079_sleep_digest_column.sqlBlame5 lines · 1 contributor
e1fc7dbClaude1-- Migration 0077 — L1 Sleep-mode digest column split.
2-- Splits the shared `last_digest_sent_at` anchor into two independent
3-- columns so the sleep-mode daily digest and the weekly digest maintain
4-- their own cooldown timers and no longer reset each other.
5ALTER TABLE users ADD COLUMN IF NOT EXISTS last_sleep_digest_sent_at timestamptz;