Fix tests
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace VigilCare.WardGateway.Migrations;
|
||||
|
||||
[DbContext(typeof(GatewayDbContext))]
|
||||
[Migration("20260625000000_AddLocalAlertExplanation")]
|
||||
public partial class AddLocalAlertExplanation : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
|
||||
Reference in New Issue
Block a user