Develop
Add a database migration
To add a migration we need to add it for both SQLite and PostgreSQL.
There's a script in the piBlog.Data folder that does it for you
If you're using Linux
./add-migration.sh <migration_name>
If you're using Windows
add-migration.bat <migration_name>