add tinytext
authorquel <github@quelrod.net>
Thu, 17 Dec 2009 15:14:06 +0000 (23:14 +0800)
committerMax Lapshin <max@maxidoors.ru>
Thu, 17 Dec 2009 19:59:11 +0000 (03:59 +0800)
mysql2psql

index 029790e..f70725a 100755 (executable)
@@ -219,6 +219,8 @@ class PostgresWriter < Writer
       "boolean"
     when "blob"
       "bytea"
+    when "tinytext"
+      "text"
     when "mediumtext"
       "text"
     when "longtext"