Skip to content

Commit 7386f7a

Browse files
committed
feat: clear user_migration in drop.sql
1 parent e1d1f70 commit 7386f7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drop.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ DELETE FROM posts_tags;
22

33
DELETE FROM posts_authors;
44

5+
DELETE FROM posts_meta;
6+
57
DELETE FROM posts;
68

79
DELETE FROM tags;

0 commit comments

Comments
 (0)