BATCH-256: fixed postgres BLOB type

This commit is contained in:
dsyer
2007-12-13 19:37:55 +00:00
parent 4852380243
commit 0899b8994d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ platform=postgresql
BIGINT = BIGINT
IDENTITY =
GENERATED =
BLOB = BLOB
BLOB = BYTEA
# for generating drop statements...
SEQUENCE = SEQUENCE