(#8) Reporting now added, admin commands are also here

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-10-29 14:40:12 +00:00
parent 94d5f5afe7
commit 46c6a25164
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
14 changed files with 962 additions and 7 deletions

9
build.rs Normal file
View file

@ -0,0 +1,9 @@
// SPDX-FileCopyrightText: 2023 Louis Hollingworth <louis@hollingworth.nl>
//
// SPDX-License-Identifier: GPL-3.0-or-later
// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}