budgit/internal/db/migrations
juancwu 7c24a8302d
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m50s
feat: investment accounts
2026-05-22 14:49:57 +00:00
..
00001_create_identity_access_tables.sql feat: new minimal db schema 2026-04-06 15:07:25 +00:00
00002_create_workspace_collaboration_tables.sql feat: add currency to accounts 2026-05-04 04:24:08 +00:00
00003_create_financial_management_tables.sql feat: add currency to accounts 2026-05-04 04:24:08 +00:00
00004_add_balance_to_accounts.sql chore: calculate total balance for space 2026-04-11 17:57:41 +00:00
00005_create_categories_tables.sql feat: add categories 2026-04-11 19:12:19 +00:00
00006_seed_categories.sql feat: seed categories 2026-04-11 19:16:40 +00:00
00007_add_transaction_title_and_occurred_at.sql feat: pay bills 2026-04-22 15:49:00 +00:00
00008_replace_related_transaction_id_with_table.sql feat: pay bills 2026-04-22 15:49:00 +00:00
00009_create_space_audit_logs_table.sql feat: drop sqlite support 2026-05-04 00:29:45 +00:00
00010_create_transaction_audit_logs_table.sql feat: drop sqlite support 2026-05-04 00:29:45 +00:00
00011_index_audit_metadata_account_id.sql feat: drop sqlite support 2026-05-04 00:29:45 +00:00
00012_create_allocations_table.sql feat: savings allocations 2026-05-04 03:19:36 +00:00
00013_index_allocation_audit_logs.sql feat: savings allocations 2026-05-04 03:19:36 +00:00
00014_add_currency_to_accounts.sql feat: add currency to accounts 2026-05-04 04:24:08 +00:00
00015_create_recurring_events_table.sql feat: recurring transactions 2026-05-04 04:42:22 +00:00
00016_add_unique_account_name_per_space_index.sql feat: add unique constraint accounts(name, space_id) 2026-05-10 13:09:58 +00:00
00017_add_business_days_only_to_recurring_events.sql feat: shift recurring event date if lands on weekends 2026-05-10 13:28:06 +00:00
00018_create_account_deletion_requests_table.sql feat: account deletion 2026-05-17 15:01:04 +00:00
00019_add_investment_tracking.sql feat: investment accounts 2026-05-22 14:49:57 +00:00