added db connect to startup functions
This commit is contained in:
parent
2aff278c70
commit
bcb8df9253
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"startupFunctions": [
|
||||
"STARTUP_initCommands",
|
||||
"STARTUP_initFunctions",
|
||||
"STARTUP_envPrep"
|
||||
"STARTUP_envPrep",
|
||||
"STARTUP_DBConnection"
|
||||
],
|
||||
"setupFunctions": [
|
||||
"SETUP_offlineStat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue