5NM5MBQ4TC22T7BRNFOJNDFRPDGLBFC6IHZ7SLO3AJZINKPLQXNAC
##### Database migrations
This project uses `sqlx` to integrate with the database. Migrations are run when
Rocket lifts off (boots its runtime).
Generating a new migrations is done by running: `sqlx migrate add -r <description>`.
Note both an up and down migration are required.