fix encoding of us_lex.sql so consistent with others messing up installation of extension
authorRegina Obe <lr@pcorp.us>
Sat, 27 Jun 2015 15:55:58 +0000 (15:55 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 27 Jun 2015 15:55:58 +0000 (15:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13723 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/address_standardizer/us_lex.sql

index 2898f21662678265f7f09cf10d1ac8f0110a88d7..183cb991dfedd3475b2319a0fc6935d19564a99a 100644 (file)
@@ -1,4 +1,4 @@
-CREATE TABLE IF NOT EXISTS us_lex (
+CREATE TABLE IF NOT EXISTS us_lex (
        id serial,
     seq integer,
     word text,