5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 05:00:49 +00:00

fixup! feat: poder paginar solo algunos sitios #12714
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-05-19 14:40:42 -03:00
parent 3540886554
commit d0f7843fbf

View file

@ -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