-
Notifications
You must be signed in to change notification settings - Fork 17
Description
https://github.com/fluentmigrator/documentation/blob/master/articles/version-table-metadata.md
Example leaves off ApplicationContext
property of IVersionTableMetaData. Worse yet, the property is marked Obsolete so it's quite unclear what should happen here. A cryptic error while attempting to implement says use DI instead but DI of what? Using .Services.AddSingleton<IConventionSet>(new DefaultConventionSet(defaultSchemaName: "myschema", workingDirectory: null))
with Sql Server doesn't set the schema for version table to myschema
, instead defaultSchemaName
attempts to set the database!
This page needs an example that works. I tried digging through the code to make a PR and fix but it's unclear what the developer was attempting so it's hard to make any meaningful fix.