..
20240201183314_enable_uuid.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240201184038_create_families.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240201184212_create_users.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240202015428_create_accounts.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240202191425_create_account_loans.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202191746_add_accountable_to_account.rb
Add index
2024-02-03 02:49:24 +00:00
20240202192214_create_account_depositories.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192231_create_account_credits.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192238_create_account_investments.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192312_create_account_properties.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192319_create_account_vehicles.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192327_create_account_other_assets.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192333_create_account_other_liabilities.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202230325_create_invite_codes.rb
Implement invitation codes
2024-02-02 17:55:27 -06:00
20240203030754_remove_type_from_accounts.rb
Remove account type column
2024-02-03 03:09:54 +00:00
20240203050018_add_token_index_to_invite_codes.rb
Add unique index for invite code tokens ( #267 )
2024-02-02 23:06:31 -06:00
20240206031739_replace_money_field.rb
Multi-currency support: Money + Currency class improvements ( #553 )
2024-03-18 11:21:00 -04:00
20240209153232_add_currency_to_families.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240209174912_redo_money_storage.rb
Update database migrations and strengthen db smoke tests ( #462 )
2024-02-14 19:48:35 -05:00
20240209200519_create_currencies.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240209200924_create_exchange_rates.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240210155058_create_good_jobs.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240212150110_create_account_balances.rb
Scaffold out the UI for individual account page ( #461 )
2024-02-14 13:02:11 -05:00
20240215201527_create_valuations.rb
Add Live Data to Account Page ( #464 )
2024-02-20 09:07:55 -05:00
20240221004818_remove_valuation_type.rb
Scaffold out Account Syncing ( #474 )
2024-02-22 11:35:06 -05:00
20240222144849_add_status_to_account.rb
Scaffold out Account Syncing ( #474 )
2024-02-22 11:35:06 -05:00
20240223162105_create_transactions.rb
Scaffold out basic transactions model and UI ( #478 )
2024-02-23 21:34:33 -05:00
20240227142457_rename_account_balance.rb
Prepare fixture data for account sync tests ( #493 )
2024-02-27 12:43:49 -05:00
20240302145715_add_classification_to_accounts.rb
Net worth calculation ( #508 )
2024-03-04 08:31:22 -05:00
20240306193345_add_is_active_to_account.rb
Add accounts management list ( #522 )
2024-03-07 10:55:51 -05:00
20240307082827_create_transaction_categories.rb
Add backend support for transaction categories ( #524 )
2024-03-07 13:15:50 -05:00
20240308121431_remove_currency_table.rb
Multi-Currency Part 2 ( #543 )
2024-03-21 13:39:10 -04:00
20240308214956_add_notes_and_excluded_to_transaction.rb
Add transaction sidebar ( #534 )
2024-03-10 17:38:31 -04:00
20240309180636_add_sync_status_fields_to_account.rb
Multi-currency part 1 ( #542 )
2024-03-11 16:32:13 -04:00
20240313141813_update_unique_indexes_for_account_balance_and_exchange_rate.rb
Multi-Currency Part 2 ( #543 )
2024-03-21 13:39:10 -04:00
20240313203622_remove_converted_balance_from_account.rb
Multi-Currency Part 2 ( #543 )
2024-03-21 13:39:10 -04:00
20240319154732_create_account_cryptos.rb
feat: add crypto account type to demo data ( #555 )
2024-03-19 15:34:35 -04:00
20240325064211_add_uniq_index_to_users_email.rb
add uniq index for users email to ensure uniqueness ( #567 )
2024-03-25 15:59:49 -04:00
20240401213443_add_last_sync_date_to_accounts.rb
Account Sync should happen at login, 1x per day, OR on-demand ( #594 )
2024-04-04 17:00:12 -04:00
20240403192649_add_last_login_at_to_users.rb
Account Sync should happen at login, 1x per day, OR on-demand ( #594 )
2024-04-04 17:00:12 -04:00
20240404112829_change_transaction_category_delete_behavior.rb
Basic transaction categories CRUD actions (inline) ( #601 )
2024-04-04 17:29:50 -04:00
20240410183531_create_settings.rb
Add zero-config self hosting on Render ( #612 )
2024-04-13 09:28:45 -04:00
20240411102931_add_last_seen_upgrade_to_user.rb
Add zero-config self hosting on Render ( #612 )
2024-04-13 09:28:45 -04:00
20240425000110_add_role_to_users.rb
Add new settings profile and preferences pages ( #672 )
2024-04-25 07:54:56 -04:00
20240426162500_create_active_storage_tables.active_storage.rb
Feature/profile image uploads ( #687 )
2024-04-30 13:38:33 -04:00
20240426191312_add_transaction_merchants.rb
Add Transaction Merchant management ( #686 )
2024-04-29 15:17:28 -04:00
20240430111641_add_active_to_users.rb
Add ability to delete Maybe account ( #698 )
2024-04-30 11:40:31 -04:00
20240502205006_create_imports.rb
CSV Transaction Imports ( #708 )
2024-05-17 09:09:32 -04:00
20240520074309_add_admin_role_to_current_users.rb
Add migration to make all current users admins ( #770 )
2024-05-20 11:33:19 -04:00
20240522133147_create_tags.rb
Create tagging system ( #792 )
2024-05-23 08:09:33 -04:00
20240522151453_create_taggings.rb
Create tagging system ( #792 )
2024-05-23 08:09:33 -04:00
20240524203959_change_account_error_columns_default.rb
Fix foreign account sync crash ( #794 )
2024-05-27 12:10:28 -04:00
20240612164751_create_institutions.rb
Add institution management and account editing controls ( #868 )
2024-06-13 14:37:27 -04:00
20240612164944_add_institution_to_accounts.rb
Add institution management and account editing controls ( #868 )
2024-06-13 14:37:27 -04:00
20240614120946_create_transfers.rb
Transaction transfers, payments, and matching ( #883 )
2024-06-19 06:52:08 -04:00
20240614121110_add_transfer_fields_to_transaction.rb
Transaction transfers, payments, and matching ( #883 )
2024-06-19 06:52:08 -04:00
20240619125949_rename_accountable_tables.rb
Account namespace updates: part 1 ( #893 )
2024-06-20 07:26:25 -04:00
20240620114307_rename_categories_table.rb
Move categories to top-level namespace ( #894 )
2024-06-20 08:15:09 -04:00
20240620122201_rename_merchants_table.rb
Move merchants to top-level namespace ( #895 )
2024-06-20 08:38:59 -04:00
20240620125026_rename_transfer_table.rb
Account namespace updates: part 4 (transfers, singular namespacing) ( #896 )
2024-06-20 13:32:44 -04:00
20240620221801_rename_valuation_table.rb
Account namespace updates: part 5 (valuations) ( #901 )
2024-06-21 16:23:28 -04:00
20240621212528_rename_transactions_table.rb
Account namespace updates: part 6 (transactions) ( #904 )
2024-06-24 11:58:39 -04:00
20240624160611_create_account_entries.rb
Account::Entry Delegated Type (namespace updates part 7) ( #923 )
2024-07-01 10:49:43 -04:00
20240624161153_migrate_entryables.rb
Account::Entry Delegated Type (namespace updates part 7) ( #923 )
2024-07-01 10:49:43 -04:00
20240624164119_remove_old_columns_from_entryables.rb
Account::Entry Delegated Type (namespace updates part 7) ( #923 )
2024-07-01 10:49:43 -04:00
20240628104551_move_transfers_association_from_transactions_to_entries.rb
Account::Entry Delegated Type (namespace updates part 7) ( #923 )
2024-07-01 10:49:43 -04:00
20240706151026_rename_rate_fields.rb
Handle missing exchange rate provider, allow fallback for missing rates ( #955 )
2024-07-08 09:04:59 -04:00
20240707130331_create_account_syncs.rb
Account::Sync model and test fixture simplifications ( #968 )
2024-07-10 11:22:59 -04:00
20240709113713_create_good_job_execution_error_backtrace.rb
Add missing migrations for good_job 4x ( #967 )
2024-07-09 14:23:19 -04:00
20240709113714_create_good_job_process_lock_ids.rb
Add missing migrations for good_job 4x ( #967 )
2024-07-09 14:23:19 -04:00
20240709113715_create_good_job_process_lock_indexes.rb
Add missing migrations for good_job 4x ( #967 )
2024-07-09 14:23:19 -04:00
20240709152243_create_good_job_execution_duration.rb
Add missing migrations for good_job 4x ( #967 )
2024-07-09 14:23:19 -04:00