mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
sql & docker
This commit is contained in:
parent
a8ed05b522
commit
be76c79833
@ -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.0.ga/maxkey_v3.5.0.GA.sql ;
|
||||
source /docker-entrypoint-initdb.d/v3.5.0.ga/maxkey_v3.5.0.GA_data.sql ;
|
||||
source /docker-entrypoint-initdb.d/v3.5.1.ga/maxkey_v3.5.1.GA.sql ;
|
||||
source /docker-entrypoint-initdb.d/v3.5.1.ga/maxkey_v3.5.1.GA_data.sql ;
|
||||
|
||||
1108
docker/docker-mysql/sql/v3.5.1.ga/maxkey_v3.5.1.GA.sql
Normal file
1108
docker/docker-mysql/sql/v3.5.1.ga/maxkey_v3.5.1.GA.sql
Normal file
File diff suppressed because it is too large
Load Diff
393
docker/docker-mysql/sql/v3.5.1.ga/maxkey_v3.5.1.GA_data.sql
Normal file
393
docker/docker-mysql/sql/v3.5.1.ga/maxkey_v3.5.1.GA_data.sql
Normal file
File diff suppressed because one or more lines are too long
@ -1105,4 +1105,4 @@ CREATE TABLE `mxk_userinfo_adjunct` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2022-06-06 20:10:30
|
||||
-- Dump completed on 2022-06-09 7:28:19
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user