Skip to content

Commit 3311248

Browse files
committed
fix: add column path for add_field
1 parent 4e39b32 commit 3311248

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/query_farm_server_base/action_decoders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class AddConstraintParameters(AlterBase):
118118

119119
class AddFieldParameters(AlterBase):
120120
model_config = ConfigDict(arbitrary_types_allowed=True) # for Pydantic v2
121+
column_path: list[str]
121122
column_schema: pa.Schema
122123
if_field_not_exists: bool
123124

0 commit comments

Comments
 (0)