-
Notifications
You must be signed in to change notification settings - Fork 229
fix(Group Node): rename time
field to ctime
for consistency with other node types
#6828
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
base: main
Are you sure you want to change the base?
Conversation
bb7ffac
to
344de99
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6828 +/- ##
=======================================
Coverage 78.31% 78.31%
=======================================
Files 566 566
Lines 42762 42762
=======================================
Hits 33484 33484
Misses 9278 9278 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks a lot @superstar54 for pointing this out, |
Thanks for looking into this PR. Upon further inspection, I realized that updating only the
No. Users will need to migrate their database to the new schema to reflect the new column name ( I would say this is beyond my current knowledge, it would be good for someone else in the team, who knows better backend and migration, to take over or advise on the correct implementation. |
Given the complexity of the required schema changes and the time needed to investigate and implement them, I’ve removed it from the v2.7.0 project. |
Hi @superstar54
Or alternatively, we can mark |
I am not sure if this is possible. Because the |
@superstar54 so this is not a typo after all, correct? It is |
@edan-bainglass, unfortunately, it is 🥲 aiida-core/src/aiida/storage/psql_dos/models/group.py Lines 41 to 58 in 5e4da5b
![]() Also for the |
I tried to query some group with a
ctime
filter, but got this error:the
time
should bectime
for consistency with other node types.