mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00:00
Redoing migration
This commit is contained in:
@@ -105,9 +105,6 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<bool>("UseDisableSmAdsForUsers")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("Enabled")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
@@ -227,6 +224,9 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
b.Property<bool>("UseDirectory")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("UseDisableSmAdsForUsers")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("UseEvents")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user