Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

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

Closed
sbinet opened this issue Mar 21, 2018 · 0 comments
Closed

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

sbinet opened this issue Mar 21, 2018 · 0 comments
Assignees

Comments

@sbinet
Copy link
Contributor

sbinet commented Mar 21, 2018

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:

@sbinet sbinet self-assigned this Mar 21, 2018
sbinet referenced this issue Mar 21, 2018
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant