Skip to content

Commit

Permalink
Update bag_user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdaYH committed Mar 8, 2023
1 parent 1cbe807 commit 97443a1
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 97443a1

Please sign in to comment.