Skip to content

Commit

Permalink
Merge pull request #493 from bhklab/gangeshberi-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gangeshberi committed Jan 6, 2024
2 parents 0a7b657 + 0f52e39 commit 76e8ea3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,3 @@ cd PharmacoDB-JS

- Production Server: https://pharmacodb.ca/
- Beta Server: [beta.pharmacodb.ca](http://beta.pharmacodb.ca/)

## Migrations

- `knex migrate:make (migration_name)` - To create a new migration file.
- `knex migrate:latest` - To run the lastest migrations and create corresponding tables.

## Seeds (Seeding Files)

- Create manually a file (`touch file_name`).
- Run `knex seed:run` to run the seeding file(s) in order to seed the table(s) in the database.

0 comments on commit 76e8ea3

Please sign in to comment.