mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 02:30:02 +02:00
10 lines
271 B
SQL
10 lines
271 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Delete Dutch Groups
|
|
-- @exportedAt: 2026-08-28T22:09:50.662Z
|
|
-- @opIds: 14151
|
|
|
|
-- --- BEGIN op 14151 ( delete custom_format "Dutch Groups" )
|
|
delete from "custom_formats" where "name" = 'Dutch Groups';
|
|
-- --- END op 14151
|