migration-scripts icon indicating copy to clipboard operation
migration-scripts copied to clipboard

Collection of Strapi Migration scripts

Results 21 migration-scripts issues
Sort by recently updated
recently updated
newest added

Setting `DATABASE_V3_SSL` / `DATABASE_V4_SSL` to `false` in .env doesn't actually work because the values are passed as strings to `pg`, which interprets them as `true`.

community
pr: fix