diff options
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 4c73f74ef1f..2f83e30f6ce 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1153,6 +1153,8 @@ ActiveRecord::Schema.define(version: 20170523091700) do t.text "title_html" t.text "content_html" t.integer "cached_markdown_version" + t.text "description" + t.text "description_html" end add_index "snippets", ["author_id"], name: "index_snippets_on_author_id", using: :btree |