add new provider Solar (#6884)

This commit is contained in:
JuHyung Son 2024-08-02 21:48:09 +09:00 committed by GitHub
commit 2e941bb91c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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