Skip to content

Commit 794b629

Browse files
committed
don't truncate taxonomy tables
1 parent 63d20f9 commit 794b629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoc2wordpress/wordpress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var wordpress = module.exports = {
151151
Step(
152152
function() {
153153
var parallel = this.parallel;
154-
[postmetaTable, postsTable, termsTable, termRelationshipsTable, termTaxonomyTable].forEach(function(table) {
154+
[postmetaTable, postsTable ].forEach(function(table) {
155155
db.query("TRUNCATE TABLE `" + table + "`", parallel());
156156
});
157157
wordpress.flush(parallel());

0 commit comments

Comments
 (0)