mirror of
https://github.com/bitwarden/server
synced 2026-01-06 10:34:01 +00:00
Updating SM to Sm, and adding more view refreshes
This commit is contained in:
@@ -108,7 +108,7 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<bool>("UseDisableSMAdsForUsers")
|
||||
b.Property<bool>("UseDisableSmAdsForUsers")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("Enabled")
|
||||
|
||||
@@ -11,7 +11,7 @@ public partial class AddingNewFlagToLicenseForDisableSMAdsForUser : Migration
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<bool>(
|
||||
name: "UseDisableSMAdsForUsers",
|
||||
name: "UseDisableSmAdsForUsers",
|
||||
table: "Organization",
|
||||
type: "INTEGER",
|
||||
nullable: false,
|
||||
@@ -22,7 +22,7 @@ public partial class AddingNewFlagToLicenseForDisableSMAdsForUser : Migration
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "UseDisableSMAdsForUsers",
|
||||
name: "UseDisableSmAdsForUsers",
|
||||
table: "Organization");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<bool>("UseDisableSMAdsForUsers")
|
||||
b.Property<bool>("UseDisableSmAdsForUsers")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("Enabled")
|
||||
|
||||
Reference in New Issue
Block a user