Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Phases/Practice/Modules/Snapshot-Migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down