Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 0f607339 authored by Muhammad Rafif Elfazri's avatar Muhammad Rafif Elfazri
Browse files

Remove paginator and add Scrivener

parent d9955733
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,6 @@ defmodule Diskuy.Repo do ...@@ -3,9 +3,6 @@ defmodule Diskuy.Repo do
otp_app: :diskuy, otp_app: :diskuy,
adapter: Ecto.Adapters.Postgres adapter: Ecto.Adapters.Postgres
use Paginator, use Scrivener, page_size: 25
limit: 25, # sets the default limit to 10
maximum_limit: 100, # sets the maximum limit to 100
include_total_count: true
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment