From: Mike Bayer Date: Mon, 13 Feb 2023 14:00:29 +0000 (-0500) Subject: use correct param name X-Git-Tag: rel_1_9_4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc68e3ca75c3dbc346a60ed7988dd821108cdcd;p=thirdparty%2Fsqlalchemy%2Falembic.git use correct param name Change-Id: I2981335a5deaa798195cfe70f3655d79cd4d8a3b --- diff --git a/alembic/operations/ops.py b/alembic/operations/ops.py index a93596da..808d1fb8 100644 --- a/alembic/operations/ops.py +++ b/alembic/operations/ops.py @@ -1912,7 +1912,7 @@ class AlterColumnOp(AlterTableOp): .. versionadded:: 1.4.0 - :param insert_before: String name of an existing column which this + :param insert_after: String name of an existing column which this column should be placed after, when creating the new table. If both :paramref:`.BatchOperations.alter_column.insert_before` and :paramref:`.BatchOperations.alter_column.insert_after` are