added db connect to startup functions

This commit is contained in:
Phil 2021-09-14 20:03:21 +02:00
commit bcb8df9253

View file

@ -9,7 +9,8 @@
"startupFunctions": [
"STARTUP_initCommands",
"STARTUP_initFunctions",
"STARTUP_envPrep"
"STARTUP_envPrep",
"STARTUP_DBConnection"
],
"setupFunctions": [
"SETUP_offlineStat",