From: David Steinbrunner Date: Fri, 13 Sep 2013 11:38:48 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.011017~17^2~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10d7ce8ba7b4a692ef01bdd762b0a787a618b9fa;p=dbsrgits%2FSQL-Translator.git typo fix --- diff --git a/lib/SQL/Translator/Producer/PostgreSQL.pm b/lib/SQL/Translator/Producer/PostgreSQL.pm index bcfcb6f..5f898ac 100644 --- a/lib/SQL/Translator/Producer/PostgreSQL.pm +++ b/lib/SQL/Translator/Producer/PostgreSQL.pm @@ -831,7 +831,7 @@ sub alter_field $to_field->name) if ( !defined $new_default && defined $old_default ); - # add geometry column and contraints + # add geometry column and constraints push @out, add_geometry_column($to_field) if is_geometry($to_field); push @out, add_geometry_constraints($to_field) if is_geometry($to_field);