1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 09:43:25 +00:00

add migrations

This commit is contained in:
jaasen-livefront
2025-12-02 16:49:00 -08:00
parent 2671c23268
commit 3c30168d30
9 changed files with 10424 additions and 0 deletions

View File

@@ -2314,6 +2314,9 @@ namespace Bit.MySqlMigrations.Migrations
b.Property<DateTime?>("ArchivedDate")
.HasColumnType("datetime(6)");
b.Property<string>("Archives")
.HasColumnType("longtext");
b.Property<string>("Attachments")
.HasColumnType("longtext");