Browse Source

Fix cypress reset db action

Vova Tkach 5 years ago
parent
commit
84c1b02d01
1 changed files with 2 additions and 1 deletions
  1. 2 1
      modules/module_index_act_cypress.go

+ 2 - 1
modules/module_index_act_cypress.go

@@ -36,9 +36,10 @@ func (this *Modules) RegisterAction_IndexCypressReset() *Action {
 
 		_, _ = db.Exec(
 			`DROP TABLE
-				blog_cats,
 				blog_cat_post_rel,
+				blog_cats,
 				blog_posts,
+				notify_mail,
 				pages,
 				settings,
 				shop_cat_product_rel,