Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 193 Bytes

File metadata and controls

7 lines (5 loc) · 193 Bytes

Photo Gallery

Database Migrations

  1. Make a schema change in server/database/schema
  2. Generate a migration with npm run db:generate
  3. Apply the migration with npm run db:migrate