quotes create&getbyid, migration renew, misc

This commit is contained in:
2026-03-07 16:08:29 +01:00
parent ca84b7e4b4
commit 766e9029bf
6 changed files with 247 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ macro_rules! migration {
($name, include_str!(concat!("./migrations/", $name, ".sql")))
};
}
const MIGRATIONS: &[(&str, &str)] = &[migration!("2026-02-20--01")];
const MIGRATIONS: &[(&str, &str)] = &[migration!("2026-03-07--01")];
pub static DB_URL: LazyLock<String> =
LazyLock::new(|| env::var("DATABASE_URL").expect("DATABASE_URL is not set"));