mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-14 18:30:36 -04:00
This is going to be used for for the document download citizen landing page, a service will add a contact link e.g. https://customerservicecontactnumber.uk/dwp/ which will allow the user to contact the sending department if there is an error or any issues with the download. * Added the contact link to the model * Added db migration script to add the column to the database
Generic single-database configuration.
flask db migrate to generate migration script.
flask db upgrade to upgrade db with script.
flask db downgrade to rollback db changes.
flask db current to show current script.