Skip to content

Commit

Permalink
fix from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alex75 committed Oct 14, 2024
1 parent 1106f93 commit c2e2018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/versions/694fde86c48c_id_manage_of_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


def upgrade() -> None:
sql = "DELETE * FROM contents"
sql = "DELETE FROM contents"
conn = op.get_bind()
conn.execute(sa.text(sql))
op.create_index("ix_contents_type", "contents", ["type"])
Expand Down

0 comments on commit c2e2018

Please sign in to comment.