implement soft delete for money moves
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDeletedAtToMoneyMoves < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :money_moves, :deleted_at, :timestamp
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user