5NM5MBQ4TC22T7BRNFOJNDFRPDGLBFC6IHZ7SLO3AJZINKPLQXNAC ##### Database migrationsThis project uses `sqlx` to integrate with the database. Migrations are run whenRocket 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.