Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to typeorm 2.1.17 breaks indices #28

Open
kiwikern opened this issue May 14, 2019 · 0 comments
Open

Update to typeorm 2.1.17 breaks indices #28

kiwikern opened this issue May 14, 2019 · 0 comments
Labels
bug Something isn't working low-prio Not a blocking issue

Comments

@kiwikern
Copy link
Owner

There have been a couple of changes to mongodb indices. This update breaks the indices:

2019-05-14T23:31:39.268+0200 E INDEX [TTLMonitor] ttl indexes require the expireAfterSeconds field to be numeric but received a type of null, sk
ipping ttl job for: { v: 2, unique: true, key: { userId: 1 }, name: "IDX_ca94189f5dcaefdae0d98de623", ns: "shassi_test.telegram-user-ids", sparse:
false, background: false, expireAfterSeconds: null }

https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md#0217-2019-05-01

@kiwikern kiwikern added bug Something isn't working low-prio Not a blocking issue labels Sep 11, 2019
@kiwikern kiwikern changed the title Update to typeorm 2.1.7 breaks indices Update to typeorm 2.1.17 breaks indices May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low-prio Not a blocking issue
Projects
None yet
Development

No branches or pull requests

1 participant