Adding exclusive lists feature
Major new feature, currently testing in a branch right now. Fixes #1
This commit is contained in:
@@ -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