Y
Hacker News
new
|
ask
|
show
|
jobs
by
coldtea
3920 days ago
That's not data management. That's schema management (migration).
And yes, you have to script a change to every document.
1 comments
diverightin63
3920 days ago
Right. And I see. Are these managed by something like migrations?
link
rralian
3920 days ago
Meteor doesn't have migrations built in, but there is a package for it.
https://atmospherejs.com/percolate/migrations
link
coldtea
3920 days ago
From my brief experience with Mongo no. But they are very easy to do in code.
link