This repository was archived by the owner on Jan 6, 2023. It is now read-only.
v8.0.1
* Fix #1515 [Add type for field] (#1517) * Add migration that ensures filename_download to be set Fixes #1520 * Set a default value for asset whitelist on fresh installations * fix example generated directory * Base filenames on UUID4 instead of UUID5 * Add migration for correct wysiwyg * Fix name of migration file * Fix addUpgradeMigrations (#1524) * Fix addUpgradeMigrations It was reading the wrong folder and therefore didn't run. It also didn't work with ENV mode * FIx whitespace inconsitencies * Add warning if db is already installed * Add check for and support non-env mode in cli db install * Make env check explicit * Update schema.sql demo file * Bump version