rebus-org / Rebus.PostgreSql

:bus: PostgreSQL persistence for Rebus
https://mookid.dk/category/rebus
Other
17 stars 19 forks source link

Added EnsureTableIsCreatedAsync for Transport #25

Closed Laurianti closed 2 years ago

Laurianti commented 2 years ago

Inspired by Rebus.SqlServer: https://github.com/rebus-org/Rebus.SqlServer/blob/master/Rebus.SqlServer/SqlServer/Transport/SqlServerTransport.cs#L132

Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 2 years ago

Looks much better! 👍

Laurianti commented 2 years ago

Thank you for accepting the PR. Could be released as 7.4.0? Thank you

mookid8000 commented 2 years ago

Your PR didn't add any functionality, right?

It's great to clean up the code and make it easier to understand, but I don't think it should result in a new version if it doesn't add anything visible to the user.