go-saloon / saloon-legacy

A place to chat and communicate: a buffalo forum
BSD 3-Clause "New" or "Revised" License
85 stars 8 forks source link

migrations: use blob instead of postgres-specific bytea #19

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

This CL uses the SQL compliant type BLOB instead of the PostgreSQL-specific 'bytea', to describe binary blobs of data.

Fixes go-saloon/saloon#18.