Fixes the versionCommit migration
This commit is contained in:
@ -42,9 +42,12 @@ namespace isndhost.Migrations
|
||||
});
|
||||
|
||||
migrationBuilder.Sql(
|
||||
@"delete from 'PackageVersions'; delete from 'Packages';"
|
||||
@"delete from ""PackageVersions"""
|
||||
);
|
||||
|
||||
migrationBuilder.Sql(
|
||||
@"delete from ""Packages"";"
|
||||
);
|
||||
|
||||
migrationBuilder.CreateIndex(
|
||||
name: "IX_Packages_CommitNId",
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>@ViewData["Title"] - nuget host</title>
|
||||
<title>@ViewData["Title"] - isnd</title>
|
||||
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
|
||||
<link rel="stylesheet" href="~/css/site.css" />
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<a href="~/" class="navbar-brand">
|
||||
<img src="~/icon.png" class="icon-banner">
|
||||
Nuget host
|
||||
Isn
|
||||
</a>
|
||||
|
||||
@if (!string.IsNullOrWhiteSpace(name))
|
||||
|
Reference in New Issue
Block a user