diff --git a/app/repos/post_repo.rb b/app/repos/post_repo.rb index be560c4..6cd595f 100644 --- a/app/repos/post_repo.rb +++ b/app/repos/post_repo.rb @@ -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)