2 Develop
Paolo Iommarini edited this page 2026-06-07 19:55:43 +00:00

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>