Skip to content

Commit

Permalink
feat: re-generate avro schemas for renamed events
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jun 6, 2024
1 parent 7a4fc09 commit a22af15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
}
}
],
"namespace": "org.openedx.enterprise_subsidies.ledger_transaction.created.v1"
"namespace": "org.openedx.enterprise.subsidy_ledger_transaction.committed.v1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
}
}
],
"namespace": "org.openedx.enterprise_subsidies.ledger_transaction.failed.v1"
"namespace": "org.openedx.enterprise.subsidy_ledger_transaction.created.v1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
}
}
],
"namespace": "org.openedx.enterprise_subsidies.ledger_transaction.reversed.v1"
"namespace": "org.openedx.enterprise.subsidy_ledger_transaction.failed.v1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
}
}
],
"namespace": "org.openedx.enterprise_subsidies.ledger_transaction.committed.v1"
"namespace": "org.openedx.enterprise.subsidy_ledger_transaction.reversed.v1"
}

0 comments on commit a22af15

Please sign in to comment.