summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index beece7d8..f2b469e2 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,10 @@ Third-party integration api key settings
| imgur | `config.json` | for image upload |
| google drive, dropbox | `public/js/common.js` | for export and import |
+DB migration
+---
+Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
+And run `node_modules/.bin/sequelize db:migrate`, that's it!
Operational Transformation
---