npm install -g sequelize-cli To update the database after updating the app from git (on the command line in the webapp base directory): sequelize db:migrate To undo the last migrations: sequelize db:migrate:undo
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
*_bak.*
|
|
node_modules
|
|
config.js
|
|
public/main.css
|
|
public/emailFailures.txt
|
|
sessions/
|
|
config/db.js
|
|
.idea/workspace.xml
|