Skip to content

Commit

Permalink
feat: paragraph comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Jan 22, 2025
1 parent a5f2f9c commit 74325c5
Show file tree
Hide file tree
Showing 16 changed files with 1,950 additions and 985 deletions.
2 changes: 1 addition & 1 deletion database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ func Models() []interface{} {
&models.Gift{},
&models.SentGift{},
&models.Review{},
&models.ParagraphComment{},
&models.Reply{},
&models.Vote{},

// wallet
&models.Coin{},
&models.Transaction{},
&models.BoughtChapter{},
&models.SubscriptionPlan{},

// waitlist
Expand Down
Loading

0 comments on commit 74325c5

Please sign in to comment.