remove sequel extension from root post_repo
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
module Adamantium
|
||||
module Repos
|
||||
class PostRepo < Adamantium::Repo[:posts]
|
||||
Sequel.extension :pg_json
|
||||
Sequel.extension :pg_json_ops
|
||||
|
||||
def for_reminders(limit:)
|
||||
posts
|
||||
.where(post_type: "bookmark", is_read: false)
|
||||
|
Reference in New Issue
Block a user