This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-01-12 20:54:26 -08:00
|
|
|
class AddSpoilerTextToStatuses < ActiveRecord::Migration[5.0]
|
|
|
|
def change
|
2017-01-25 06:24:19 -08:00
|
|
|
add_column :statuses, :spoiler_text, :text, default: "", null: false
|
2017-01-12 20:54:26 -08:00
|
|
|
end
|
|
|
|
end
|