Fix spoiler_text not having "not null" constraint
This commit is contained in:
@ -196,7 +196,7 @@ ActiveRecord::Schema.define(version: 20170125145934) do
|
||||
t.integer "visibility", default: 0, null: false
|
||||
t.integer "in_reply_to_account_id"
|
||||
t.integer "application_id"
|
||||
t.text "spoiler_text", default: ""
|
||||
t.text "spoiler_text", default: "", null: false
|
||||
t.index ["account_id"], name: "index_statuses_on_account_id", using: :btree
|
||||
t.index ["in_reply_to_id"], name: "index_statuses_on_in_reply_to_id", using: :btree
|
||||
t.index ["reblog_of_id"], name: "index_statuses_on_reblog_of_id", using: :btree
|
||||
|
Reference in New Issue
Block a user