diff --git a/ops/136.delete-dutch-groups.sql b/ops/136.delete-dutch-groups.sql new file mode 100644 index 0000000..69c38f4 --- /dev/null +++ b/ops/136.delete-dutch-groups.sql @@ -0,0 +1,9 @@ +-- @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