mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 11:46:22 +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
|
# Queremos mostrar el título por separado
|
||||||
t.string :title, default: ''
|
t.string :title, default: ''
|
||||||
# También vamos a mostrar las categorías
|
# También vamos a mostrar las categorías
|
||||||
t.jsonb :front_matter, default: '{}'
|
t.jsonb :front_matter, default: {}
|
||||||
t.string :content, default: ''
|
t.string :content, default: ''
|
||||||
t.tsvector :indexed_content
|
t.tsvector :indexed_content
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue