summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakeprofilestable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeprofilestable.sh b/makeprofilestable.sh
index 0dd5eaba0..42f6f350c 100755
--- a/makeprofilestable.sh
+++ b/makeprofilestable.sh
@@ -34,7 +34,7 @@ password varchar(16),
cryptpassword varchar(64),
realname varchar(255),
groupset bigint not null,
-emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges";
+emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges",
index(login_name)
);