v3.3.0 docker-mysql
This commit is contained in:
@@ -2,6 +2,6 @@ create database if not exists `maxkey` /*!40100 DEFAULT CHARACTER SET utf8mb4 C
|
|||||||
|
|
||||||
use maxkey ;
|
use maxkey ;
|
||||||
|
|
||||||
source /docker-entrypoint-initdb.d/v3.2.0.ga/maxkey_v3.2.0.GA.sql ;
|
source /docker-entrypoint-initdb.d/v3.3.0.ga/maxkey_v3.3.0.GA.sql ;
|
||||||
source /docker-entrypoint-initdb.d/v3.2.0.ga/maxkey_v3.2.0.GA_data.sql ;
|
source /docker-entrypoint-initdb.d/v3.3.0.ga/maxkey_v3.3.0.GA_data.sql ;
|
||||||
|
|
||||||
1123
docker/docker-mysql/sql/v3.3.0.ga/maxkey_v3.3.0.GA.sql
Normal file
1123
docker/docker-mysql/sql/v3.3.0.ga/maxkey_v3.3.0.GA.sql
Normal file
File diff suppressed because it is too large
Load Diff
404
docker/docker-mysql/sql/v3.3.0.ga/maxkey_v3.3.0.GA_data.sql
Normal file
404
docker/docker-mysql/sql/v3.3.0.ga/maxkey_v3.3.0.GA_data.sql
Normal file
File diff suppressed because one or more lines are too long
@@ -57,7 +57,7 @@ dependencies {
|
|||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-dingding")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-dingtalk")
|
||||||
|
|
||||||
implementation project(":maxkey-webs:maxkey-web-resources")
|
implementation project(":maxkey-webs:maxkey-web-resources")
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ dependencies {
|
|||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-dingding")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-dingtalk")
|
||||||
|
|
||||||
implementation project(":maxkey-webs:maxkey-web-resources")
|
implementation project(":maxkey-webs:maxkey-web-resources")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ dependencies {
|
|||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
|
||||||
implementation project(":maxkey-identitys:maxkey-synchronizers-dingding")
|
implementation project(":maxkey-identitys:maxkey-synchronizers-dingtalk")
|
||||||
|
|
||||||
implementation project(":maxkey-webs:maxkey-web-resources")
|
implementation project(":maxkey-webs:maxkey-web-resources")
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user