cleanup: remove legacy task source fields #341
No reviewers
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!341
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-310-task-source-identity"
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?
Problem
Legacy public-share source columns remained on
tasksafter source identity moved totask_external_links.Solution
sourceEventIdandsourceUserIdfrom the active task schema and task fixtures0030_drop_task_source_columnsto dropsource_event_idandsource_user_idtask_external_linksas the owner for provider/external task identityValidation
nix develop --command pnpm vitest run tests/core/schema.test.ts tests/core/external-links.test.ts tests/core/ical/import.test.ts tests/core/ical/serializer.test.ts tests/core/recurrence.test.ts tests/core/urgency.test.tsnix develop --command just lintnix develop --command just testCloses #310