Update EF commands
This commit is contained in:
parent
8e7fca953c
commit
b271cdf91d
|
|
@ -75,7 +75,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// > dnx . ef migration add [migration name]
|
/// > 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>
|
||||||
/// > dnx . ef migration add [migration name]
|
/// > 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>
|
||||||
/// > dnx . ef migration apply
|
/// > 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>
|
||||||
/// > dnx . ef migration apply
|
/// > dnx ef database update
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FormatDatabaseErrorPage_ApplyMigrationsCommand()
|
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>
|
<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>> dnx . ef migration add [migration name]</value>
|
<value>> 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>> dnx . ef migration apply</value>
|
<value>> 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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue