From 04bd33c5f9e84cfff6ab5d0ffec8112f619c415f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 13 Nov 2014 20:00:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 279555fda4..7deacdd5b1 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ npm test 1. Create `migrations/sql/NNN-your-migration-name.up.sql` with your change in SQL. 2. Create `migrations/sql/NNN-your-migration-name.down.sql` with the rollback of your change in SQL. 3. Run `db-migrate create your-migration-name` and edit the generated file to have this line: `module.exports = require('../lib/migrationRunner').create('NNN-your-migration-name');` -4. Run `npm run db-migrate-up`. +4. Run `db-migrate up`. 5. Generate LB artifact using `scripts/generate-liquibase-artifact` (TODO: make this internal)