summaryrefslogtreecommitdiff
path: root/sql/create_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sql/create_db.sh')
-rwxr-xr-xsql/create_db.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/create_db.sh b/sql/create_db.sh
index 69639db..9d55d63 100755
--- a/sql/create_db.sh
+++ b/sql/create_db.sh
@@ -52,6 +52,7 @@ grant all on *.* to '$uname'@'localhost' identified by '$pword';
create table pm_store
(
id int not null auto_increment,
+ display int not null,
description varchar(1024) not null,
groupname varchar(512) not null,
username varchar(512) not null,