Update EF commands

This commit is contained in:
Brice Lambson 2015-09-16 14:03:45 -07:00
parent 8e7fca953c
commit b271cdf91d
2 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
} }
/// <summary> /// <summary>
/// &gt; dnx . ef migration add [migration name] /// &gt; dnx ef migrations add [migration name]
/// </summary> /// </summary>
internal static string DatabaseErrorPage_AddMigrationCommand internal static string DatabaseErrorPage_AddMigrationCommand
{ {
@ -83,7 +83,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
} }
/// <summary> /// <summary>
/// &gt; dnx . ef migration add [migration name] /// &gt; dnx ef migrations add [migration name]
/// </summary> /// </summary>
internal static string FormatDatabaseErrorPage_AddMigrationCommand() internal static string FormatDatabaseErrorPage_AddMigrationCommand()
{ {
@ -203,7 +203,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
} }
/// <summary> /// <summary>
/// &gt; dnx . ef migration apply /// &gt; dnx ef database update
/// </summary> /// </summary>
internal static string DatabaseErrorPage_ApplyMigrationsCommand internal static string DatabaseErrorPage_ApplyMigrationsCommand
{ {
@ -211,7 +211,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
} }
/// <summary> /// <summary>
/// &gt; dnx . ef migration apply /// &gt; dnx ef database update
/// </summary> /// </summary>
internal static string FormatDatabaseErrorPage_ApplyMigrationsCommand() internal static string FormatDatabaseErrorPage_ApplyMigrationsCommand()
{ {

View File

@ -130,7 +130,7 @@
<value>An exception occurred while calculating the database error page content. Skipping display of the database error page.</value> <value>An exception occurred while calculating the database error page content. Skipping display of the database error page.</value>
</data> </data>
<data name="DatabaseErrorPage_AddMigrationCommand" xml:space="preserve"> <data name="DatabaseErrorPage_AddMigrationCommand" xml:space="preserve">
<value>&gt; dnx . ef migration add [migration name]</value> <value>&gt; dnx ef migrations add [migration name]</value>
</data> </data>
<data name="DatabaseErrorPage_HowToApplyFromCmd" xml:space="preserve"> <data name="DatabaseErrorPage_HowToApplyFromCmd" xml:space="preserve">
<value>You can also apply migrations from the command line:</value> <value>You can also apply migrations from the command line:</value>
@ -154,7 +154,7 @@
<value>Applying existing migrations for {0} may resolve this issue</value> <value>Applying existing migrations for {0} may resolve this issue</value>
</data> </data>
<data name="DatabaseErrorPage_ApplyMigrationsCommand" xml:space="preserve"> <data name="DatabaseErrorPage_ApplyMigrationsCommand" xml:space="preserve">
<value>&gt; dnx . ef migration apply</value> <value>&gt; dnx ef database update</value>
</data> </data>
<data name="InvalidEnumValue" xml:space="preserve"> <data name="InvalidEnumValue" xml:space="preserve">
<value>The value provided for argument '{argumentName}' must be a valid value of enum type '{enumType}'.</value> <value>The value provided for argument '{argumentName}' must be a valid value of enum type '{enumType}'.</value>