{% extends "base.html" %} {% block title %}Enable tracking for {{ table }} - {{ database }}{% endblock %} {% block content %}
This will create an audit table and triggers to track all changes to {{ table }} in {{ database }}.
Existing rows will be recorded as initial inserts in the audit log.
{% endblock %}