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

saloon/migrations: remove postgres-only "bytea" directive #18

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

in the migrations/xxx.up.fizz scripts for users and forums, we have a bytea directive (to hold images.)

replace it with the SQL directive BLOB.

Needs: