Skip to content

Commit

Permalink
Merge pull request #1302 from LambdaYH/patch-8
Browse files Browse the repository at this point in the history
更正sql语句
  • Loading branch information
HibiKier committed Mar 9, 2023
2 parents 1cbe807 + 97443a1 commit 461ca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/bag_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ async def delete_property(

@classmethod
async def _run_script(cls):
await cls.raw("ALTER TABLE sign_group_users DROP props;")
await cls.raw("ALTER TABLE bag_users DROP props;")
"""删除 props 字段"""

0 comments on commit 461ca0a

Please sign in to comment.