Ghost/ghost/data-generator/lib
Chris Raible d8672cb1ff
Fixed length of from field in the RedirectsImporter (#20034)
no issue

- The `RedirectsImporter` used by the data generator was creating
redirects with the wrong length for the `from` field, which didn't match
the actual behavior of Ghost.
- This commit corrects the length from 32 to 8, which is the actual
length of the `from` field in production.
- This change has no impact on Ghost's behavior, but makes the data
generator more representative of real world data for more accurate
testing.
2024-04-22 18:11:14 -07:00
..
importers Fixed length of from field in the RedirectsImporter (#20034) 2024-04-22 18:11:14 -07:00
utils Added support for clearing all data with data generator (#19901) 2024-03-25 14:44:28 +01:00
DataGenerator.js Added re-enable of innodb redo log once DataImporter has run (#19678) 2024-02-08 16:02:01 +00:00