Skip to content

Commit

Permalink
database: update schema version
Browse files Browse the repository at this point in the history
Problem: The schema version of the flux-accounting database was never
updated with the addition of the jobs table in #357.

Update the schema version number of the flux-accounting database.
  • Loading branch information
cmoussa1 committed May 15, 2024
1 parent 756cddd commit d3411e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/fluxacct/accounting/__init__.py.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
db_dir = "@X_LOCALSTATEDIR@/lib/flux/"
db_path = "@X_LOCALSTATEDIR@/lib/flux/FluxAccounting.db"
db_schema_version = 21
db_schema_version = 22

__all__ = ["db_dir", "db_path", "db_schema_version"]

0 comments on commit d3411e8

Please sign in to comment.