This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-03-19 02:42:43 +01:00
|
|
|
class AddURLToStatuses < ActiveRecord::Migration[4.2]
|
2016-02-23 19:17:37 +01:00
|
|
|
def change
|
|
|
|
add_column :statuses, :url, :string, null: true, default: nil
|
|
|
|
end
|
|
|
|
end
|