v3.3.2 GA SQL

This commit is contained in:
MaxKey
2022-02-16 17:53:01 +08:00
parent 9892921b3e
commit 693f514eaa
5 changed files with 3074 additions and 2 deletions
+2 -2
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.3.1.ga/maxkey_v3.3.1.GA.sql ;
source /docker-entrypoint-initdb.d/v3.3.1.ga/maxkey_v3.3.1.GA_data.sql ;
source /docker-entrypoint-initdb.d/v3.3.2.ga/maxkey_v3.3.2.GA.sql ;
source /docker-entrypoint-initdb.d/v3.3.2.ga/maxkey_v3.3.2.GA_data.sql ;
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long