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