Skip to content
  • Russ Fish's avatar
    Check that the inner elab db schema isn't out of date wrt the outer one, · b54ae4da
    Russ Fish authored
      since we import a bunch of dumped db state from the outer to the inner db.
      Added/removed columns in the schema misalign row data, causing much chaos.
    
    tbsetup/elabinelab.in - Dump and send the outer db schema with the db state.
      Runs mysqldump just like schemacheck does.
    
    tmcd/common/config/rc.mkelab - Add the schema check using schemadiff.
    
    utils/schemadiff - Add an option to ignore table creates and drops.
    b54ae4da