mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 22:41:41 +00:00
fixup! feat: poder paginar solo algunos sitios #12714
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3540886554
commit
d0f7843fbf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# Agrega la opción de paginación a los sitios
|
||||
class AddPaginationToSites < ActiveRecord::Migration[6.1]
|
||||
class AddPaginationToSite < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :sites, :pagination, :boolean, default: false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue