| .. |
|
0_initial_schema.py
|
|
|
|
1_add_github_connector_enum.py
|
chore: linting
|
2026-01-15 00:05:53 -08:00 |
|
2_add_linear_connector_enum.py
|
|
|
|
3_add_linear_connector_to_documenttype_.py
|
|
|
|
4_add_linkup_api_enum.py
|
|
|
|
5_remove_title_char_limit.py
|
Make migration 5 idempotent
|
2026-01-13 20:12:58 +02:00 |
|
6_change_podcast_content_to_transcript.py
|
Fixed formatting and linting post Jira connector PR
|
2025-07-25 10:52:34 -07:00 |
|
7_remove_is_generated_column.py
|
|
|
|
8_add_content_hash_to_documents.py
|
|
|
|
9_add_discord_connector_enum_and_documenttype.py
|
|
|
|
10_update_chattype_enum_to_qna_report_structure.py
|
chore: linting
|
2026-01-15 00:05:53 -08:00 |
|
11_add_llm_config_table_and_relationships.py
|
|
|
|
12_add_logs_table.py
|
|
|
|
13_add_jira_connector_enums.py
|
Fixed formatting and linting post Jira connector PR
|
2025-07-25 10:52:34 -07:00 |
|
14_add_confluence_connector_enums.py
|
Add migration file
|
2025-07-26 14:46:23 +02:00 |
|
15_add_clickup_connector_enums.py
|
|
|
|
16_fix_connector_unique_constraint.py
|
|
|
|
17_add_google_calendar_connector_enums.py
|
|
|
|
18_add_google_gmail_connector_enums.py
|
|
|
|
19_add_airtable_connector_enums.py
|
|
|
|
20_add_openrouter_to_litellmprovider_enum.py
|
Added OpenRouter to provider list
|
2025-09-16 18:26:58 -07:00 |
|
21_add_luma_connector_enums.py
|
|
|
|
22_add_cometapi_to_litellmprovider_enum.py
|
|
|
|
23_associate_connectors_with_search_spaces.py
|
|
|
|
24_fix_null_chat_types.py
|
|
|
|
25_migrate_llm_configs_to_search_spaces.py
|
feat: added periodic tasks in backend db and frontend hooks
|
2025-10-22 16:14:25 -07:00 |
|
26_add_language_column_to_llm_configs.py
|
|
|
|
27_add_searxng_connector_enum.py
|
|
|
|
28_add_chinese_litellmprovider_enum.py
|
chore: removed chinese comments to pass ruff checks and updated migration nos
|
2025-10-13 20:07:32 -07:00 |
|
29_add_unique_identifier_hash_to_documents.py
|
|
|
|
30_add_baidu_search_connector_enum.py
|
|
|
|
31_add_elasticsearch_connector_enums.py
|
|
|
|
32_add_periodic_indexing_fields.py
|
|
|
|
33_add_page_limits_to_user.py
|
feat: added file limit tracking for a user
|
2025-10-30 14:58:08 -07:00 |
|
34_add_podcast_staleness_detection.py
|
Make migration 34 idempotent
|
2026-01-13 20:13:13 +02:00 |
|
35_update_litellmprovider_enum_comprehensive.py
|
|
|
|
36_remove_fk_constraints_for_global_llm_configs.py
|
|
|
|
37_add_system_prompts_to_searchspaces.py
|
fix(refactor): Alembic migrations
|
2025-11-26 13:22:01 -08:00 |
|
38_add_webcrawler_connector_enum.py
|
|
|
|
39_add_rbac_tables.py
|
feat: Implement Role-Based Access Control (RBAC) for search space resources.
|
2025-11-27 22:45:04 -08:00 |
|
40_move_llm_preferences_to_searchspace.py
|
|
|
|
41_backfill_rbac_for_existing_searchspaces.py
|
|
|
|
42_drop_user_search_space_preferences.py
|
|
|
|
43_add_blocknote_fields_to_documents.py
|
|
|
|
44_add_bookstack_connector_enums.py
|
|
|
|
45_add_updated_at_to_documents.py
|
|
|
|
46_remove_last_edited_at_from_documents.py
|
|
|
|
47_copy_created_at_to_updated_at.py
|
|
|
|
48_add_note_to_documenttype_enum.py
|
|
|
|
49_migrate_old_chats_to_new_chat.py
|
|
|
|
50_remove_podcast_chat_columns.py
|
|
|
|
51_add_new_llm_config_table.py
|
|
|
|
52_rename_llm_preference_columns.py
|
|
|
|
53_cleanup_old_llm_configs.py
|
|
|
|
54_add_google_drive_connector_enums.py
|
feat: added circleback connector
|
2025-12-30 09:00:59 -08:00 |
|
55_rename_google_drive_connector_to_file.py
|
|
|
|
56_add_circleback_connector_enums.py
|
|
|
|
57_allow_multiple_connectors_per_type.py
|
chore: linting
|
2026-01-07 19:10:53 -08:00 |
|
58_unique_connector_name_per_space_user.py
|
|
|
|
59_add_teams_connector_enums.py
|
|
|
|
60_add_surfsense_docs_tables.py
|
|
|
|
61_add_chat_visibility_and_created_by.py
|
|
|
|
62_add_mcp_connector_type.py
|
chore: linting
|
2026-01-15 00:05:53 -08:00 |
|
63_allow_multiple_connectors_with_unique_.py
|
|
|
|
64_add_user_profile_columns.py
|
|
|
|
65_add_message_author_id.py
|
|
|
|
66_add_notifications_table_and_electric_replication.py
|
|
|
|
67_add_pg_trgm_index_for_document_title_search.py
|
|
|
|
68_add_chat_comments_table.py
|
chore: resolve migration file conflicts
|
2026-01-19 17:10:11 +02:00 |
|
69_add_chat_comment_mentions_table.py
|
|
|
|
70_add_comments_permissions_to_roles.py
|
|
|
|
71_add_comments_electric_replication.py
|
|
|
|
72_simplify_rbac_roles.py
|
|
|
|
73_add_user_memories_table.py
|
|
|
|
74_no_op.py
|
refactor: remove unused COMPOSIO_CONNECTOR migration and linting
|
2026-01-22 16:43:08 -08:00 |
|
75_add_chat_session_state_table.py
|
|
|
|
76_add_live_collaboration_tables_electric_replication.py
|
|
|
|
77_add_thread_id_to_chat_comments.py
|
|
|
|
78_add_obsidian_connector.py
|
|
|
|
79_add_composio_connector_enums.py
|
|
|
|
e55302644c51_add_github_connector_to_documenttype_.py
|
|
|