Skip to content

Commit 1aa4a03

Browse files
authored
docs(rdb): clarify maximum length for username (#468)
1 parent 4f7415e commit 1aa4a03

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/clients/src/api/rdb/v1/types.gen.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,10 @@ export interface UpgradableVersion {
709709
/** User */
710710
export interface User {
711711
/**
712-
* Name of the user (Length must be between 1 and 63 characters, First
713-
* character must be an alphabet character (a-zA-Z), Your Username cannot
714-
* start with '_rdb', Only a-zA-Z0-9_$- characters are accepted)
712+
* Name of the user (Length must be between 1 and 63 characters, The max
713+
* Length is 32 for MySQL engines, First character must be an alphabet
714+
* character (a-zA-Z), Your Username cannot start with '_rdb', Only
715+
* a-zA-Z0-9_$- characters are accepted)
715716
*/
716717
name: string
717718
/**

0 commit comments

Comments
 (0)