From ab969daaa46e3220b790d674d07b1c1fc0d73eb1 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 1 Mar 2021 17:02:09 -0600 Subject: [doc] clarify ALTER language in batch docs --- docs/build/batch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/build/batch.rst') diff --git a/docs/build/batch.rst b/docs/build/batch.rst index e9582c6..43cbc70 100644 --- a/docs/build/batch.rst +++ b/docs/build/batch.rst @@ -4,7 +4,7 @@ Running "Batch" Migrations for SQLite and Other Databases ========================================================= The SQLite database presents a challenge to migration tools -in that it has almost no support for the ALTER statement upon which +in that it has almost no support for the ALTER statement relational schema migrations rely upon. The rationale for this stems from philosophical and architectural concerns within SQLite, and they are unlikely to be changed. -- cgit v1.2.1