mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Merge branch 'master' into feature/flexible-collections
This commit is contained in:
@ -1508,6 +1508,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
|
||||
b.Property<string>("Folders")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("Key")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<Guid?>("OrganizationId")
|
||||
.HasColumnType("char(36)");
|
||||
|
Reference in New Issue
Block a user