Remove columns that don't existing from schema.rb (#3586) [ci skip]
This commit is contained in:
parent
ebefca6a8a
commit
5cfa8b5586
1 changed files with 0 additions and 2 deletions
|
|
@ -936,7 +936,6 @@ ActiveRecord::Schema.define(version: 2019_07_23_094834) do
|
|||
t.text "base_cover_letter"
|
||||
t.string "behance_url"
|
||||
t.string "bg_color_hex"
|
||||
t.text "cached_chat_channel_memberships"
|
||||
t.boolean "checked_code_of_conduct", default: false
|
||||
t.boolean "checked_terms_and_conditions", default: false
|
||||
t.integer "comments_count", default: 0, null: false
|
||||
|
|
@ -1058,7 +1057,6 @@ ActiveRecord::Schema.define(version: 2019_07_23_094834) do
|
|||
t.string "stackoverflow_url"
|
||||
t.string "stripe_id_code"
|
||||
t.text "summary"
|
||||
t.text "summary_html"
|
||||
t.string "tabs_or_spaces"
|
||||
t.string "text_color_hex"
|
||||
t.string "text_only_name"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue