-
Notifications
You must be signed in to change notification settings - Fork 265
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
Simplify registrations database model #4611
Comments
Look for |
registrationsQuery() logic should be changed |
In this sense a new Rule Rxx should be added to https://github.com/telefonicaid/fiware-orion/tree/master/scripts/oriondb_consistency to detect situations in which |
In addition, in the structure:
Maybe more natural to use |
Registration documents are this way:
The
contextRegistration
is always mono-item. It is a vector due to NGSIv1 legacy.It would be better to simplify to:
In addition,
isPattern
should be also removed.This issue should be addressed after #4610 (the
format
field will be removed as part of that issue).A DB migration script would be probably needed.
The text was updated successfully, but these errors were encountered: