From a73821328fffd5a6bcbc28d9ac91e47806c56119 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sun, 3 Nov 2024 10:16:52 -0500 Subject: Verify .sqlx files against an empty DB. For reasons beyond my understanding, the `sqlx prepare` command produces different results for sqlite depending on whether there are or are not rows in certain tables. This ensures that the files are generated consistently with an _empty_ database. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fef82d6..7977b18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /node_modules /target /.hi +/.hi.pre-commit /.hi.backup /vite.config.js.*.mjs -- cgit v1.2.3