You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3 . Edit my user.rb and add the following: pgcrypto :organisation_name
(column in my users table)
Starting Server and trying to CRUD User
During Create: It works and the records gets saved
During Read/Update I get: PG::Error: ERROR: failed to find conversion function from unknown to bytea
Any Ideas?
The text was updated successfully, but these errors were encountered:
I follow the steps but I get some errors
Steps followed:
Extensions exists in the db and "pgcrypto_columns" table gets created
3 . Edit my user.rb and add the following:
pgcrypto :organisation_name
(column in my users table)
Starting Server and trying to CRUD User
Any Ideas?
The text was updated successfully, but these errors were encountered: