Migration are managed by node-pg-migrate.
To create a migration run:
npm run migrate create "add names to user"
To run the migration run:
npm run migrate up
More info available at https://github.com/salsita/node-pg-migrate.
Migration are managed by node-pg-migrate.
To create a migration run:
npm run migrate create "add names to user"
To run the migration run:
npm run migrate up
More info available at https://github.com/salsita/node-pg-migrate.