]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_sqlite3_tables.in
ebl Modify disk-changer to check if slot contains something before
[bacula/bacula] / bacula / src / cats / make_sqlite3_tables.in
index 9d1900d847a0fe5e13a3e39e148b92f126d10268..aea3628f6e8f3b105735696a2dc6c6f9c045d915 100644 (file)
@@ -357,7 +357,7 @@ INSERT INTO Status (JobStatus,JobStatusLong) VALUES
 
 
 -- Initialize Version           
-INSERT INTO Version (VersionId) VALUES (11);
+INSERT INTO Version (VersionId) VALUES (10);
 
 
 PRAGMA default_cache_size = 100000;