mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 10:46:22 +00:00
fix: valor por defecto correcto
This commit is contained in:
parent
6e5195ca90
commit
9531a2004c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class CreateIndexedPosts < ActiveRecord::Migration[6.1]
|
|||
# Queremos mostrar el título por separado
|
||||
t.string :title, default: ''
|
||||
# También vamos a mostrar las categorías
|
||||
t.jsonb :front_matter, default: '{}'
|
||||
t.jsonb :front_matter, default: {}
|
||||
t.string :content, default: ''
|
||||
t.tsvector :indexed_content
|
||||
|
||||
|
|
Loading…
Reference in a new issue