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