Harry Adel
3ebeac6b30
Replace konecty:mongo-counter with inline implementation
...
Remove the konecty:mongo-counter Meteor package dependency and replace
it with a minimal inline incrementCounter function using raw MongoDB
findOneAndUpdate. Also exports an async version for future Meteor 3.0
migration. No data migration needed — uses the same next_val field.
2026-03-05 05:16:40 +02:00
Harry Adel
ca2083c858
Migrate createIndex to createIndexAsync
2026-01-24 01:55:29 +02:00
Lauri Ojansivu
c926475eb1
Fixed _ensureIndex to createIndex for MongoDB 5. Updated to latest Meteor beta.
2022-04-18 18:08:12 +03:00
Justin Reynolds
3b9f2ca7c2
Fixes #2596 incorrect date types for created & updated
2019-09-05 12:29:45 -05:00
Lauri Ojansivu
75c84e3b5d
[Fix id to _id]( 2cedbcb9b3 (r34310594)).
...
Thanks to justinr1234 and xet7 !
Related #802
2019-07-15 23:50:30 +03:00
Lauri Ojansivu
74a4926e83
Use camelCase.
...
Thanks to xet7 !
Related #802
2019-07-15 23:36:29 +03:00
Lauri Ojansivu
41950ba4de
Teams/Organizations part 3, in progress. Table: org_user, and indexes.
...
Thanks to xet7 !
Related #802
2019-07-15 23:23:09 +03:00