Skip to content

Commit

Permalink
v3.3.2 GA SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
shimingxy committed Feb 16, 2022
1 parent 9892921 commit 693f514
Show file tree
Hide file tree
Showing 5 changed files with 3,074 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-mysql/sql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;

Loading

0 comments on commit 693f514

Please sign in to comment.