mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-06-23 11:43:48 +02:00
10 lines
460 B
SQL
10 lines
460 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Add Default Delay Profile
|
|
-- @exportedAt: 2026-05-19T22:28:17.968Z
|
|
-- @opIds: 10562
|
|
|
|
-- --- BEGIN op 10562 ( create delay_profile "Default" )
|
|
insert into "delay_profiles" ("name", "preferred_protocol", "usenet_delay", "torrent_delay", "bypass_if_highest_quality", "bypass_if_above_custom_format_score", "minimum_custom_format_score") values ('Default', 'prefer_torrent', 0, 0, 0, 0, NULL);
|
|
-- --- END op 10562
|