mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
v3.5.10 SQL
This commit is contained in:
parent
3bbe7f2cb0
commit
02183f9c8c
@ -2,6 +2,6 @@ create database if not exists `maxkey` /*!40100 DEFAULT CHARACTER SET utf8mb4 C
|
||||
|
||||
use maxkey ;
|
||||
|
||||
source /docker-entrypoint-initdb.d/v3.5.9.ga/maxkey_v3.5.9.GA.sql ;
|
||||
source /docker-entrypoint-initdb.d/v3.5.9.ga/maxkey_v3.5.9.GA_data.sql ;
|
||||
source /docker-entrypoint-initdb.d/v3.5.10.ga/maxkey_v3.5.10.GA.sql ;
|
||||
source /docker-entrypoint-initdb.d/v3.5.10.ga/maxkey_v3.5.10.GA_data.sql ;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
-- MySQL dump 10.13 Distrib 8.0.27, for Win64 (x86_64)
|
||||
-- MySQL dump 10.13 Distrib 8.0.31, for Win64 (x86_64)
|
||||
--
|
||||
-- Host: 127.0.0.1 Database: maxkey
|
||||
-- ------------------------------------------------------
|
||||
@ -829,7 +829,7 @@ CREATE TABLE `mxk_roles` (
|
||||
`ID` varchar(45) NOT NULL COMMENT 'ID',
|
||||
`ROLECODE` varchar(45) DEFAULT NULL,
|
||||
`ROLENAME` varchar(100) DEFAULT NULL COMMENT 'GROUP NAME',
|
||||
`DYNAMIC` varchar(2) DEFAULT NULL COMMENT '动态用户组,0否 1是',
|
||||
`category` varchar(20) DEFAULT NULL COMMENT '动态用户组,dynamic动态组 static静态组app应用账号组',
|
||||
`FILTERS` text COMMENT '过滤条件SQL',
|
||||
`ORGIDSLIST` text COMMENT '机构列表',
|
||||
`RESUMETIME` varchar(45) DEFAULT NULL COMMENT 'RESUMETIME',
|
||||
@ -912,7 +912,7 @@ CREATE TABLE `mxk_socials_provider` (
|
||||
`clientid` varchar(100) DEFAULT NULL,
|
||||
`clientsecret` varchar(500) DEFAULT NULL,
|
||||
`agentId` varchar(45) DEFAULT NULL,
|
||||
`hidden` varchar(45) DEFAULT 'false',
|
||||
`display` varchar(45) DEFAULT 'false',
|
||||
`sortIndex` int DEFAULT '1',
|
||||
`scancode` varchar(45) DEFAULT 'none',
|
||||
`status` int DEFAULT '1',
|
||||
@ -1156,4 +1156,4 @@ CREATE TABLE `mxk_userinfo_adjunct` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2022-09-22 19:25:04
|
||||
-- Dump completed on 2022-11-23 8:47:21
|
||||
File diff suppressed because one or more lines are too long
1159
sql/v3.5.10.ga/maxkey_v3.5.10.GA.sql
Normal file
1159
sql/v3.5.10.ga/maxkey_v3.5.10.GA.sql
Normal file
File diff suppressed because it is too large
Load Diff
414
sql/v3.5.10.ga/maxkey_v3.5.10.GA_data.sql
Normal file
414
sql/v3.5.10.ga/maxkey_v3.5.10.GA_data.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user