mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
refine comment
This commit is contained in:
parent
c0f40f9c73
commit
38f563e294
@ -38,7 +38,7 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis
|
||||
'UPDATE `events` LEFT JOIN `contributions` ON events.involved_contribution_id = contributions.id SET affected_user_id=contributions.user_id WHERE type = "ADMIN_CONTRIBUTION_CREATE";',
|
||||
)
|
||||
|
||||
// inconsistent data on this type
|
||||
// inconsistent data on this type, since not all data can be reconstructed
|
||||
await queryFn(
|
||||
'UPDATE `events` LEFT JOIN `contributions` ON events.involved_contribution_id = contributions.id SET acting_user_id=0 WHERE type = "ADMIN_CONTRIBUTION_UPDATE";',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user