mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 06:26:22 +00:00
Merge branch 'issue-12714' of https://0xacab.org/sutty/sutty into panel.sutty.nl
This commit is contained in:
commit
bd673d74fd
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