Added option to make favorite groups public
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddIsPublicToFavoriteGroups < ActiveRecord::Migration
|
||||
def change
|
||||
FavoriteGroup.without_timeout do
|
||||
add_column :favorite_groups, :is_public, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user