Commit e3a3653
chore(db): drop dead seed-passwords script
seed-passwords.ts shipped with an empty seedUsers array, so
db:seed-passwords was a no-op. Real seeding lives in db:seed
(src/db/seed.ts), which sets up users, courses, questions, and
assignments — and which this script is now removed in favor of.
Removes the script, the npm task, and updates CLAUDE.md.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f83a767 commit e3a3653
3 files changed
Lines changed: 1 addition & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
This file was deleted.
0 commit comments