1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.05k stars 241 forks source link

Your (really cool) website seems out of sync with docs #383

Closed nomadster closed 10 years ago

nomadster commented 10 years ago

In http://jugglingdb.co/schema.3.html you can read

Object with model-wide settings such as tableName or so.
.....
tableName: 'users'

This is wrong and has been fixed in the docs since 5702d41e2cca2383715ad6b7263b25b7da2f181c but we are still seeing that in the website. (This has led me to do wrong things :) )

1602 commented 10 years ago

Thanks, @nomadster Now the website is updated. Builds are automated, but there was an issue with permissions after moving to the new server. Sorry for the inconvenience caused by this issue. I hope the wrong things you did didn't hurt too much.