1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 08:09:38 +02:00

Remove account type column

This commit is contained in:
Rob Zolkos 2024-02-03 03:09:54 +00:00
parent ecb3f2726f
commit e7d7c70b2f
3 changed files with 8 additions and 7 deletions

View file

@ -0,0 +1,5 @@
class RemoveTypeFromAccounts < ActiveRecord::Migration[7.2]
def change
remove_column :accounts, :type
end
end