1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Run ef_migrate.ps1 (#2892)

- React to entity namespace changes
- Add missing migration for MySql
This commit is contained in:
Justin Baur
2023-05-01 09:32:06 -04:00
committed by GitHub
parent 0e55862b3c
commit 137c87e86b
9 changed files with 7289 additions and 650 deletions

View File

@ -0,0 +1,18 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace Bit.PostgresMigrations.Migrations;
public partial class EFUpdate : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
}
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}