initial version

This commit is contained in:
2024-08-09 16:37:30 +02:00
parent caf5371beb
commit 1609b8fb1a
8 changed files with 184 additions and 0 deletions

4
sql/insertDbVersion.sql Normal file
View File

@@ -0,0 +1,4 @@
INSERT INTO dbVersion
(dbVersion)
VALUES
('1.0');