Retire the one-time seed script #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/retire-seed"
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?
Removes
server/src/seed.js, the seed-onlysrc/data/events.ts, and the seed command from CLAUDE.md.The seed was a one-time move of the v1.2 static content into SQLite, and it can't run any more:
GROUPS/SPLITS/CHAPTERS) lived insrc/pages/chapters.js, deleted in the same v1.3 commit that added the seed. The default path pointed atsrc/data/chapters, which is the API hook.table events has no column named host_org_id(hosts moved to a join table with co-hosting).The database is the source of truth; content comes in through the admin panel. This also supersedes the seed notes in #8's description.
Verification
pnpm exec tsc: cleanpnpm build: passessrc/orserver/referenced either removed file.🤖 Generated with Claude Code