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:
parent
ecb3f2726f
commit
e7d7c70b2f
3 changed files with 8 additions and 7 deletions
5
db/migrate/20240203030754_remove_type_from_accounts.rb
Normal file
5
db/migrate/20240203030754_remove_type_from_accounts.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveTypeFromAccounts < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
remove_column :accounts, :type
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue