mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 09:30:08 -04:00
update: include AMZN custom format in renames
This commit is contained in:
9
ops/1.update-include-amzn-custom-format-in-renames.sql
Normal file
9
ops/1.update-include-amzn-custom-format-in-renames.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: update: include AMZN custom format in renames
|
||||
-- @exportedAt: 2026-01-31T00:22:56.654Z
|
||||
-- @opIds: 436
|
||||
|
||||
-- --- BEGIN op 436 ( update custom_format "AMZN" )
|
||||
update "custom_formats" set "include_in_rename" = 1 where "name" = 'AMZN' and "include_in_rename" = 0;
|
||||
-- --- END op 436
|
||||
Reference in New Issue
Block a user