meta: add database migrations; set up migration CLI

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I0cbc9798243134d36f788099ecc3ee5a6a6a6964
This commit is contained in:
raf 2025-11-02 21:04:11 +03:00
commit a4c3cd1517
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
9 changed files with 366 additions and 0 deletions

3
Cargo.lock generated
View file

@ -532,11 +532,14 @@ version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"git2",
"serde",
"serde_json",
"sqlx",
"thiserror",
"tracing",
"tracing-subscriber",
"uuid",
]