add new provider Solar (#6884)

This commit is contained in:
JuHyung Son
2024-08-02 21:48:09 +09:00
committed by GitHub
parent 541bf1db5a
commit 2e941bb91c
22 changed files with 1328 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ set -e
if [[ "${MIGRATION_ENABLED}" == "true" ]]; then
echo "Running migrations"
flask upgrade-db
flask db upgrade
fi
if [[ "${MODE}" == "worker" ]]; then