summaryrefslogtreecommitdiffstats
path: root/makeprofilestable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeprofilestable.sh')
-rwxr-xr-xmakeprofilestable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeprofilestable.sh b/makeprofilestable.sh
index 2780d6134..76ce65c31 100755
--- a/makeprofilestable.sh
+++ b/makeprofilestable.sh
@@ -31,6 +31,7 @@ create table profiles (
userid mediumint not null auto_increment primary key,
login_name varchar(255) not null,
password varchar(16),
+cryptpassword varchar(64),
realname varchar(255),
index(login_name)
);