refs #6434 perf: add description to signInLog table
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2023-11-16 08:42:17 +01:00
parent e73836cbdb
commit d032b3a527
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
-- --
-- Table structure for table `signInLog` -- Table structure for table `signInLog`
-- Description: log to debug cross-login error
-- --
DROP TABLE IF EXISTS `account`.`signInLog`; DROP TABLE IF EXISTS `account`.`signInLog`;