diff --git a/db/dump/structure.sql b/db/dump/structure.sql index eda5d7a8e1..3150930464 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 */;