@event-driven-io/emmett-postgresql 0.42.1-alpha.1 → 0.42.1

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.
package/dist/index.cjs CHANGED
@@ -2745,7 +2745,7 @@ BEGIN
2745
2745
  END $$;
2746
2746
  `);
2747
2747
  var migration_0_42_0_FromSubscriptionsToProcessors = _dumbo.sqlMigration.call(void 0,
2748
- "emt:postgresql:eventstore:0.42.1-alpha.1:from-subscriptions-to-processors",
2748
+ "emt:postgresql:eventstore:0.42.0:from-subscriptions-to-processors",
2749
2749
  [migration_0_42_0_FromSubscriptionsToProcessorsSQL]
2750
2750
  );
2751
2751
  var migration_0_42_0_2_AddProcessorProjectionFunctionsSQL = _dumbo.rawSql.call(void 0, `
@@ -3022,7 +3022,7 @@ END;
3022
3022
  $emt_deactivate_projection$;
3023
3023
  `);
3024
3024
  var migration_0_42_0_2_AddProcessorProjectionFunctions = _dumbo.sqlMigration.call(void 0,
3025
- "emt:postgresql:eventstore:0.42.1-alpha.1-2:add-processor-projection-functions",
3025
+ "emt:postgresql:eventstore:0.42.0-2:add-processor-projection-functions",
3026
3026
  [migration_0_42_0_2_AddProcessorProjectionFunctionsSQL]
3027
3027
  );
3028
3028