diff options
author | Paul J Stevens <paul@nfg.nl> | 2009-09-24 13:46:01 +0200 |
---|---|---|
committer | Paul J Stevens <paul@nfg.nl> | 2009-09-24 13:46:01 +0200 |
commit | f058991d47e0089191d7339c05a5bd4d10498716 (patch) | |
tree | fc14de612d5d5ad3cb8226539d8687fe51179e2d | |
parent | 172f1d03b4c47df4da4f34be52d4ea4bec90d6cb (diff) |
add missing DROP TABLE
-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, |