Make namespace name match assembly name

This commit is contained in:
Michael Bucari-Tovo
2025-11-25 13:33:50 -07:00
parent 2a6cf38677
commit ffbb3c3516

View File

@@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore.Design;
namespace DataLayer.Postgres
namespace DataLayer.Sqlite
{
public class SqliteContextFactory : IDesignTimeDbContextFactory<LibationContext>
{