gancio-upstream/docs/dev/migration.md
2019-09-24 11:46:11 +02:00

11 lines
332 B
Markdown

---
layout: default
title: Migration
permalink: /dev/migration
parent: Hacking
---
If you need to modify the db's structure while hacking, just change `server/api/models/` and
remember to create a migration, to understand how things works [check the sequelize documentation](https://sequelize.org/master/manual/migrations.html)