{% extends "base.html" %} {% block title %}Disable tracking for {{ table }} - {{ database }}{% endblock %} {% block content %}
This will remove the triggers that track changes to {{ table }} in {{ database }}.
The audit history will be preserved and can still be viewed. You can re-enable tracking at any time.
{% endblock %}