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:
@ -1111,6 +1111,9 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
b.Property<int>("AccessCount")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<Guid?>("CipherId")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
Reference in New Issue
Block a user