From 763103407a22f68450c08d731dc7bbc312967dcf Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 1 Mar 2021 17:56:02 -0600 Subject: [PATCH] remove unnecessary whitespace changes made by GitHub --- docs/build/batch.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/build/batch.rst b/docs/build/batch.rst index 43cbc70e..e638eb1f 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 +in that it has almost no support for the ALTER statement which relational schema migrations rely upon. The rationale for this stems from philosophical and architectural concerns within SQLite, and they are unlikely to be changed. @@ -349,4 +349,3 @@ transactional DDL. Note that also as is the case with SQLite, CHECK constraints need to be moved over between old and new table manually using the :paramref:`.Operations.batch_alter_table.table_args` parameter. -