summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoraaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008>2004-08-04 15:19:05 +0000
committeraaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008>2004-08-04 15:19:05 +0000
commit4490bdaccbfc3aa1a299d5beff7f3c7ef21992ec (patch)
tree816d27430d754cf124918abf86be3c73d3b3040f /sql
parent4d7ea2262487a2247f0851896b6dce8d6c78cb32 (diff)
Missed dbmail_pbsp.
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1240 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'sql')
-rw-r--r--sql/mysql/create_tables_innoDB.mysql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql/create_tables_innoDB.mysql b/sql/mysql/create_tables_innoDB.mysql
index 46bbfee2..6580e020 100644
--- a/sql/mysql/create_tables_innoDB.mysql
+++ b/sql/mysql/create_tables_innoDB.mysql
@@ -177,7 +177,7 @@ CREATE TABLE dbmail_auto_replies (
) TYPE=InnoDB;
DROP TABLE IF EXISTS dbmail_pbsp;
-CREATE TABLE pbsp (
+CREATE TABLE dbmail_pbsp (
idnr bigint(21) NOT NULL auto_increment,
since datetime default '0' not null,
ipnumber varchar(40) NOT NULL,