Delete service templates records from the database
Description
Migration script to remove service template records from the database. We may need to batch the deletion.
DELETE FROM integrations WHERE template IS TRUE
Implementation Plan:
-
database Implement a post db migration to delete these records
Edited by Arturo Herrero