Skip to content

Commit

Permalink
Fix DB 명세 네이밍 달라짐 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ops-jaeha committed Oct 22, 2022
1 parent fc40fa0 commit cef5dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recommender_system/core/models/f_heart.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class FHeart(BaseModel):

"""
@:param
feed_id: 피드 id
target_id: 피드 id
user_id: 유저 id
"""
feed_id: Column(Feed.id)
target_id: Column(Feed.id)
user_id: Column(User.nick_name)

0 comments on commit cef5dea

Please sign in to comment.