Open dhruvkb opened 3 years ago
Is this causing problems? I'm unsure what the action to take is here or the concern.
I'm about to make a PR that creates a new site under wordpressorg.test/
and wanted to confirm if these changes (which will be present in the PR) are okay to commit as a part of the new database dump.
Related:
In general they're fine as long as they're intentional and don't mess up other sites.
Since new installations of
meta-environment
using VVV install newer versions of Ubuntu, MariaDB andmysqldump
, taking a fresh database export gives a different output. For example, importing the fileand exporting using
mysqldump
produces lots of insignificant differences:The metadata at the top is different. Eg:
Numbers are not quoted in the new export. Eg:
DEFAULT NULL
is added to some columns. Eg:What's the recommended way to proceed?