Explorar el Código

Revert "make ('ns', 'key', 'from_env') unique"

This reverts commit eee7202
utsushiiro hace 7 años
padre
commit
8ba60ee768
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/server/models/config.js

+ 0 - 2
src/server/models/config.js

@@ -26,8 +26,6 @@ module.exports = function(crowi) {
     ns: 1,
     key: 1,
     from_env: 1
-  }, {
-    unique: true
   });
 
   function validateCrowi() {