mirror of https://github.com/mastodon/mastodon
Adding sensitive marker to statuses in API
parent
4bdb6a0eaf
commit
0603971894
@ -0,0 +1,5 @@
|
||||
class AddSensitiveToStatuses < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :statuses, :sensitive, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue