Documenting the Automated Schema Migrations

Step 3: Scripts will run regardless if auto is turned on.

Step 4:

  1. It will call the internal api to check all the collection types
  2. generate hash key
  3. Compare to previous generated hash key
  4. If different will run using native database functions to check DB schema vs Strapi schema.
  5. Will fix any deviations
  6. Store the new hash key in place of the old one.

I got these details from @DMehaffy thank you for your help.