diff options
-rw-r--r-- | sql/mysql/create_tables.mysql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql/create_tables.mysql b/sql/mysql/create_tables.mysql index 62e0ec8f..36870946 100644 --- a/sql/mysql/create_tables.mysql +++ b/sql/mysql/create_tables.mysql @@ -28,6 +28,7 @@ SET FOREIGN_KEY_CHECKS=0; -- Table structure for table `dbmail_acl` -- +DROP TABLE IF EXISTS `dbmail_authlog`; CREATE TABLE `dbmail_authlog` ( `id` bigint(20) NOT NULL auto_increment, `userid` varchar(100) default NULL, |