-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issue-1475: Change ArtifactEntry properties date types into datetime #16
Conversation
DeepCode Report (#9fab6e)DeepCode analyzed this pull request. |
…properties type from 'date' into 'datetime'
strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0/v1.0.0.21__ArtifactEntry.xml
Outdated
Show resolved
Hide resolved
strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0/v1.0.0.21__ArtifactEntry.xml
Outdated
Show resolved
Hide resolved
strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0/v1.0.0.21__ArtifactEntry.xml
Outdated
Show resolved
Hide resolved
strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0/v1.0.0.21__ArtifactEntry.xml
Show resolved
Hide resolved
@evsikov this new changeset looks fantastic! thank you very much for your efforts improving it! @steve-todorov @fuss86 I've checked OrientDB statements on my local DB instance (with lot of data) and it seems works as expected, so we probably can proceed and merge it. |
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.
Perfect :) LGTM
[skip ci]
[skip ci]
[skip ci]
Fixes for strongbox/strongbox#1475.
Changed
ArtifactEntry
properties:created
lastUsed
lastUpdated
from type
date
to typedatetime
.