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