1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 01:33:20 +00:00

Redoing migration

This commit is contained in:
cd-bitwarden
2025-11-26 11:55:52 -05:00
parent b8a14c948a
commit 17fad604cd
10 changed files with 495 additions and 27 deletions

View File

@@ -111,9 +111,6 @@ namespace Bit.PostgresMigrations.Migrations
b.Property<DateTime>("CreationDate")
.HasColumnType("timestamp with time zone");
b.Property<bool>("UseDisableSmAdsForUsers")
.HasColumnType("boolean");
b.Property<bool>("Enabled")
.HasColumnType("boolean");
@@ -234,6 +231,9 @@ namespace Bit.PostgresMigrations.Migrations
b.Property<bool>("UseDirectory")
.HasColumnType("boolean");
b.Property<bool>("UseDisableSmAdsForUsers")
.HasColumnType("boolean");
b.Property<bool>("UseEvents")
.HasColumnType("boolean");