mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update db config
This commit is contained in:
parent
dd7262d841
commit
2ab032599c
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
use Illuminate\Database\DBAL\TimestampType;
|
||||||
|
|
||||||
|
return [
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Default Database Connection Name
|
| Default Database Connection Name
|
||||||
|
@ -119,4 +120,9 @@ return [
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'dbal' => [
|
||||||
|
'types' => [
|
||||||
|
'timestamp' => TimestampType::class,
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue