mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 22:46:22 +00:00
fix: fix auto_publish name in site #13244
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
1ec4740b89
commit
fa7689a531
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
# Agrega posibilidad de autopublicación del sitio
|
# Agrega posibilidad de autopublicación del sitio
|
||||||
class AddAutopublishToSites < ActiveRecord::Migration[6.1]
|
class AddAutopublishToSites < ActiveRecord::Migration[6.1]
|
||||||
def change
|
def change
|
||||||
add_column :sites, :autopublish, :boolean, default: false
|
add_column :sites, :auto_publish, :boolean, default: false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue