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

[feature] upgrade to ntfs 0.12 #809

Merged
merged 5 commits into from
Aug 30, 2021
Merged

[feature] upgrade to ntfs 0.12 #809

merged 5 commits into from
Aug 30, 2021

Conversation

patochectp
Copy link
Member

ref: ND-1498

src/objects.rs Outdated Show resolved Hide resolved
src/objects.rs Outdated Show resolved Hide resolved
@@ -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>,
Copy link
Contributor

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.

woshilapin
woshilapin previously approved these changes Aug 27, 2021
@woshilapin woshilapin requested a review from ArnaudOggy August 27, 2021 07:47
@ArnaudOggy
Copy link
Contributor

@patochectp
You also need to update the NTFS_VERSION constant (in libs.rs)

@patochectp patochectp force-pushed the upgrade_to_ntfs_0.12 branch from 57663fd to e494476 Compare August 30, 2021 13:43
@patochectp patochectp merged commit aaf2b3b into master Aug 30, 2021
@patochectp patochectp deleted the upgrade_to_ntfs_0.12 branch August 30, 2021 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants