数据库版本研究配置
This commit is contained in:
parent
bde253bf45
commit
8d9c6e3f73
|
@ -19,7 +19,7 @@ spring:
|
||||||
# 如果没有 flyway_schema_history 这个 metadata 表, 在执行 flyway migrate 命令之前, 必须先执行 flyway baseline 命令
|
# 如果没有 flyway_schema_history 这个 metadata 表, 在执行 flyway migrate 命令之前, 必须先执行 flyway baseline 命令
|
||||||
# 设置为 true 后 flyway 将在需要 baseline 的时候, 自动执行一次 baseline。
|
# 设置为 true 后 flyway 将在需要 baseline 的时候, 自动执行一次 baseline。
|
||||||
baseline-on-migrate: true
|
baseline-on-migrate: true
|
||||||
validate-on-migrate: true
|
validate-on-migrate: false
|
||||||
sql-migration-prefix: V
|
sql-migration-prefix: V
|
||||||
sql-migration-separator: __
|
sql-migration-separator: __
|
||||||
sql-migration-suffixes: .sql
|
sql-migration-suffixes: .sql
|
||||||
|
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
Navicat Premium Data Transfer
|
|
||||||
|
|
||||||
Source Server : 237mysql8.0
|
|
||||||
Source Server Type : MySQL
|
|
||||||
Source Server Version : 80037
|
|
||||||
Source Host : hzya.ufyct.com:9014
|
|
||||||
Source Schema : businesscenter
|
|
||||||
|
|
||||||
Target Server Type : MySQL
|
|
||||||
Target Server Version : 80037
|
|
||||||
File Encoding : 65001
|
|
||||||
|
|
||||||
Date: 23/05/2024 15:25:34
|
|
||||||
*/
|
|
||||||
|
|
||||||
SET NAMES utf8mb4;
|
|
||||||
SET FOREIGN_KEY_CHECKS = 0;
|
SET FOREIGN_KEY_CHECKS = 0;
|
||||||
|
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
|
|
Loading…
Reference in New Issue