Update bag_user.py

This commit is contained in:
Cinte 2023-03-08 10:13:16 +08:00 committed by GitHub
parent 1cbe807b05
commit 97443a11e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,5 +165,5 @@ class BagUser(Model):
@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 字段"""