mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00: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