Commit f4186781 authored by pookey's avatar pookey

possibly a temp fix. fix to allow postgres array datatypes work as a string

parent d91c39dd
......@@ -487,6 +487,7 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
case 'text':
case 'varchar':
case 'interval':
case '_varchar':
$fixed = false;
case 'unknown':
case 'char':
......
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