Commit 0c9c3767 authored by pookey's avatar pookey

allowing for the "interval" postgres datatype

parent a117f8ca
......@@ -486,6 +486,7 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
break;
case 'text':
case 'varchar':
case 'interval':
$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