mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Preference to set default_period (#1941)
This commit is contained in:
parent
372b64ffea
commit
26762477a3
12 changed files with 35 additions and 8 deletions
5
db/migrate/20250304140435_add_default_period_to_users.rb
Normal file
5
db/migrate/20250304140435_add_default_period_to_users.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddDefaultPeriodToUsers < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :users, :default_period, :string, default: "last_30_days", null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue