Summary
    Gets all migrations that are defined in the configured migrations assembly.
    
		- Namespace
 - Cake
.EntityFramework .Interfaces  - Containing Type
 - IEfMigrator
 
Syntax
IEnumerable<string> GetLocalMigrations()
	Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
					List of strings |