server-tools/database_cleanup/model
Stefan Rijnhart b8e24140f7
[FIX] Don't remove uid field from wkf_instance, which is written in
raw SQL query (but never read afterwards). Workaround for
    lp:1277899

[FIX] Preserve dangling workflow table which is in use

[RFR] Group models per table when detecting columns to purge
      to prevent problems with models sharing the same table

[ADD] Allow purging of dangling data entries

[FIX] Data purging now working

[IMP] Docstrings

[FIX] Label
[FIX] Catch attempt to unlink field from nonexisting model

[RFR] Flake8
2023-10-30 13:35:22 -04:00
..
__init__.py [FIX] Don't remove uid field from wkf_instance, which is written in 2023-10-30 13:35:22 -04:00
purge_columns.py [FIX] Don't remove uid field from wkf_instance, which is written in 2023-10-30 13:35:22 -04:00
purge_data.py [FIX] Don't remove uid field from wkf_instance, which is written in 2023-10-30 13:35:22 -04:00
purge_models.py [FIX] Don't remove uid field from wkf_instance, which is written in 2023-10-30 13:35:22 -04:00
purge_modules.py [FIX] Don't remove uid field from wkf_instance, which is written in 2023-10-30 13:35:22 -04:00
purge_tables.py [FIX] Don't remove uid field from wkf_instance, which is written in 2023-10-30 13:35:22 -04:00
purge_wizard.py [FIX] Don't remove uid field from wkf_instance, which is written in 2023-10-30 13:35:22 -04:00