summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-06-25 15:10:44 +0000
committerIan C <ianc@noddybox.co.uk>2018-06-25 15:10:44 +0000
commit22e2906e30fde29271b1a0f1db08023551b9d8ec (patch)
treebac6314c2601fbf0797c4b102e3027810a70a96a
parenta54dd4e961816a13054a6f561418908e13c64b5a (diff)
Updated table layout.
-rwxr-xr-xsql/create_db.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/create_db.sh b/sql/create_db.sh
index 5bf54af..b54e338 100755
--- a/sql/create_db.sh
+++ b/sql/create_db.sh
@@ -53,8 +53,9 @@ create table pm_store
(
id int not null auto_increment,
description varchar(1024) not null,
- username varchar(256) not null,
- password varchar(256) not null,
+ groupname varchar(512) not null,
+ username varchar(512) not null,
+ password varchar(512) not null,
primary key (id)
);