sql & docker

This commit is contained in:
MaxKey
2022-06-09 07:30:42 +08:00
parent a8ed05b522
commit be76c79833
5 changed files with 1516 additions and 15 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.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 ;

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long