mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
404 B
404 B
layout | title | permalink | parent |
---|---|---|---|
default | Migration | /dev/migration | Hacking |
Migration
If you need to modify the db's structure while hacking, it's super easy,
just change server/api/models/
.
If you then decide that your changes are good for production, a sequelize migration is needed:
Create a migration:
./node_modules/.bin/sequelize migration:generate --name your_migration