diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-13 14:35:54 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-13 14:35:54 +0100 |
commit | 529e8ca8708049f44c76a5e948e82c8632589dee (patch) | |
tree | 21e33ce4435b1a743c730dfd686929075c3f8c5c /pmacct/dbSetupCustom.mysql | |
parent | 00f4e2272b606e366153f05b388f41b2a6f6aeb7 (diff) |
fixed spelling error
Diffstat (limited to 'pmacct/dbSetupCustom.mysql')
-rw-r--r-- | pmacct/dbSetupCustom.mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pmacct/dbSetupCustom.mysql b/pmacct/dbSetupCustom.mysql index dafc638..9cc8f6b 100644 --- a/pmacct/dbSetupCustom.mysql +++ b/pmacct/dbSetupCustom.mysql @@ -2,7 +2,7 @@ drop database if exists pmacct; create database pmacct; use pmacct; -drop table is exists acct; +drop table if exists acct; create table acct ( ip_src CHAR(15) NOT NULL, ip_dst CHAR(15) NOT NULL, |