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-09-06 10:01:28 -07:00
|
|
|
class AddLocalToStatuses < ActiveRecord::Migration[5.1]
|
|
|
|
def change
|
2017-09-06 11:57:52 -07:00
|
|
|
add_column :statuses, :local, :boolean, null: true, default: nil
|
2017-09-06 10:01:28 -07:00
|
|
|
end
|
|
|
|
end
|