projects
/
mysql2postgres
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94ec3a
)
add tinytext
author
quel
<github@quelrod.net>
Thu, 17 Dec 2009 15:14:06 +0000
(23:14 +0800)
committer
Max Lapshin
<max@maxidoors.ru>
Thu, 17 Dec 2009 19:59:11 +0000
(
03:59
+0800)
mysql2psql
patch
|
blob
|
history
diff --git
a/mysql2psql
b/mysql2psql
index
029790e
..
f70725a
100755
(executable)
--- a/
mysql2psql
+++ b/
mysql2psql
@@
-219,6
+219,8
@@
class PostgresWriter < Writer
"boolean"
when "blob"
"bytea"
+ when "tinytext"
+ "text"
when "mediumtext"
"text"
when "longtext"