Migrate DB to add moderation attrs to budget_investments table
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddModerationAttrsToInvestments < ActiveRecord::Migration
|
||||
def change
|
||||
change_table :budget_investments do |t|
|
||||
t.datetime :confirmed_hide_at
|
||||
t.datetime :ignored_flag_at
|
||||
t.integer :flags_count, default: 0
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user