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

ELE-2470 temp tables are not being deleted #661

Merged
merged 4 commits into from
Feb 13, 2024

Conversation

IDoneShaveIt
Copy link
Contributor

No description provided.

Copy link

linear bot commented Feb 8, 2024

Copy link
Contributor

github-actions bot commented Feb 8, 2024

👋 @IDoneShaveIt
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in the elementary repository.

Elementary temp tables are not realy temp and should be cleaned on the end of the run.
We want to make sure we clean the temp tables even if elementary on run end hooks are disabled.
#}
{% if elementary.get_config_var("clean_elementary_temp_tables") %}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if we still want to keep this var.
@haritamar WDYT?

@IDoneShaveIt IDoneShaveIt merged commit 9ee79f8 into master Feb 13, 2024
11 checks passed
@IDoneShaveIt IDoneShaveIt deleted the ele-2470-temp-tables-are-not-being-deleted branch February 13, 2024 08:41
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