Merge tag 'v1.0.5+3.2.0' into hometown-v1.0.5+3.3.0
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddActivityPubTypeToStatuses < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :statuses, :activity_pub_type, :string
|
||||
end
|
||||
end
|
6
db/migrate/20190726034905_add_is_exclusive_to_lists.rb
Normal file
6
db/migrate/20190726034905_add_is_exclusive_to_lists.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class AddIsExclusiveToLists < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :lists, :is_exclusive, :boolean
|
||||
change_column_default :lists, :is_exclusive, false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user