arunoda / meteor-smart-collections

Meteor Collections Re-Imagined
MIT License
147 stars 13 forks source link

Collection _id Migration #27

Closed digilord closed 11 years ago

digilord commented 11 years ago

How do I ensure that I have the correct _id on my collections when I migrate the data from the meteor collection to using smart collections?

arunoda commented 11 years ago

Sc only supports string bases _ids. If your db has string based ids it will work.

On Wednesday, September 4, 2013, D. Allen Morrigan wrote:

How do I ensure that I have the correct _id on my collections when I migrate the data from the meteor collection to using smart collections?

— Reply to this email directly or view it on GitHubhttps://github.com/arunoda/meteor-smart-collections/issues/27 .

Arunoda Susiripala

@arunoda http://twitter.com/arunoda http://gplus.to/arunodahttps://github.com/arunoda http://www.linkedin.com/in/arunoda

arunoda commented 11 years ago

Hope I can close this.