Add a flag for enabling and disabling auto DB migration at startup it can be something like this: `ENABLE_AUTO_MIGRATION`=`true` \\ For enabling Migrations (Default) `ENABLE_AUTO_MIGRATION`=`false` \\ For disabling Migrations