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
Hello, first, I know this project is in the early stages, but I think is great, I see a lot of potential on it, great work.
While trying the atlas schema inspect command on a few databases I faced the problem about *postgres.ArrayType, but using the master version I was able to run fine, but now I think I have a problem with hstore.
The error output is: Error: failed converting schema to spec: failed to convert column type *postgres.UserDefinedType to spec
Listing the types I got only stuff about hstore.
Is there a way (or plan) to allow custom types (like hstore, Postgis)?
The text was updated successfully, but these errors were encountered:
Hello, first, I know this project is in the early stages, but I think is great, I see a lot of potential on it, great work.
While trying the
atlas schema inspect
command on a few databases I faced the problem about*postgres.ArrayType
, but using the master version I was able to run fine, but now I think I have a problem withhstore
.The error output is:
Error: failed converting schema to spec: failed to convert column type *postgres.UserDefinedType to spec
Listing the types I got only stuff about hstore.
Is there a way (or plan) to allow custom types (like hstore, Postgis)?
The text was updated successfully, but these errors were encountered: