leonibr / community-extensions-cache-postgres

A PostgreSQL Implementation of IDistributedCache interface. Using Postgresql as distributed cache in Asp.Net Core. NetStandard 2.0
54 stars 17 forks source link

Create a new schema when creating DB infrastructure #9

Closed Jenevra closed 3 years ago

Jenevra commented 3 years ago

Hi!

What do you think about creating a schema if it does not exist in a database? It would be very useful when you set true for the CreateInfrastructure parameter, and the specified schema will be created too.

leonibr commented 3 years ago

Sorry for the delay, @Jenevra ! You are absolutely right 😊 I don't know why this is not set along the rest of infrastructure creation!!, thanks for point that out!