Does disabling audit drop the _audit table?

  I have another one for you Smile

If I disable audit on a module, will the audit table get dropped?

If it doesn't get dropped, will dropping it from the database cause problems?

Empty tables take up space too, it may no be much, but it's space... and, although currently not a big deal, "disk space is cheap" doesn't apply anymore.

FrancescaS

  • hahahahah...

    No, it does not drop the tables. If memory serves me, the code that utilizes the tables has some checks in it to verify the feature is enabled before it attempts to write to it through a save. Thus, if you disable the feature via vardefs, dropping the table should be transparent.