mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Recurring fixes (#454)
* Fix record violation and add toggle for recurring feature * Run only once per sync cycle ( 30 sec ) * FIX params passing * Add collapsible to recurring section * FIX preferences error catch
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddRecurringTransactionsDisabledToFamilies < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :families, :recurring_transactions_disabled, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user