soynatan / django-easy-audit

Yet another Django audit log app, hopefully the simplest one.
GNU General Public License v3.0
735 stars 182 forks source link

Fix migration 0013 IrreversibleError #236

Closed Lukasdoe closed 2 years ago

Lukasdoe commented 2 years ago

Fixes #234

The RunPython migration action was missing a reverse_code function. This was set to RunPython.noop, as an index drop can't and shouldn't be reversed.

Lukasdoe commented 2 years ago

@jheld could you please review?