..
20250620100000_initial_schema.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100001_add_ocr_queue.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100002_add_enhanced_ocr_fields.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100003_add_ocr_queue_function.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100004_update_settings_defaults.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100005_create_ocr_analytics_view.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100006_add_missing_ocr_columns.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100007_fix_ocr_queue_stats_types.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100008_add_webdav_fields.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100009_add_user_roles.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100010_notifications.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100011_add_sources_table.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100012_add_enhanced_ocr_settings.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100013_add_database_guardrails.sql
fix(server): resolve issues with the retry ocr tests
2025-07-02 22:47:51 +00:00
20250620100014_update_file_paths_to_structured_dirs.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100015_add_ocr_failure_reason.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100016_add_file_hash_field.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100017_add_labels_system.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100018_add_assigned_by_to_document_labels.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100019_fix_completed_today_count.sql
feat(migrations): resolve migrations names and remove legacy migrations code
2025-06-23 21:08:43 +00:00
20250620100020_normalize_existing_etags.sql
fix(migrations): fix comment referencing old migration name
2025-06-23 21:10:44 +00:00
20250624000001_add_ignored_files_table.sql
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests
2025-06-24 17:20:33 +00:00
20250626000001_add_oidc_user_mapping.sql
feat(server): set up oidc system and migrations
2025-06-26 18:52:57 +00:00
20250628000001_backfill_ocr_confidence.sql
feat(migration): disable OCR consistency trigger for OCR confidence backfill
2025-06-28 17:23:35 +00:00
20250628000002_populate_ocr_queue_from_pending.sql
fix(ocr_status): populate the ocr queue with pending jobs and add easy 'retry' button
2025-06-28 18:08:00 +00:00
20250628000003_add_failed_documents_table.sql
feat(server/client): add failed_documents table to handle failures, and move logic of failures
2025-06-28 20:52:58 +00:00
20250628000004_migrate_failed_ocr_to_failed_documents.sql
feat(server/client): resolve failing tests
2025-06-28 21:21:05 +00:00
20250630104504_add_document_metadata_fields.sql
feat(server/client): add metadata to file view
2025-06-30 19:13:16 +00:00
20250701000000_add_webdav_directories.sql
feat(webdav): track directory etags
2025-07-01 21:22:16 +00:00
20250701000001_add_ocr_retry_history.sql
feat(server/client): implement retry functionality for both successful and failed documents
2025-07-02 00:06:47 +00:00
20250702000001_add_ocr_retry_fields.sql
feat(tests): fix ocr_retry issues in tests
2025-07-02 21:30:36 +00:00
20250702000002_fix_ocr_retry_guardrails.sql
fix(server): resolve ocr test functionality failing due to db trigger
2025-07-02 22:38:13 +00:00
20250703000001_add_scan_progress_tracking.sql
feat(webdav): gracefully recover webdav from stops/crashes
2025-07-03 04:45:25 +00:00
20250703000002_add_source_validation_fields.sql
feat(webdav): also add some crazy source automatic validation
2025-07-03 05:26:36 +00:00
20250708000001_simplify_ocr_queue_stats.sql
fix(migrations): resolve PostgreSQL function type mismatch in get_ocr_queue_stats
2025-07-08 22:30:21 +00:00
20250709000001_create_new_queue_stats_function.sql
fix(stats): create new get_queue_statistics function to avoid conflicts
2025-07-09 00:27:43 +00:00
20250710000001_add_remaining_source_metadata_fields.sql
feat(client): show more fields for Documents
2025-07-10 21:02:15 +00:00
20250714000000_add_multi_language_ocr_support.sql
fix(migrations): resolve issue with latest migration and multi-language support
2025-07-18 19:30:51 +00:00
20250729000001_backfill_document_source_id.sql
fix(db): backfill data for sources given missing counts
2025-07-29 21:27:54 +00:00
20250817000001_add_generic_source_scan_failures.sql
fix(migrations): also resolve issue in the new generic source scan failure migration
2025-08-18 15:59:22 +00:00
20250820000001_add_webdav_metrics.sql
feat(webdav): resolve failing migration tests, and implement better error handling
2025-08-23 18:52:52 +00:00
20250823000001_remove_webdav_metrics_tables.sql
feat(metrics): try to simplify webdav metrics some
2025-08-23 22:17:40 +00:00
20250901000001_add_office_extraction_settings.sql
refactor(server): remove XML vs library comparison functionality
2025-09-02 01:22:19 +00:00