Skip to content

Commit

Permalink
remove unnecessary whitespace changes made by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 1, 2021
1 parent ab969da commit 7631034
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/build/batch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit 7631034

Please sign in to comment.