Skip to content

Commit

Permalink
Updated DB schema dependency to 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Nov 21, 2024
1 parent 1d26c2c commit 5432f2e
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.20"
schema_version = "0.0.22"
_logger.debug(f"PanDA schema version required for Server is : {schema_version}")
return schema_version

0 comments on commit 5432f2e

Please sign in to comment.