1.0.1 • Published 2 years ago
@stashfin/dbmigration v1.0.1
DB Migrations
Create the Migration script
npx db-migrate create migration_name --sql-filemigration_name format should be {servicename}-{action}-tableName
Run the Migration Script
npx db-migrate up -e=development1.0.1
2 years ago