cleanup: remove reminder tables from active schema #309
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #305
Problem
Reminder code has been retired, but
src/db/schema.tsstill exports reminder tables. This keeps a removed subsystem in the mental model and invites future code to depend on dead tables.Current residue
reminder_endpointstask_remindersreminder_deliveriesSolution
Remove reminder tables from the active schema and align migrations with the blank-start migration policy from the database baseline issue.
Acceptance criteria