From e692f0fbe16342195297048534ad1be227493107 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Mon, 21 Sep 2026 09:09:39 +0200 Subject: payroll: employees, tax tables and the monthly run (schema v10) --- src/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db.h') diff --git a/src/db.h b/src/db.h index 38fc6dc..d4cca6b 100644 --- a/src/db.h +++ b/src/db.h @@ -4,7 +4,7 @@ #include #include -#define BOKF_SCHEMA_VERSION 9 +#define BOKF_SCHEMA_VERSION 10 int db_open(const char *path, sqlite3 **out, char **err); int db_migrate(sqlite3 *db, char **err); -- cgit v1.3