mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
add migrations
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user