0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Prevented posts meta table from breaking data generator script

refs: https://github.com/TryGhost/Toolbox/issues/453
This commit is contained in:
Sam Lord 2023-01-02 16:45:45 +00:00
parent f568b35f26
commit 994e546787

View file

@ -115,6 +115,7 @@ class DataGenerator {
await transaction('posts_authors').delete();
await transaction('posts_tags').delete();
await transaction('posts_meta').delete();
await transaction('posts').delete();
const postsImporter = new PostsImporter(transaction, {