From 5629198539cc6660dce480c7678eb1da4e1cb931 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 1 Jun 2026 15:25:14 +0900 Subject: [PATCH] version: add const schema version number --- lib/version.dart | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/version.dart diff --git a/lib/version.dart b/lib/version.dart new file mode 100644 index 0000000..ecddb63 --- /dev/null +++ b/lib/version.dart @@ -0,0 +1 @@ +const int jadbSchemaVersion = 1;