Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cardano_node_tests/cluster_management/status_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

from cardano_node_tests.utils import temptools

DB_NAME = "status.db"
DB_NAME = "cm-status.db"

# Flag types stored in the `flags` table
GC_LAST_RUN = "gc_last_run"
Expand Down
Loading