| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-06-16 | fix(scripts/mkdb.sh): Also use the `$DATABASE_URL` variable as source source | Benedikt Peetz | |
| This avoids having to specify the db location twice. | |||
| 2025-06-13 | refactor(yt): Move to `crates/yt` | Benedikt Peetz | |
| Having one crate outside the `crates` directory is just weird. | |||
| 2025-06-13 | fix(yt/storage/migrate): Correct the two to three migration script | Benedikt Peetz | |
| 2025-02-17 | feat(yt/storage/migrate): Init database migration system | Benedikt Peetz | |
| I could have used the `sqlx` migration system, but that seem too much like a framework to me. | |||
| 2025-02-17 | build({.envrc,scripts/mkdb}): Mark the `sqlx` database | Benedikt Peetz | |
| 2025-02-14 | build(scripts/cprh): Remove | Benedikt Peetz | |
| This has been superseded by my `stamp` script. | |||
| 2024-10-14 | build(scripts/mkdb.sh): Update to use new sql schema path | Benedikt Peetz | |
