mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-06-23 11:43:48 +02:00
14 lines
427 B
SQL
14 lines
427 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Delete Unreferenced
|
|
-- @exportedAt: 2026-05-20T00:15:31.880Z
|
|
-- @opIds: 10578, 10579
|
|
|
|
-- --- BEGIN op 10578 ( delete regular_expression "Not Subbed" )
|
|
delete from "regular_expressions" where "name" = 'Not Subbed';
|
|
-- --- END op 10578
|
|
|
|
-- --- BEGIN op 10579 ( delete regular_expression "Sicario" )
|
|
delete from "regular_expressions" where "name" = 'Sicario';
|
|
-- --- END op 10579
|