This website requires JavaScript.
Explore
Help
Sign In
bterkuile
/
fizzy
Watch
1
Star
0
Fork
0
You've already forked fizzy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c11a13dc209ba50264e91bb547d7b918837f8b07
fizzy
/
db
/
migrate
T
History
Donal McBreen
cb71af8231
Remove the old fulltext indexes
...
We only search by account_key, content, and title now.
2025-11-21 11:25:16 +00:00
..
20251111122540_initial_schema.rb
…
20251111153019_add_number_to_cards.rb
…
20251112093037_create_search_indices.rb
…
20251112184932_remove_join_code_from_memberships.rb
…
20251113111501_drop_memberships.rb
Drop memberships
2025-11-17 09:12:39 -05:00
20251113160907_add_missing_account_id_columns.rb
Finish the rollout of account_id to all core data models
2025-11-17 09:12:40 -05:00
20251113163145_ensure_account_id_index.rb
Finish the rollout of account_id to all core data models
2025-11-17 09:12:40 -05:00
20251113190256_create_search_record_shards.rb
Make migrations reversible
2025-11-17 09:12:40 -05:00
20251114084325_drop_search_results.rb
Make migrations reversible
2025-11-17 09:12:40 -05:00
20251114183203_ensure_an_identit_can_only_have_one_user_in_an_account.rb
Fix admin having duplicate user after import
2025-11-17 09:12:41 -05:00
20251117190817_change_endpoint_to_text_in_push_subscriptions.rb
Fix schema incomatibilities with production
2025-11-17 20:31:42 +01:00
20251117192434_change_external_account_id_to_bigint_in_accounts.rb
Fix schema incomatibilities with production
2025-11-17 20:31:42 +01:00
20251117202517_change_usage_limit_to_bigint_in_account_join_codes.rb
Fix int and string overflow during prod import
2025-11-18 16:16:01 +01:00
20251120194700_remove_all_foreign_key_constraints.rb
Make sure the migration to remove FK constraints is robust
2025-11-20 15:16:26 -05:00
20251120203100_add_unique_index_to_card_activity_spikes_on_card_id.rb
Fix race condition in Card::ActivitySpike::DetectionJob
2025-11-20 15:40:42 -05:00
20251121092508_add_account_key_to_search_records.rb
Only add and fill account_key
2025-11-21 10:20:27 +00:00
20251121112416_remove_old_fulltext_indexes_from_search_records.rb
Remove the old fulltext indexes
2025-11-21 11:25:16 +00:00