-
-
Notifications
You must be signed in to change notification settings - Fork 89
Add schema versioning to the local SQLite stores #4832
Copy link
Copy link
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Projects
StatusShow more project fields
In Progress
Problem: Every one of the miner's local SQLite stores only ever does
CREATE TABLE IF NOT EXISTS— there's nouser_version/migration mechanism at all, unlike the main product'smigrations/discipline.Area: AMS / Miner
Proposal: Add a lightweight schema-version column and migration-runner convention shared across all the miner's local stores.
Deliverables:
Acceptance criteria:
Boundaries: