|
|
|
|
@ -10,8 +10,8 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
@@ -10,8 +10,8 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
|
|
|
|
namespace Bit.PostgresMigrations.Migrations |
|
|
|
|
{ |
|
|
|
|
[DbContext(typeof(DatabaseContext))] |
|
|
|
|
[Migration("20210921163012_SplitManageCollectionsPermissions")] |
|
|
|
|
partial class SplitManageCollectionsPermissions |
|
|
|
|
[Migration("20211011145128_SplitManageCollectionsPermissions2")] |
|
|
|
|
partial class SplitManageCollectionsPermissions2 |
|
|
|
|
{ |
|
|
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder) |
|
|
|
|
{ |
|
|
|
|
@ -509,6 +509,9 @@ namespace Bit.PostgresMigrations.Migrations
@@ -509,6 +509,9 @@ namespace Bit.PostgresMigrations.Migrations
|
|
|
|
|
.HasMaxLength(100) |
|
|
|
|
.HasColumnType("character varying(100)"); |
|
|
|
|
|
|
|
|
|
b.Property<int?>("MaxAutoscaleSeats") |
|
|
|
|
.HasColumnType("integer"); |
|
|
|
|
|
|
|
|
|
b.Property<short?>("MaxCollections") |
|
|
|
|
.HasColumnType("smallint"); |
|
|
|
|
|
|
|
|
|
@ -519,6 +522,9 @@ namespace Bit.PostgresMigrations.Migrations
@@ -519,6 +522,9 @@ namespace Bit.PostgresMigrations.Migrations
|
|
|
|
|
.HasMaxLength(50) |
|
|
|
|
.HasColumnType("character varying(50)"); |
|
|
|
|
|
|
|
|
|
b.Property<DateTime?>("OwnersNotifiedOfAutoscaling") |
|
|
|
|
.HasColumnType("timestamp without time zone"); |
|
|
|
|
|
|
|
|
|
b.Property<string>("Plan") |
|
|
|
|
.HasMaxLength(50) |
|
|
|
|
.HasColumnType("character varying(50)"); |