1. 14 Apr, 2017 1 commit
  2. 13 Apr, 2017 31 commits
  3. 12 Apr, 2017 7 commits
  4. 11 Apr, 2017 1 commit
    • Brian Christiansen's avatar
      Fix conversion table when there are no clusters · 8abb18e2
      Brian Christiansen authored
      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.
      8abb18e2