You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can take a look at migrating everything to use BSONHandlers with automatic serialization to BSON.
If I remember correctly, some keys still need to be changed to camelCase. Don't forget the migrations.
Files that still use BSONDocumentWriter or BSONDocumentReader:
User.scala
Job.scala
JobClusterData.scala
JobEvent.scala
JobEventLog.scala
StatisticsObject.scala
ToolStatistic.scala
UserConfig.scala
UserToken.scala
The text was updated successfully, but these errors were encountered:
We can take a look at migrating everything to use BSONHandlers with automatic serialization to BSON.
If I remember correctly, some keys still need to be changed to camelCase. Don't forget the migrations.
Files that still use BSONDocumentWriter or BSONDocumentReader:
The text was updated successfully, but these errors were encountered: