From cdc68e3ca75c3dbc346a60ed7988dd821108cdcd Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 13 Feb 2023 09:00:29 -0500 Subject: [PATCH] use correct param name Change-Id: I2981335a5deaa798195cfe70f3655d79cd4d8a3b --- alembic/operations/ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2