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:
parent
f568b35f26
commit
994e546787
1 changed files with 1 additions and 0 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Reference in a new issue