6.78.3 • Published 5 months ago

growthschool-api-models v6.78.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Growth School: API models and services

This module exports all models required to run the main API

To run migrations:

DATABASE_URL="postgres://postgres:postgres@localhost:25432/postgres" npx sequelize-cli db:migrate --env env

Create a migration

npx sequelize-cli migration:create --name ...some-name-of-migration-you-want...