Skip to content
Snippets Groups Projects

Check for db version mismatch in PgStorage.check_config()

Compare and
2 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -160,6 +160,9 @@ class Storage:
if not self.objstorage.check_config(check_write=check_write):
return False
if not db.check_dbversion():
return False
# Check permissions on one of the tables
if check_write:
check = "INSERT"
Loading