SurfSense/surfsense_backend/alembic/versions
2026-04-27 22:44:40 +02:00
..
0_initial_schema.py
1_add_github_connector_enum.py
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
6_change_podcast_content_to_transcript.py
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
11_add_llm_config_table_and_relationships.py
12_add_logs_table.py
13_add_jira_connector_enums.py
14_add_confluence_connector_enums.py
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
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
26_add_language_column_to_llm_configs.py
27_add_searxng_connector_enum.py
28_add_chinese_litellmprovider_enum.py
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
34_add_podcast_staleness_detection.py
35_update_litellmprovider_enum_comprehensive.py
36_remove_fk_constraints_for_global_llm_configs.py
37_add_system_prompts_to_searchspaces.py
38_add_webcrawler_connector_enum.py
39_add_rbac_tables.py
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
55_rename_google_drive_connector_to_file.py
56_add_circleback_connector_enums.py
57_allow_multiple_connectors_per_type.py
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
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
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
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
80_add_user_incentive_tasks_table.py
81_add_public_chat_features.py
82_add_podcast_status_and_thread.py
83_add_reddit_follow_incentive_task.py
84_migrate_global_llm_configs_to_auto_mode.py
85_add_public_chat_snapshots_table.py
86_add_document_created_by.py
87_add_document_connector_id.py
88_make_podcast_transcript_nullable.py
89_make_podcast_file_location_nullable.py
90_add_public_sharing_permissions_to_roles.py
91_add_discord_join_incentive_task.py
92_add_refresh_tokens_table.py
93_add_image_generations_table.py
94_add_access_token_to_image_generations.py
95_add_document_status_column.py
96_add_shared_memories_table.py
97_add_github_models_to_litellmprovider_enum.py
98_add_user_id_to_llm_and_image_configs.py
99_add_reports_table.py
100_add_report_group_id.py
101_add_source_markdown_to_documents.py
102_add_enable_summary_to_connectors.py
103_add_last_login_to_user.py
104_add_notification_composite_indexes.py
105_add_chunks_document_id_index.py
106_add_minimax_to_litellmprovider_enum.py
107_add_video_presentations_table.py
108_cleanup_electric_sql_artifacts.py
109_add_folders_table.py
110_add_onedrive_connector_enums.py
111_add_prompts_table.py
112_add_dropbox_connector_enums.py
113_add_prompt_library_schema.py
114_seed_default_prompts.py
115_add_page_purchases_table.py
116_create_zero_publication.py refactor: streamline document upload limits and enhance handling of mentioned documents 2026-04-02 19:39:10 -07:00
117_optimize_zero_publication_column_lists.py Tidy alembic migration version scripts 2026-04-24 18:49:22 +02:00
118_add_local_folder_sync_and_versioning.py feat: changed the revision number of folder alembic migration 2026-04-03 11:45:53 +05:30
119_add_vision_llm_id_to_search_spaces.py fix merge conflicts 2026-04-04 09:39:20 +02:00
120_add_vision_llm_configs_table.py chore: ran linting 2026-04-08 05:20:03 +05:30
121_add_memory_md_columns.py Tidy alembic migration version scripts 2026-04-24 18:49:22 +02:00
122_migrate_and_drop_old_memory_tables.py chore: ran linting 2026-04-10 14:20:11 +05:30
123_add_enable_vision_llm_to_connectors.py fix: renumber vision_llm migration from 121 to 123 to resolve conflict with upstream 2026-04-11 11:02:44 +02:00
124_add_ai_file_sort_enabled.py feat: added ai file sorting 2026-04-14 01:43:30 -07:00
125_add_token_usage_table.py chore: ran linting 2026-04-14 21:52:26 +05:30
126_add_premium_token_quota.py feat: no login experience and prem tokens 2026-04-15 17:02:00 -07:00
127_add_report_content_type.py fix: alembic migration nos 2026-04-18 16:05:18 -07:00
128_seed_build_resume_prompt.py fix: alembic migration nos 2026-04-18 16:05:18 -07:00
129_obsidian_plugin_vault_identity.py chore: ran linting 2026-04-22 06:40:39 +05:30
e55302644c51_add_github_connector_to_documenttype_.py