Merge pull request #1287 from yajiwa/main

修复签到
This commit is contained in:
HibiKier 2023-03-02 19:30:33 +08:00 committed by GitHub
commit 99263ab36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,3 +162,8 @@ class BagUser(Model):
await user.save(update_fields=["property"]) await user.save(update_fields=["property"])
return True return True
return False return False
@classmethod
async def _run_script(cls):
await cls.raw("ALTER TABLE sign_group_users DROP props;")
"""删除 props 字段"""