🎨 Update 'k' to 'dnx' in migrations info

This commit is contained in:
Rowan Miller 2015-03-23 15:55:43 -07:00
parent 890fce4eed
commit f644aea3b1
1 changed files with 2 additions and 2 deletions

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>
</data>
<data name="DatabaseErrorPage_AddMigrationCommand" xml:space="preserve">
<value>&gt; k ef migration add [migration name]</value>
<value>&gt; dnx . ef migration add [migration name]</value>
</data>
<data name="DatabaseErrorPage_ApplyMigrationsButton" xml:space="preserve">
<value>Apply Migrations</value>
@ -169,7 +169,7 @@
<value>Applying existing migrations for {0} may resolve this issue</value>
</data>
<data name="DatabaseErrorPage_ApplyMigrationsCommand" xml:space="preserve">
<value>&gt; k ef migration apply</value>
<value>&gt; dnx . ef migration apply</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>