Flask - Deployment
Given these commands run in order:
What happens after the last command?
flask db initflask db migrate -m "Add user table"flask db upgradeWhat happens after the last command?
