summaryrefslogtreecommitdiffstats
path: root/sqlglot/diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlglot/diff.py')
-rw-r--r--sqlglot/diff.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sqlglot/diff.py b/sqlglot/diff.py
index 758ad1b..fa8bc1b 100644
--- a/sqlglot/diff.py
+++ b/sqlglot/diff.py
@@ -1,3 +1,7 @@
+"""
+.. include:: ../posts/sql_diff.md
+"""
+
from __future__ import annotations
import typing as t