mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
Adding CipherId to the Send table, create/update sprocs, and added migrations
This commit is contained in:
@@ -1125,6 +1125,9 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
b.Property<int>("AccessCount")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<Guid?>("CipherId")
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user