v3.5.5.GA SQL

This commit is contained in:
MaxKey
2022-08-22 20:21:20 +08:00
parent 969c14844e
commit a6c1e4259f
5 changed files with 3006 additions and 2 deletions

View File

@@ -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.4.ga/maxkey_v3.5.4.GA.sql ;
source /docker-entrypoint-initdb.d/v3.5.4.ga/maxkey_v3.5.4.GA_data.sql ;
source /docker-entrypoint-initdb.d/v3.5.5.ga/maxkey_v3.5.5.GA.sql ;
source /docker-entrypoint-initdb.d/v3.5.5.ga/maxkey_v3.5.5.GA_data.sql ;

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long