mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05: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