mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-07 21:15:12 +00:00
5 lines
136 B
Ruby
5 lines
136 B
Ruby
class AddDiscoverableToAccounts < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :accounts, :discoverable, :boolean
|
|
end
|
|
end
|