feat: add allow_bots column to campaigns table
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddAllowBotsToCampaigns < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :campaigns, :allow_bots, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user