changed structure

This commit is contained in:
2025-01-09 13:23:49 -06:00
parent 46b278e08a
commit f67d00c921
10 changed files with 28 additions and 33 deletions
@@ -6,10 +6,10 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace barkman.Migrations
namespace barkmanapi.Migrations
{
[DbContext(typeof(BarkContext))]
[Migration("20250109005806_InitialCreate")]
[Migration("20250109192017_InitialCreate")]
partial class InitialCreate
{
/// <inheritdoc />
@@ -2,7 +2,7 @@
#nullable disable
namespace barkman.Migrations
namespace barkmanapi.Migrations
{
/// <inheritdoc />
public partial class InitialCreate : Migration
@@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace barkman.Migrations
namespace barkmanapi.Migrations
{
[DbContext(typeof(BarkContext))]
partial class BarkContextModelSnapshot : ModelSnapshot