Unverified Commit 47f4ba7d authored by Dawid 'DeyV' Polak's avatar Dawid 'DeyV' Polak Committed by Sergei Morozov

Added string mapping in SqlitePlatform - used by make bundle

  - fix 'Unknown database type string requested, Doctrine\DBAL\Platforms\SqlitePlatform may not support it.' error
parent 137a9622
......@@ -637,6 +637,7 @@ class SqlitePlatform extends AbstractPlatform
'real' => 'float',
'serial' => 'integer',
'smallint' => 'smallint',
'string' => 'string',
'text' => 'text',
'time' => 'time',
'timestamp' => 'datetime',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment