1.0.1 • Published 1 year ago

@stashfin/dbmigration v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

DB Migrations

Create the Migration script

npx db-migrate create migration_name --sql-file

migration_name format should be {servicename}-{action}-tableName

Run the Migration Script

npx db-migrate up -e=development
1.0.1

1 year ago