@@ -12,9 +12,9 @@ |
||
12 | 12 | 'schemaCacheDuration' => YII_DEBUG ? 0 : 86400, |
13 | 13 | 'schemaCache' => 'cache', |
14 | 14 | 'schemaMap' => [ |
15 | - 'pgsql'=> [ |
|
15 | + 'pgsql'=> [ |
|
16 | 16 | 'class'=>'yii\db\pgsql\Schema', |
17 | 17 | 'defaultSchema' => $config['yii2']['database']['schema'] |
18 | - ] |
|
18 | + ] |
|
19 | 19 | ] |
20 | 20 | ]; |
21 | 21 | \ No newline at end of file |