1
0
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:
Tom
2024-01-04 11:42:43 -05:00
parent 061253e428
commit 07ae5e26fa
14 changed files with 7279 additions and 6 deletions

View File

@ -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");