Skip to content

Commit

Permalink
sql & docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shimingxy committed Jun 8, 2022
1 parent a8ed05b commit be76c79
Show file tree
Hide file tree
Showing 5 changed files with 1,516 additions and 15 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.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 ;

Loading

0 comments on commit be76c79

Please sign in to comment.