add github action for edxapp db dump
This commit is contained in:
3
.github/workflows/init/01.sql
vendored
Normal file
3
.github/workflows/init/01.sql
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE DATABASE IF NOT EXISTS `edxapp`;
|
||||
CREATE DATABASE IF NOT EXISTS `edxapp_csmh`;
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'edxapp001'@'%' IDENTIFIED BY 'password';
|
||||
Reference in New Issue
Block a user