rabin 7 years ago
parent
commit
efd015a739
1 changed files with 2 additions and 2 deletions
  1. 2 2
      passport/database/user.php

+ 2 - 2
passport/database/user.php

@@ -115,7 +115,7 @@ return array
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
 			//'search'	=> 'fulltext',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 
 		'province'		=> array
@@ -127,7 +127,7 @@ return array
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
 			//'search'	=> 'fulltext',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 
 		'country'		=> array