summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-15 12:20:42 +0800
committerCheng-Han, Wu2016-05-15 12:20:42 +0800
commitbaa946968d0b5204c0b7507d10eba95ee643fe4b (patch)
tree2c6fc193cb6284b45e2527d7a51ed99d80480412 /README.md
parent93c6205aa62e06ed1fcdb1d54fa240b8008786f1 (diff)
Add db migrations for PR #121
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
---