Skip to content

Commit b584705

Browse files
authored
Fixing migration typo (#927)
Closes: [Bug]: migration typo #926
1 parent 5e5b210 commit b584705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestrator/migrations/versions/schema/2025-02-12_bac6be6f2b4f_added_input_state_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ def upgrade() -> None:
5252
def downgrade() -> None:
5353
# ### commands auto generated by Alembic - please adjust! ###
5454
op.drop_index(op.f("ix_input_state_input_state_id"), table_name="input_states")
55-
op.drop_table("input_statse")
55+
op.drop_table("input_states")
5656
# ### end Alembic commands ###

0 commit comments

Comments
 (0)