cleanup: remove reminder tables from active schema #345

Merged
barrettruth merged 1 commit from issue-309-remove-reminder-schema into main 2026-05-11 20:10:04 +00:00
Owner

Summary

  • remove retired reminder table exports from the active TypeScript schema
  • add forward migration 0031_drop_reminder_tables to drop reminder_deliveries, task_reminders, and reminder_endpoints
  • extend schema migration smoke coverage for the retired reminder tables

Old reminder endpoint, schedule, and delivery data is intentionally discarded/removed by the forward migration.

Validation

  • nix develop --command pnpm vitest run tests/core/schema.test.ts --reporter=verbose
  • nix develop --command just lint
  • nix develop --command just test

Closes #309

## Summary - remove retired reminder table exports from the active TypeScript schema - add forward migration `0031_drop_reminder_tables` to drop `reminder_deliveries`, `task_reminders`, and `reminder_endpoints` - extend schema migration smoke coverage for the retired reminder tables Old reminder endpoint, schedule, and delivery data is intentionally discarded/removed by the forward migration. ## Validation - `nix develop --command pnpm vitest run tests/core/schema.test.ts --reporter=verbose` - `nix develop --command just lint` - `nix develop --command just test` Closes #309
cleanup: remove reminder schema tables
All checks were successful
quality / Test (pull_request) Successful in 17s
quality / Lint (pull_request) Successful in 20s
quality / Build (pull_request) Successful in 42s
087eaef157
barrettruth deleted branch issue-309-remove-reminder-schema 2026-05-11 20:10:05 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta!345
No description provided.