feat: support upgrade database
This commit is contained in:
5
sql/upgrade/wfc_config_db/upgrade.sql
Normal file
5
sql/upgrade/wfc_config_db/upgrade.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
5
sql/upgrade/wfc_system_db/upgrade.sql
Normal file
5
sql/upgrade/wfc_system_db/upgrade.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
5
sql/upgrade/wfc_user_db/upgrade.sql
Normal file
5
sql/upgrade/wfc_user_db/upgrade.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SET NAMES utf8mb4;
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
Reference in New Issue
Block a user