feat: remove transition mode from code

This commit is contained in:
Karol Sójko
2023-09-22 14:13:32 +02:00
parent 0a1080ce2a
commit 5001496c7b
7 changed files with 3 additions and 20 deletions

View File

@@ -68,9 +68,6 @@ fi
if [ -z "$SECONDARY_DB_ENABLED" ]; then
export SECONDARY_DB_ENABLED=false
fi
if [ -z "$TRANSITION_MODE_ENABLED" ]; then
export TRANSITION_MODE_ENABLED=false
fi
export DB_MIGRATIONS_PATH="dist/migrations/*.js"
#########