Update EF commands
This commit is contained in:
parent
8e7fca953c
commit
b271cdf91d
|
|
@ -75,7 +75,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// > dnx . ef migration add [migration name]
|
||||
/// > dnx ef migrations add [migration name]
|
||||
/// </summary>
|
||||
internal static string DatabaseErrorPage_AddMigrationCommand
|
||||
{
|
||||
|
|
@ -83,7 +83,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// > dnx . ef migration add [migration name]
|
||||
/// > dnx ef migrations add [migration name]
|
||||
/// </summary>
|
||||
internal static string FormatDatabaseErrorPage_AddMigrationCommand()
|
||||
{
|
||||
|
|
@ -203,7 +203,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// > dnx . ef migration apply
|
||||
/// > dnx ef database update
|
||||
/// </summary>
|
||||
internal static string DatabaseErrorPage_ApplyMigrationsCommand
|
||||
{
|
||||
|
|
@ -211,7 +211,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// > dnx . ef migration apply
|
||||
/// > dnx ef database update
|
||||
/// </summary>
|
||||
internal static string FormatDatabaseErrorPage_ApplyMigrationsCommand()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
<value>An exception occurred while calculating the database error page content. Skipping display of the database error page.</value>
|
||||
</data>
|
||||
<data name="DatabaseErrorPage_AddMigrationCommand" xml:space="preserve">
|
||||
<value>> dnx . ef migration add [migration name]</value>
|
||||
<value>> dnx ef migrations add [migration name]</value>
|
||||
</data>
|
||||
<data name="DatabaseErrorPage_HowToApplyFromCmd" xml:space="preserve">
|
||||
<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>
|
||||
</data>
|
||||
<data name="DatabaseErrorPage_ApplyMigrationsCommand" xml:space="preserve">
|
||||
<value>> dnx . ef migration apply</value>
|
||||
<value>> dnx ef database update</value>
|
||||
</data>
|
||||
<data name="InvalidEnumValue" xml:space="preserve">
|
||||
<value>The value provided for argument '{argumentName}' must be a valid value of enum type '{enumType}'.</value>
|
||||
|
|
|
|||
Loading…
Reference in New Issue