* Add valid column to sent payment table * Show valid field in sent payments frontend
* Rename received_offer db table * Rename core struct to ReceivedOffer * Rename received_offer_id field * Move received offer with peer module
* Add alembic with init command * Create separate models class * Add target metadata to alembic config * Got initial migration working * Move migration code into separate module * Add documentation for migrations