From 62d926e022aaf35be029f20568e55533caee3bf7 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 7 Jul 2018 13:26:02 +0000 Subject: Added up/down links to reorder entries. --- sql/create_db.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/create_db.sh') 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, -- cgit v1.2.3