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