Skip to content

ManadayM/pg-sql-migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL Schema Migrations

Create a new migration file

npm run migrate create table comments

Run migration script to push changes

DATABASE_URL=postgres://postgres:password@localhost:5432/socialnetwork npm run migrate up

Run migration script to rollback changes

DATABASE_URL=postgres://postgres:password@localhost:5432/socialnetwork npm run migrate down

About

Database migration scripts for social-network db.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors