From e71960324c0b0d990b3a723f70071dfea630a88c Mon Sep 17 00:00:00 2001 From: Kelcey Wison Date: Thu, 25 Jan 2018 15:07:01 -0800 Subject: [PATCH] Rename node-db-migrate > db-migrate Library name needed to be corrected because there is a different library called node-db-migrate. I chose db-migrate because both links went to db-migrate sites. --- Phases/Practice/Modules/Snapshot-Migrations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phases/Practice/Modules/Snapshot-Migrations/README.md b/Phases/Practice/Modules/Snapshot-Migrations/README.md index c863658..c755b4f 100644 --- a/Phases/Practice/Modules/Snapshot-Migrations/README.md +++ b/Phases/Practice/Modules/Snapshot-Migrations/README.md @@ -18,7 +18,7 @@ You will start by cloning a starter app which already has a database schema defi ## Specifications -- Use the [node-db-migrate](https://github.com/db-migrate/node-db-migrate) library to add migrations to your project. Read the [documentatation](https://db-migrate.readthedocs.io/en/latest/Getting%20Started/usage/). +- Use the [db-migrate](https://github.com/db-migrate/node-db-migrate) library to add migrations to your project. Read the [documentatation](https://db-migrate.readthedocs.io/en/latest/Getting%20Started/usage/). - Ensure that your migration files are written in SQL. - Using the library above to create a migration for the SQL defined in the `src/models/db/schema/schema.sql` file - An npm script `db:migrate` exists which migrates the db to the latest migration