11 lines
332 B
Markdown
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)
|
|
|
|
|