Bruno Casado

Results 7 comments of Bruno Casado

Hey guys, I faced the same problem yesterday. i needed create two indexes like below: ``` create unique index sessions_name_product_id on sessions (name, (parent_id is null), product_id) where parent_id is...

More information about my workspace: WSL 2 - ubuntu 20 bcrypt 5 node v14.15.4 Feel free to ask something else.

Good Night Joshua, I define my models like this: var ProjectCommentSchema = new Schema({ text: { type: String/*, required: true */ }, _user: { type: Schema.ObjectId, ref: 'User', required: true},...

@JoshuaGross yes, was modeled. Bad the problem the entire project is well advanced and was not used to function defineModels and I think this could be a problem. We are...