Skip to content

Commit d0db5e3

Browse files
Lidocarwinch
authored andcommitted
1 parent aa31351 commit d0db5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/appendix/database-schema.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use these as a guideline for defining the schema for the database you us
1616
1717
create table users(
1818
username varchar_ignorecase(50) not null primary key,
19-
password varchar_ignorecase(50) not null,
19+
password varchar_ignorecase(500) not null,
2020
enabled boolean not null
2121
);
2222

0 commit comments

Comments
 (0)