mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00:00
Redoing migration
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user