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.
| e1fc7db | 1 | -- 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. | |
| 5 | ALTER TABLE users ADD COLUMN IF NOT EXISTS last_sleep_digest_sent_at timestamptz; |