mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 08:09:38 +02:00
parent
e8e100e1d8
commit
263d65ea7e
24 changed files with 146 additions and 73 deletions
5
db/migrate/20241018201653_add_account_mode.rb
Normal file
5
db/migrate/20241018201653_add_account_mode.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddAccountMode < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :accounts, :mode, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue