Use CASCADE when dropping a postgres enum type, to be consistent with table drops
authorStephen Bennett <stephen@freenode.net>
Sat, 20 Nov 2010 22:09:54 +0000 (22:09 +0000)
committerStephen Bennett <stephen@freenode.net>
Sat, 20 Nov 2010 22:09:54 +0000 (22:09 +0000)
commitd25db7329ca9549bae56af466715150ffa884425
treefc0ec1eaaf3bab07c7464b74d210ca74a64ae935
parent1a45aefdabc4f6c524613949fe6ceb93d50b1606
Use CASCADE when dropping a postgres enum type, to be consistent with table drops
lib/SQL/Translator/Producer/PostgreSQL.pm