forked from flux-framework/flux-accounting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flux-accounting DB: update schema version
Problem: The schema for the flux-accounting DB has been changed as a result of flux-framework#357. Update the schema version for the flux-accounting DB in __init__.py.in and in the front-end flux-account-service.py script.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = 20 | ||
db_schema_version = 21 | ||
|
||
__all__ = ["db_dir", "db_path", "db_schema_version"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters