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

Korjaus kasvatusvastuullisuustiedon päivitykseen tuntikirjauksen yhteydessä #5859

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

reynders
Copy link
Contributor

No description provided.

@@ -170,7 +170,7 @@ RETURNING id
sql(
"""
UPDATE staff_attendance_realtime
SET group_id = ${bind(groupId)}, arrived = ${bind(arrivalTime)}, departed = ${bind(departureTime)}, type = ${bind(type)}, departed_automatically = ${bind(departedAutomatically)}
SET group_id = ${bind(groupId)}, arrived = ${bind(arrivalTime)}, departed = ${bind(departureTime)}, occupancy_coefficient = ${bind(occupancyCoefficient)}, type = ${bind(type)}, departed_automatically = ${bind(departedAutomatically)}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presumably this column is already in the DB table.

@reynders reynders merged commit 4204b62 into master Oct 23, 2024
28 checks passed
@reynders reynders deleted the evaka-occupancy-coeff-update branch October 23, 2024 09:09
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.

2 participants