doc: missing semicolon in Browseable MySQL session backend

This commit is contained in:
Clément OUDOT 2022-03-23 12:13:09 +01:00
parent 92f89d4b1c
commit 1e26cc2e62
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Create the following tables. You may skip the session types you are not going to
_utime bigint,
_cas_id varchar(128),
pgtIou varchar(128)
) DEFAULT CHARSET utf8
) DEFAULT CHARSET utf8;
CREATE INDEX i_c__session_kind ON cassessions (_session_kind);
CREATE INDEX i_c__utime ON cassessions (_utime);
CREATE INDEX i_c__cas_id ON cassessions (_cas_id);