From 0f52e39bff9d8ec72f88d767c92c02b182774f38 Mon Sep 17 00:00:00 2001 From: Gangesh Beri <41119826+gangeshberi@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:33:00 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 6b8fa5b2..22d43966 100644 --- a/README.md +++ b/README.md @@ -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.