mirror of https://github.com/mastodon/mastodon
add a local_only column to the statuses table
parent
282f48ddd1
commit
434c70fd98
@ -0,0 +1,5 @@
|
||||
class AddLocalOnlyFlagToStatuses < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :statuses, :local_only, :boolean
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue