Update to latest packages and show examples
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using GerstITS.Data.EntityFramework.PostgreSql.Migrations;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
|
||||
namespace GerstITS.Examples.Data.Migrations;
|
||||
|
||||
public sealed class CustomerDatabaseConfigurator : PostgreSqlDatabaseConfiguratorBase<CustomerDbContext>
|
||||
{
|
||||
#region Constructors
|
||||
|
||||
public CustomerDatabaseConfigurator(IConfiguration configuration)
|
||||
: base("examples", configuration)
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user