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

Fix deleting some others projects checks when deleting project #48

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

kindermax
Copy link
Contributor

No description provided.

)

# Delete project variables
variables = await conn.execute(
select([Variable.id]).where(Project.id == project_id)
select([Variable.id]).where(Variable.project == project_id)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The culprit

@kindermax kindermax force-pushed the fix-delete-project-bug branch from d9d02c2 to 9a23098 Compare December 6, 2024 11:53
@kindermax kindermax force-pushed the fix-delete-project-bug branch from 9a23098 to 760cbaa Compare December 6, 2024 11:54
@kindermax kindermax merged commit 8645943 into main Dec 6, 2024
1 check passed
@kindermax kindermax deleted the fix-delete-project-bug branch December 6, 2024 11:56
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.

1 participant