gancio-upstream/docs/dev/migration.md

12 lines
332 B
Markdown
Raw Normal View History

2019-07-26 23:53:02 +02:00
---
layout: default
title: Migration
permalink: /dev/migration
parent: Hacking
---
2019-09-24 11:46:11 +02:00
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)
2019-07-26 23:53:02 +02:00