morffix/migrations
Samuel Lorch 57969cc07d
All checks were successful
/ release (push) Successful in 44s
Add Parallel Tasks Settings
2025-03-19 21:39:46 +01:00
..
000001_create_libraries_table.down.sql Add Migrations 2024-05-05 01:27:39 +02:00
000001_create_libraries_table.up.sql use bigger data types 2024-05-10 13:28:20 +02:00
000002_create_files_table.down.sql Add Migrations 2024-05-05 01:27:39 +02:00
000002_create_files_table.up.sql Add database file status, health and md5 2024-05-11 00:39:45 +02:00
000003_create_workers_table.down.sql Add Migrations 2024-05-05 01:27:39 +02:00
000003_create_workers_table.up.sql Add Migrations 2024-05-05 01:27:39 +02:00
000004_create_task_table.down.sql Add Migrations 2024-05-05 01:27:39 +02:00
000004_create_task_table.up.sql use bigger data types 2024-05-10 13:28:20 +02:00
000005_alter_task_table_updated_at.down.sql Add Library and Transcode Options 2024-06-22 21:01:20 +02:00
000005_alter_task_table_updated_at.up.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000006_create_function_update_updated_at_column.down.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000006_create_function_update_updated_at_column.up.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000007_create_trigger_update_task_timestamp.down.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000007_create_trigger_update_task_timestamp.up.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000008_alter_files_table_updated_at.down.sql move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
000008_alter_files_table_updated_at.up.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000009_create_trigger_update_files_timestamp.down.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000009_create_trigger_update_files_timestamp.up.sql Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
000010_alter_files_table_transcode.down.sql Add Library and Transcode Options 2024-06-22 21:01:20 +02:00
000010_alter_files_table_transcode.up.sql Add Library and Transcode Options 2024-06-22 21:01:20 +02:00
000011_alter_libraries_table_options.down.sql Add Comand to Library 2024-10-08 16:42:25 +02:00
000011_alter_libraries_table_options.up.sql Add Library and Transcode Options 2024-06-22 21:01:20 +02:00
000012_create_ffmpeg_commands_table.down.sql move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
000012_create_ffmpeg_commands_table.up.sql move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
000013_insert_healthcheck.down.sql move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
000013_insert_healthcheck.up.sql move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
000014_alter_task_table_ffmpeg_command.down.sql move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
000014_alter_task_table_ffmpeg_command.up.sql move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
000015_alter_tasks_table_log_offset.down.sql save log offeset so that the master can also log without dropping worker log lines 2024-07-06 15:59:34 +02:00
000015_alter_tasks_table_log_offset.up.sql fix migration 2024-07-06 16:14:28 +02:00
000016_alter_workers_table_queue_enable.down.sql Queue Enable 2024-07-06 18:01:51 +02:00
000016_alter_workers_table_queue_enable.up.sql Queue Enable 2024-07-06 18:01:51 +02:00
000017_alter_files_table_hash.down.sql Improve Scan, Seperate Hashing 2024-07-07 01:12:01 +02:00
000017_alter_files_table_hash.up.sql Improve Scan, Seperate Hashing 2024-07-07 01:12:01 +02:00
000018_alter_files_table_ffprobe_data.down.sql Add old fields, fix md5, fix migratins. 2025-03-19 13:11:03 +01:00
000018_alter_files_table_ffprobe_data.up.sql Add ffprobe Data to scan 2024-07-07 01:52:27 +02:00
000019_alter_libraries_table_command.down.sql Implement Queue Health On New File and Queue Transcode on Health Success 2024-10-11 17:07:52 +02:00
000019_alter_libraries_table_command.up.sql Implement Queue Health On New File and Queue Transcode on Health Success 2024-10-11 17:07:52 +02:00
000020_alter_files_table_transcode.down.sql fix migrations 2025-03-19 13:32:37 +01:00
000020_alter_files_table_transcode.up.sql fix migrations 2025-03-19 13:32:37 +01:00
000021_alter_workers_table_parallel_tasks.down.sql Add Parallel Tasks Settings 2025-03-19 21:39:46 +01:00
000021_alter_workers_table_parallel_tasks.up.sql Add Parallel Tasks Settings 2025-03-19 21:39:46 +01:00