We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7520ed2 commit b455e06Copy full SHA for b455e06
1 file changed
schema/sql/schema.sql
@@ -19,7 +19,7 @@ create table "hosts" (
19
create sequence user_id minvalue 4000 maxvalue 59999 no cycle;
20
21
create domain username_t text check (
22
- value ~ '^[a-z][a-z0-9]{0,30}$'
+ value ~ '^[a-z][a-z0-9]{4,30}$'
23
);
24
25
create table "passwd" (
0 commit comments