refs #6434 perf: add sql table description
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Javier Segarra 2023-11-30 08:13:28 +01:00
parent 138d11b7b0
commit 6b354a20ad
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
--
-- Table structure for table `signInLog`
-- Description: log to debug cross-login error
--
DROP TABLE IF EXISTS `account`.`signInLog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;