Skip to content

Commit

Permalink
fix: submit patch insert sql
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 20, 2024
1 parent 1976578 commit 8dbb73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def suggest_api(
"""
insert into patch (id, subject_id, from_user_id, description, name, infobox, summary, nsfw,
original_name, original_infobox, original_summary, subject_type)
VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11)
VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12)
returning patch.id
""",
uuid7(),
Expand Down

0 comments on commit 8dbb73b

Please sign in to comment.