mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 15:56:20 +00:00
parent
43ba7d78f0
commit
c07eb97735
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