1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 10:43:44 +00:00

add migrations

This commit is contained in:
jaasen-livefront
2025-11-14 10:54:32 -08:00
parent a9e845d9bd
commit 314fa33a43
6 changed files with 7091 additions and 0 deletions

View File

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