Commit 7ef2f99d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Restore missing column removed from:

a58f2211
parent 81d44ae4
...@@ -33,6 +33,8 @@ ActiveRecord::Schema.define(version: 20170906160132) do ...@@ -33,6 +33,8 @@ ActiveRecord::Schema.define(version: 20170906160132) do
t.string "logo" t.string "logo"
t.integer "updated_by" t.integer "updated_by"
t.string "header_logo" t.string "header_logo"
t.datetime_with_timezone "created_at", null: false
t.datetime_with_timezone "updated_at", null: false
t.text "description_html" t.text "description_html"
t.integer "cached_markdown_version" t.integer "cached_markdown_version"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment