We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1f70 commit 7386f7aCopy full SHA for 7386f7a
drop.sql
@@ -2,6 +2,8 @@ DELETE FROM posts_tags;
2
3
DELETE FROM posts_authors;
4
5
+DELETE FROM posts_meta;
6
+
7
DELETE FROM posts;
8
9
DELETE FROM tags;
0 commit comments