mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
Adding CipherId to the Send table, create/update sprocs, and added migrations
This commit is contained in:
@ -1113,6 +1113,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
b.Property<int>("AccessCount")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<Guid?>("CipherId")
|
||||
.HasColumnType("char(36)");
|
||||
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
|
Reference in New Issue
Block a user