fix: 将 app/ 下的所有代码中与sql相关的所有隐式类型转换替换为显式类型转换
This commit is contained in:
@@ -147,6 +147,7 @@ class User(Base):
|
||||
lazer_replays_watched = relationship(
|
||||
"LazerUserReplaysWatched", back_populates="user", cascade="all, delete-orphan"
|
||||
)
|
||||
|
||||
|
||||
|
||||
# ============================================
|
||||
|
||||
Reference in New Issue
Block a user