-
Notifications
You must be signed in to change notification settings - Fork 27
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
[feature] upgrade to ntfs 0.12 #809
Conversation
@@ -115,6 +115,7 @@ pub struct Collections { | |||
pub grid_exception_dates: Collection<GridExceptionDate>, | |||
pub grid_periods: Collection<GridPeriod>, | |||
pub grid_rel_calendar_line: Collection<GridRelCalendarLine>, | |||
pub addresses: CollectionWithId<Address>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add a new entry in Model
, something like
adresses_to_stop_points: OneToMany<Address, StopPoint>,
It might be too early to think about adding this. If we don't have a use for it right now, we might just delay the creation of such relation for later.
@patochectp |
57663fd
to
e494476
Compare
ref: ND-1498