laiguoran 5 лет назад
Родитель
Сommit
00eb426b4a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/all_models/user.js

+ 1 - 1
modules/all_models/user.js

@@ -46,7 +46,7 @@ let schema = {
     email: String,
     mobile: {
         type: String,
-        unique: true,
+        // unique: true,
     },
     qq: {
         type: String,