File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4366,6 +4366,7 @@ public function __construct(string $driver)
4366
4366
'bit varying ' => 'bit ' ,
4367
4367
'box ' => 'geometry ' ,
4368
4368
'bytea ' => 'blob ' ,
4369
+ 'bpchar ' => 'char ' ,
4369
4370
'character varying ' => 'varchar ' ,
4370
4371
'character ' => 'char ' ,
4371
4372
'cidr ' => 'varchar ' ,
@@ -7334,7 +7335,7 @@ class Config
7334
7335
'password ' => null ,
7335
7336
'database ' => null ,
7336
7337
'middlewares ' => 'cors ' ,
7337
- 'controllers ' => 'records,openapi ' ,
7338
+ 'controllers ' => 'records,geojson, openapi ' ,
7338
7339
'cacheType ' => 'TempFile ' ,
7339
7340
'cachePath ' => '' ,
7340
7341
'cacheTime ' => 10 ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Config
11
11
'password ' => null ,
12
12
'database ' => null ,
13
13
'middlewares ' => 'cors ' ,
14
- 'controllers ' => 'records,openapi ' ,
14
+ 'controllers ' => 'records,geojson, openapi ' ,
15
15
'cacheType ' => 'TempFile ' ,
16
16
'cachePath ' => '' ,
17
17
'cacheTime ' => 10 ,
You can’t perform that action at this time.
0 commit comments