]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_sqlite3_tables.in
bat: Use BVFS on bRestore view
[bacula/bacula] / bacula / src / cats / make_sqlite3_tables.in
index 3205b6a013ab065d8185e80a8ab284fcf8761e3f..4585d05acb133b9628ace478fce584466cffc555 100644 (file)
@@ -434,7 +434,7 @@ INSERT INTO Status (JobStatus,JobStatusLong,Severity) VALUES
 
 
 -- Initialize Version           
-INSERT INTO Version (VersionId) VALUES (12);
+INSERT INTO Version (VersionId) VALUES (@BDB_VERSION@);
 
 
 PRAGMA default_cache_size = 100000;