Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Nov 15, 2024
1 parent af56c24 commit a0ca13e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def upgrade():
op.execute(
sa.DDL(
"""
UPDATE project_tags
UPDATE projects_tags
SET project_uuid_for_rut = project.uuid
FROM project
WHERE project_tags.project_id = project.id;
WHERE projects_tags.project_id = project.id;
"""
)
)
Expand Down

0 comments on commit a0ca13e

Please sign in to comment.