mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
add migrations
This commit is contained in:
@@ -2303,6 +2303,9 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
b.Property<DateTime?>("ArchivedDate")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Archives")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Attachments")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user