[IMP] database_cleanup : delete also obsolete database views - #2098
Merged
OCA-git-bot merged 1 commit intoAug 9, 2021
Merged
Conversation
Contributor
Author
|
CC : original authors : @StefanRijnhart, @pedrobaeza, @hbrunn |
legalsylvain
marked this pull request as ready for review
June 1, 2021 22:17
rvalyi
approved these changes
Jun 2, 2021
hbrunn
approved these changes
Jun 2, 2021
StefanRijnhart
approved these changes
Jun 2, 2021
pedrobaeza
requested changes
Jun 2, 2021
legalsylvain
force-pushed
the
12.0-IMP-database_cleanup-clean-view
branch
3 times, most recently
from
June 2, 2021 10:08
01d10a4 to
3d4d4c4
Compare
Co-authored-by: Pedro M. Baeza <pedro.baeza@tecnativa.com>
legalsylvain
force-pushed
the
12.0-IMP-database_cleanup-clean-view
branch
from
June 2, 2021 21:38
104c1d8 to
4f3a667
Compare
Contributor
|
@legalsylvain @pedrobaeza is this ready to merge? |
Member
|
I see @pedrobaeza 's comment was followed up, so I consider this ready for merge indeed. /ocabot merge minor |
Contributor
|
Hey, thanks for contributing! Proceeding to merge this for you. |
Contributor
|
Congratulations, your PR was merged at bbfd29a. Thanks a lot for contributing to OCA. ❤️ |
Contributor
Author
|
Thanks for merging. |
thomaspaulb
pushed a commit
to sunflowerit/server-tools
that referenced
this pull request
Feb 2, 2024
thomaspaulb
pushed a commit
to sunflowerit/server-tools
that referenced
this pull request
Feb 2, 2024
This was referenced May 23, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
HekkiMelody
pushed a commit
to PyTech-SRL/server-tools
that referenced
this pull request
Jul 8, 2024
nguyenminhchien
pushed a commit
to nguyenminhchien/server-tools
that referenced
this pull request
Sep 27, 2024
nguyenminhchien
pushed a commit
to nguyenminhchien/server-tools
that referenced
this pull request
Sep 27, 2024
nguyenminhchien
pushed a commit
to nguyenminhchien/server-tools
that referenced
this pull request
Oct 10, 2024
nguyenminhchien
pushed a commit
to nguyenminhchien/server-tools
that referenced
this pull request
Oct 21, 2024
mtelahun
pushed a commit
to mtelahun/server-tools
that referenced
this pull request
Nov 29, 2024
angelvilaplana
pushed a commit
to angelvilaplana/server-tools
that referenced
this pull request
Jun 26, 2025
bizzappdev
pushed a commit
to bizzappdev/server-tools
that referenced
this pull request
Oct 27, 2025
bizzappdev
pushed a commit
to bizzappdev/server-tools
that referenced
this pull request
Nov 25, 2025
nicomacr
pushed a commit
to adhoc-dev/server-tools
that referenced
this pull request
Nov 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
when trying to cleanup the database, some tables are not dropable, for exemple
stock_quant_move_relwith the following errors :this PR improve the concept purge tables to also purges obsoletes views.
sample
Note
Materialized views are still not handled.