Commit 8abb18e2 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Fix conversion table when there are no clusters

If there were no clusters in the system then the dbd would insert a row
in the database and then on the next time the dbd would start (with no
clusters) it would attempt to insert the row again and fatal. Now it
always makes a query against the database and if there are no clusters
in the system, then it inserts the current db version into the table.
parent 98657cd6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment