8000 GitHub - mispencer/EfMigrations: Utility to create EF migrations from the command line
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mispencer/EfMigrations

Repository files navigation

To Use:
	Copy to migrating project bin folder.
	Adjust app.config to map to correct EF version.

Usage:
	--action: Required - one of AddMigration, PendingMigrations, UpdateDatabase or GenerateScript
	--name: Required for AddMigration - The name of the new migration
	--sourceMigration: For GenerateScript - the source migration to generate script from
	--targetMigration: For GenerateScript and UpdateDatabase - the target migration to get database to
	--baseFolder: The base folder of the project with migrations
	--binFolder: The folder containing the assembly containing migration
	--assemblyName: The name of the assembly containing migration
	--configPath: Name to the config file with connection string
	--connectionName: Name of connection string
	

About

Utility to create EF migrations from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0