fix: posts

This commit is contained in:
rogeecn
2025-03-22 19:34:25 +08:00
parent 12d5158ad3
commit f06073e89a
14 changed files with 544 additions and 1 deletions

View File

@@ -13,4 +13,6 @@ func UseSchema(schema string) {
Medias = Medias.FromSchema(schema)
Migrations = Migrations.FromSchema(schema)
Posts = Posts.FromSchema(schema)
UserPosts = UserPosts.FromSchema(schema)
Users = Users.FromSchema(schema)
}