From 21cf18f70c1a02698d07a5692cf19234fb13dbf3 Mon Sep 17 00:00:00 2001 From: vicent Date: Tue, 4 Oct 2022 10:24:01 +0200 Subject: [PATCH] jenkins testBack relaunch --- db/dump/structure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/dump/structure.sql b/db/dump/structure.sql index eda5d7a8e..315093046 100644 --- a/db/dump/structure.sql +++ b/db/dump/structure.sql @@ -27,6 +27,7 @@ USE `account`; -- Table structure for table `account` -- + DROP TABLE IF EXISTS `account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */;