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