I wanto to change the schema of the elmah_error
table from public to elmah.
I'm getting this error: Npgsql.NpgsqlException: relation "elmah_error" does not exist
. It keep's searching for this table on public only.
On the Web.config I'm trying to set schema=elmah
on the errorLog with no success. Found some Sqlerrolog.cs
to add the schema, but I'm using PgsqlErrorLog on errorLog and found no PgsqlErrorLog.cs
to change.
Someone have a hint about what to do in this situation?
Thanks everyone.