ponder 0.8.18 → 0.8.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4637,7 +4637,7 @@ END;
4637
4637
  $$ LANGUAGE plpgsql
4638
4638
  `).execute(qb.internal);
4639
4639
  await sql2.raw(`
4640
- CREATE TRIGGER "${tableName.trigger}"
4640
+ CREATE OR REPLACE TRIGGER "${tableName.trigger}"
4641
4641
  AFTER INSERT OR UPDATE OR DELETE ON "${preBuild.namespace}"."${tableName.sql}"
4642
4642
  FOR EACH ROW EXECUTE FUNCTION ${tableName.triggerFn};
4643
4643
  `).execute(qb.internal);