I'm getting the following error in my PostgresSQL logs whenever my context is initialized:
2014-06-03 09:51:25 PDT ERROR: column c.CreatedOn does not exist at character 10
2014-06-03 09:51:25 PDT STATEMENT: SELECT
c."CreatedOn"
FROM "__MigrationHistory" AS c
LIMIT 1
Everything seems to work okay for the most part, but I'd like to better understand the error and make it go away if possible.
Is this an error with the dotConnect provider or am I expected to add this custom column to my __MigrationHistory table?