Skip to content

Commit

Permalink
Increased the DB version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Sep 23, 2024
1 parent 719026d commit 84ff1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaserver/taskbuffer/PandaDBSchemaInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class PandaDBSchemaInfo:
schema_version = None

def method(self):
schema_version = "0.0.19"
schema_version = "0.0.20"
_logger.debug(f"PanDA schema version required for Server is : {schema_version}")
return schema_version

0 comments on commit 84ff1d2

Please sign in to comment.