mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 14:50:03 +02:00
10 lines
307 B
SQL
10 lines
307 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: vostfr rename on
|
|
-- @exportedAt: 2026-08-28T20:53:35.796Z
|
|
-- @opIds: 14057
|
|
|
|
-- --- BEGIN op 14057 ( update custom_format "VOSTFR" )
|
|
update "custom_formats" set "include_in_rename" = 1 where "name" = 'VOSTFR' and "include_in_rename" = 0;
|
|
-- --- END op 14057
|