332 B
332 B
layout, title, permalink, parent
| layout | title | permalink | parent |
|---|---|---|---|
| default | Migration | /dev/migration | 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