CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
0092_dep_updater.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.
| f5ad215 | 1 | -- Migration 0077: AI dependency auto-updater |
| 2 | -- Adds dep_updater_enabled flag to repositories. | |
| 3 | -- dep_update_runs table already exists (from Block D2). | |
| 4 | ||
| 5 | ALTER TABLE repositories ADD COLUMN IF NOT EXISTS dep_updater_enabled boolean NOT NULL DEFAULT false; |