jamiehumphries / Elmah.SqlServer.EFInitializer

Automatically creates an Elmah database on SQL Server using Entity Framework migrations.
http://jamiehumphries.github.io/Elmah.SqlServer.EFInitializer/
MIT License
4 stars 6 forks source link

Allow changing Elmah table name #9

Open fjdiazt opened 7 years ago

fjdiazt commented 7 years ago

We are moving away from manually running the scripts, to using this nuget package, but we would like to name our Elmah table "ErrorLog" instead of "ELMAH_Error", is that possible somehow?