Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fix 'DatabaseChangeLog' table

Expand

Run the SQL command below to fix an issue in the 'databasechangelog' table

Code Block
languagesql
update databasechangelog set md5sum=null;


...