chore: New teams get collaborative editing by default
This commit is contained in:
@@ -93,7 +93,7 @@ class Team extends ParanoidModel {
|
|||||||
@Column
|
@Column
|
||||||
memberCollectionCreate: boolean;
|
memberCollectionCreate: boolean;
|
||||||
|
|
||||||
@Default(false)
|
@Default(true)
|
||||||
@Column
|
@Column
|
||||||
collaborativeEditing: boolean;
|
collaborativeEditing: boolean;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user