summaryrefslogtreecommitdiff
path: root/docs/build/batch.rst
diff options
context:
space:
mode:
authorJames Lamb <jaylamb20@gmail.com>2021-03-01 17:02:09 -0600
committerJames Lamb <jaylamb20@gmail.com>2021-03-01 17:02:09 -0600
commitab969daaa46e3220b790d674d07b1c1fc0d73eb1 (patch)
treedba7c068a862d70c1b2f664d2ad88f025948e2c1 /docs/build/batch.rst
parent8196af9a8622bc97d4c29c22f2a5b309fd9fa857 (diff)
downloadalembic-ab969daaa46e3220b790d674d07b1c1fc0d73eb1.tar.gz
[doc] clarify ALTER language in batch docs
Diffstat (limited to 'docs/build/batch.rst')
-rw-r--r--docs/build/batch.rst2
1 files changed, 1 insertions, 1 deletions
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.