cleanup: compact the blank-start database migration baseline #307
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#307
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
A fresh migrated database still replays the historical product shape: automations, event share links, invite links, reminder tables, WebAuthn/recovery/session tables, and other removed surfaces. That undermines the blank-start goal and makes future schema work harder to reason about.
Solution
Decide and implement the v0.1 migration policy:
Acceptance criteria
src/db/schema.ts,drizzle/*.sql, anddrizzle/meta/*agree.just lintand the relevant database/core tests pass.